diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcc820..5097f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.4.6 +## 02/05/2024 + +1. [](#bugfix) + * Reverted fixes for an error in pagination URLs with system level Absolute URLs enabled. Will investigate [#60](https://github.com/getgrav/grav-plugin-pagination/issues/60) further + # v1.4.5 ## 02/03/2024 diff --git a/blueprints.yaml b/blueprints.yaml index efdbd4b..bfe137e 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Pagination slug: pagination type: plugin -version: 1.4.5 +version: 1.4.6 description: "**Pagination** is a very useful plugin to help navigate a large collection of pages, such as for a **blog**." icon: list-ol author: diff --git a/templates/partials/pagination.html.twig b/templates/partials/pagination.html.twig index d8d7368..d7f05ff 100644 --- a/templates/partials/pagination.html.twig +++ b/templates/partials/pagination.html.twig @@ -5,7 +5,7 @@