Skip to content

Commit 4fc3280

Browse files
committed
Merge branch 'dev'
2 parents 7d20347 + db5ecd5 commit 4fc3280

File tree

31 files changed

+138
-53
lines changed

31 files changed

+138
-53
lines changed

.github/ISSUE_TEMPLATE/Code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: 👀 Before submitting...
2121
options:
22-
- label: I upgraded to pagy version 43.1.2
22+
- label: I upgraded to pagy version 43.1.3
2323
required: true
2424
- label: I asked [Pagy AI](https://gurubase.io/g/pagy) (Good starting point for further investigation).
2525
required: true

.github/latest_release_body.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
### Changes in 43.1.2
1+
### Changes in 43.1.3
22

33
<!-- changes_start -->
4-
- Support easy countless page param overriding (for legacy param and behavior). See #816
5-
- Handle legacy page param for :countless paginator. Close #832
6-
- Improve mock collections
7-
- Improve code comments
4+
- Improve the page options handling for countless:
5+
- Replace the crippled handling of legacy last-less links params
6+
introduced in 43.1.2 by gracefully starting the pagination from
7+
the beginning
8+
- Remove the compose_page_param method (it would need a deep refactoring
9+
for compatibility with the legacy handling)
10+
- Improve testing
11+
- Improve the info message for empty collection in countless paginations
812
<!-- changes_end -->
913

1014
[CHANGELOG](https://ddnexus.github.io/pagy/changelog)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
pagy (43.1.2)
4+
pagy (43.1.3)
55
json
66
yaml
77

README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ If you upgrade from version `< 9.0.0` see the following:
4545
4646
<hr>
4747

48+
## Version 43.1.3
49+
50+
- Improve the page options handling for countless:
51+
- Replace the crippled handling of legacy last-less links params
52+
introduced in 43.1.2 by gracefully starting the pagination from
53+
the beginning
54+
- Remove the compose_page_param method (it would need a deep refactoring
55+
for compatibility with the legacy handling)
56+
- Improve testing
57+
- Improve the info message for empty collection in countless paginations
58+
4859
## Version 43.1.2
4960

5061
- Support easy countless page param overriding (for legacy param and behavior). See #816

docs/retype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: https://ddnexus.github.io/pagy/
99
branding:
1010
title: Pagy
1111
logo: assets/images/pagy-the-frog.png
12-
label: 43.1.2
12+
label: 43.1.3
1313
colors:
1414
label:
1515
text: "#ffffff"

gem/apps/calendar.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# URL
1717
# http://127.0.0.1:8000
1818

19-
VERSION = '43.1.2'
19+
VERSION = '43.1.3'
2020

2121
if VERSION != Pagy::VERSION
2222
Warning.warn("\n>>> WARNING! '#{File.basename(__FILE__)}-#{VERSION}' running with 'pagy-#{Pagy::VERSION}'! <<< \n\n")

gem/apps/demo.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# URL
2020
# http://127.0.0.1:8000
2121

22-
VERSION = '43.1.2'
22+
VERSION = '43.1.3'
2323

2424
if VERSION != Pagy::VERSION
2525
Warning.warn("\n>>> WARNING! '#{File.basename(__FILE__)}-#{VERSION}' running with 'pagy-#{Pagy::VERSION}'! <<< \n\n")

gem/apps/keynav+root_key.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# URL
1717
# http://127.0.0.1:8000
1818

19-
VERSION = '43.1.2'
19+
VERSION = '43.1.3'
2020

2121
if VERSION != Pagy::VERSION
2222
Warning.warn("\n>>> WARNING! '#{File.basename(__FILE__)}-#{VERSION}' running with 'pagy-#{Pagy::VERSION}'! <<< \n\n")

gem/apps/keynav.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# URL
1717
# http://127.0.0.1:8000
1818

19-
VERSION = '43.1.2'
19+
VERSION = '43.1.3'
2020

2121
if VERSION != Pagy::VERSION
2222
Warning.warn("\n>>> WARNING! '#{File.basename(__FILE__)}-#{VERSION}' running with 'pagy-#{Pagy::VERSION}'! <<< \n\n")

0 commit comments

Comments
 (0)