Skip to content

v1.1.0 - Enhanced Search with Cache Management and AJAX

Choose a tag to compare

@NichlasB NichlasB released this 24 Mar 21:15
· 4 commits to main since this release

What's New in v1.1.0

This release adds powerful new features including a dedicated cache manager for search results, an AJAX handler for asynchronous search operations, and a refactored loader architecture with improved Elasticsearch integration.

Highlights

  • New cache manager for search result caching with configurable TTL
  • AJAX handler for async search operations without page reloads
  • Refactored loader architecture with improved ES integration
  • Enhanced query service with better result formatting
  • Improved build workflow for releases
  • Added uninstall handler for clean plugin removal

Changelog

  • Add cache manager for search result caching
  • Implement AJAX handler for async search operations
  • Refactor loader architecture with improved ES integration
  • Enhance query service with better result formatting
  • Update build workflow for improved releases
  • Add uninstall handler for clean removal
  • Improve admin settings sanitization
  • Update JavaScript assets for new search features

Upgrade Notes

No breaking changes in this release.