Skip to content

Commit 3b4745c

Browse files
committed
Merge branch 'dev'
2 parents 7cd615f + bbf547e commit 3b4745c

22 files changed

+179
-157
lines changed

.github/ISSUE_TEMPLATE/Code.yml

+1-1
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 9.3.3
22+
- label: I upgraded to pagy version 9.3.4
2323
required: true
2424
- label: I searched through the [Documentation](https://ddnexus.github.io/pagy/)
2525
required: true

.github/latest_release_body.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
77
<!-- whats_new_end -->
88

9-
### Changes in 9.3.3
9+
### Changes in 9.3.4
1010

1111
<!-- changes_start -->
12-
- Add test for locales - to find problematic keys (#752)
13-
- Update locales: zh-CN, zh-HK, zh-TW (#751) (fix #608, fix #609, fix #610)
14-
- Remove :other from :aria_label key and code comment
15-
- Change :item_name which had :one_other keys to default to the :other key
16-
- Fix comment
12+
- Fix method visibility in JsonApiExtra (#765)
1713
<!-- changes_end -->
1814

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

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ can expect the old functionality to be supported ONLY during the next releases b
1616

1717
## Recommended Version Constraint
1818

19-
Given a version number `MAJOR.MINOR.PATCH` (e.g. `9.3.3`):
19+
Given a version number `MAJOR.MINOR.PATCH` (e.g. `9.3.4`):
2020

2121
The `gem 'pagy', '~> 9.3'` Gemfile entry (without the PATCH number) ensures that the `bundle update` command will update pagy to
2222
the most recent version WITHOUT BREAKING CHANGES.
@@ -42,6 +42,10 @@ If you upgrade from version `< 9.0.0` see the following:
4242
- `:after_latest` keyset variable: use `:filter_newest`
4343
<hr>
4444

45+
## Version 9.3.4
46+
47+
- Fix method visibility in JsonApiExtra (#765)
48+
4549
## Version 9.3.3
4650

4751
- Add test for locales - to find problematic keys (#752)

0 commit comments

Comments
 (0)