-
- Reverted fixes for an error in pagination URLs with system level Absolute URLs enabled. Will investigate #60 further
-
- Fixed an error in pagination URLs with system level Absolute URLs enabled #60
-
- Pass phpstan level 1 tests
- Require Grav v1.6
- Moved pagination classes under
Grav\Plugin\Pagination
namespace - Removed extension to bring Twig function into Plugin class
-
- Added Twig pagination function #22
-
- Removed Grav trait in favor of
Grav::instance()
- Changed delta blueprint type from
text
tonumber
- Code cleanup
- Removed Grav trait in favor of
-
- Added default pagination to
page.collection.params.pagination
andbase_url
topage.url
- Added default pagination to
-
- Use common lang strings in blueprints
-
- Improved and fixed README.md