Skip to content

v1.6.1 - Hotfix: Simplified Pagination Processing

Choose a tag to compare

@markfenske84 markfenske84 released this 07 Jan 01:53
· 2 commits to main since this release

What's New in 1.6.1

Hotfix Release

This release simplifies the pagination processing to fix edge cases and improve reliability.

Changes

  • Removed the_content filter to prevent double-processing issues
  • Simplified JavaScript AJAX disabling code
  • Streamlined current page detection logic (removed redundant methods)
  • Removed fix_current_page_element function that was causing issues
  • Cleaned up prev/next arrow class handling

Note

This is a hotfix following v1.6.0 which added custom post type archive support.