Skip to content

Commit

Permalink
Version 9.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 10, 2025
1 parent 7cd615f commit bbf547e
Show file tree
Hide file tree
Showing 22 changed files with 179 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
attributes:
label: 👀 Before submitting...
options:
- label: I upgraded to pagy version 9.3.3
- label: I upgraded to pagy version 9.3.4
required: true
- label: I searched through the [Documentation](https://ddnexus.github.io/pagy/)
required: true
Expand Down
8 changes: 2 additions & 6 deletions .github/latest_release_body.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
<!-- whats_new_end -->

### Changes in 9.3.3
### Changes in 9.3.4

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

[CHANGELOG](https://ddnexus.github.io/pagy/changelog)
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ can expect the old functionality to be supported ONLY during the next releases b

## Recommended Version Constraint

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

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

## Version 9.3.4

- Fix method visibility in JsonApiExtra (#765)

## Version 9.3.3

- Add test for locales - to find problematic keys (#752)
Expand Down
Loading

0 comments on commit bbf547e

Please sign in to comment.