Skip to content

Commit 1b3db0f

Browse files
committed
Version 9.3.0
1 parent 3837c60 commit 1b3db0f

File tree

21 files changed

+29
-25
lines changed

21 files changed

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

.github/latest_release_body.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
77
<!-- whats_new_end -->
88

9-
### Changes in 9.2.2
9+
### Changes in 9.3.0
1010

1111
<!-- changes_start -->
12-
- Replace inline templates with template block in sinatra apps
13-
- Replace the rails calendar app with a sinatra app
14-
- Add PagyApps::INDEX
12+
- Remove the :typecast_latest variable
13+
- Add the :jsonify_keyset_attributes variable to override the encoding (#749)
1514
<!-- changes_end -->
1615

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ If you upgrade from version `< 9.0.0` see the following:
2323
- `:after_latest` keyset variable: use `:filter_newest`
2424
<hr>
2525

26+
## Version 9.3.0
27+
28+
- Remove the :typecast_latest variable
29+
- Add the :jsonify_keyset_attributes variable to override the encoding (#749)
30+
2631
## Version 9.2.2
2732

2833
- Replace inline templates with template block in sinatra apps

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 (9.2.2)
4+
pagy (9.3.0)
55

66
GEM
77
remote: https://rubygems.org/

README.md

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

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://0.0.0.0:8000
1818

19-
VERSION = '9.2.2'
19+
VERSION = '9.3.0'
2020

2121
# Bundle
2222
require 'bundler/inline'

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://0.0.0.0:8000
2121

22-
VERSION = '9.2.2'
22+
VERSION = '9.3.0'
2323

2424
# Bundle
2525
require 'bundler/inline'

gem/apps/keyset_ar.ru

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

19-
VERSION = '9.2.2'
19+
VERSION = '9.3.0'
2020

2121
# Bundle
2222
require 'bundler/inline'

gem/apps/keyset_s.ru

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

19-
VERSION = '9.2.2'
19+
VERSION = '9.3.0'
2020

2121
# Bundle
2222
require 'bundler/inline'

gem/apps/rails.ru

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

19-
VERSION = '9.2.2'
19+
VERSION = '9.3.0'
2020

2121
# Gemfile
2222
require 'bundler/inline'

0 commit comments

Comments
 (0)