Jekyll Paginate V2 Versions Save

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺

v1.9.4

6 years ago

Gem version https://rubygems.org/gems/jekyll-paginate-v2/versions/1.9.4

Changes

  • For loop improvements from @ashmaroli
  • Null check fixes when using custom sort from @ibrado
  • Improving interoperability of AutoPages when using other types of page generating plugins from @ibrado
  • Important fix for Url generation of categories/tags/collection due to excessive slugify, thanks @ibrado !
  • Minor changes to example projects

v1.9.2

6 years ago
  • Fixing next/prev links creating index.html links when not requested
  • Fixing issues with non-html generated pagination (e.g. json api)

v1.9.0

6 years ago
  • Feature to control the file extension of the pagination files
  • Documentation on how to generate JSON AJAX feed files added
  • Pagination filenames can be configured

v1.8.1

6 years ago

Fix for issue #32 (thanks to @assumptionsoup)

Download from: https://rubygems.org/gems/jekyll-paginate-v2/versions/1.8.1

v1.7.3

7 years ago

Adding pagination_info meta information structure to the pagination pages.

v1.7.2

7 years ago

autopages.display_title added as a new feature for #6

v1.6.1

7 years ago

Fix for #7