Skip to content

v1.0.5

Compare
Choose a tag to compare
@Log1x Log1x released this 24 Oct 06:21
· 10 commits to master since this release
ff9f056

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 using found_posts instead
  • chore(pagi): Fix docblock param class on setQuery()

New Contributors