Skip to content

Releases: NichlasB/alynt-enhanced-search

v1.2.1 - Fix responsive shortcode icon sizing

Choose a tag to compare

@NichlasB NichlasB released this 29 May 19:31

What's New in v1.2.1

This patch release fixes the shortcode search icon sizing in header placements so it scales down cleanly on screens 999px wide and below. It also updates the plugin metadata and release notes to match the responsive fix.

Highlights

  • Reduce the header shortcode search icon from 32x32 to 20x20 on screens up to 999px wide
  • Keep the shortcode search icon sizing consistent with the existing header-specific shell styles
  • Update release metadata and changelog entries for the patch release

Changelog

[1.2.1] - 2026-05-29

Fixed

  • Scale the header shortcode search icon down from 32px to 20px on screens 999px wide and below

Upgrade Notes

No breaking changes in this release.

v1.2.0 - CodeMirror Admin CSS Editor

Choose a tag to compare

@NichlasB NichlasB released this 02 May 19:37

What's New in v1.2.0

This release adds a CodeMirror-powered editing experience for the custom CSS setting in the plugin admin UI and tightens the supporting asset-loading flow around that editor. It also cleans up local deployment handling by replacing the tracked deploy script with a reusable template and expanding ignores for local-only artifacts.

Highlights

  • Add CodeMirror support for the custom CSS admin setting
  • Sync CodeMirror content back to the saved textarea on submit
  • Replace the tracked deploy script with deploy.example.sh and expand local ignore rules

Changelog

[1.2.0] - 2026-05-02

Added

  • CodeMirror-powered CSS editor support for the custom CSS admin setting
  • JavaScript synchronization between the CodeMirror instance and the saved textarea value

Changed

  • Refactor search shell style enqueueing to reduce duplication in plugin bootstrap logic
  • Replace the tracked deployment script with a committed deploy.example.sh template for local setup
  • Expand ignored local-only deployment and session artifacts in Git

Upgrade Notes

No breaking changes in this release.

v1.1.0 - Enhanced Search with Cache Management and AJAX

Choose a tag to compare

@NichlasB NichlasB released this 24 Mar 21:15

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.