Releases: Log1x/pagi
Releases · Log1x/pagi
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
Change log
This release greatly improves performance (#13) and I suggest updating. Big thanks to @davidwebca!
Bug fixes
- fix(paginator): Fix page, next and previous urls when query string exists by removing escaping through
get_pagenum_link()
- fix(pagi): Remove unnecessary
is_tax
check that assumes we only have one term - fix(a11y): remove redundant navigation role (#7)
- fix(a11y): set aria-hidden on prev/next link text (#8)
- fix(a11y): remove aria-disabled from list item (#9)
Enhancements
- enhance(pagi): Allow pagination for custom WP_Query (#10)
- enhance(pagi): Improve handling of queries (#13)
- enhance(pagi): Remove unnecessary call to
get_posts
by usingfound_posts
instead - chore(pagi): Fix docblock param class on
setQuery()
New Contributors
- @knowler made their first contribution in #7
- @aglipanci made their first contribution in #10
- @erip2 made their first contribution in #11
- @davidwebca made their first contribution in #13