Skip to content

Releases: NichlasB/alynt-products-grid

v1.2.1 - Documentation improvements

Choose a tag to compare

@NichlasB NichlasB released this 27 Mar 22:28

Documentation refresh with improved README clarity and formatting.

v1.2.0 - Enhanced Products Grid with URL State and AJAX Support

Choose a tag to compare

@NichlasB NichlasB released this 23 Mar 19:33

What's New in v1.2.0

This release adds URL state management for filter combinations and improved AJAX support, making it easier to share and bookmark specific product views.

Highlights

  • URL state updates for sharing filter combinations
  • Enhanced AJAX handler for smoother filtering
  • New settings documentation
  • Improved grid component architecture

Changelog

[1.2.0] - 2026-03-23

Added

  • Add URL state management for filter combinations
  • Add AJAX handler class for async product filtering
  • Add settings documentation

Changed

  • Enhance products grid with URL state and AJAX support
  • Improve frontend grid components
  • Update README with new documentation

Fixed

  • Improve product grid stability

Upgrade Notes

No breaking changes in this release.

v1.1.0 - New features: error handling, localization, and accessibility improvements

Choose a tag to compare

@NichlasB NichlasB released this 22 Mar 13:20

What's New in v1.1.0

This release adds request error handling for improved grid stability, full localization support for interface strings, and significant accessibility improvements.

Highlights

  • Request error handling module for AJAX error categorization and recovery
  • Full localization support for all grid interface strings
  • Accessibility improvements: ARIA labels, focus states, reduced-motion support
  • Refactored plugin architecture with modular frontend components

Changelog

[1.1.0] - 2026-03-22

Added

  • Add request error handling module for AJAX error categorization and recovery
  • Add empty-state.php partial for consistent no-results display
  • Add translatable PHP and JavaScript strings for grid notices and cart feedback
  • Add ARIA labels, roles, and live regions for improved accessibility
  • Add reduced-motion support and modal focus handling

Changed

  • Refactor frontend grid components for better error recovery
  • Improve responsive breakpoints and feedback styling
  • Split plugin architecture into focused include classes
  • Modularize frontend source files and reorganize template partials

Fixed

  • Accessibility: improve focus states and disabled button behavior

Upgrade Notes

No breaking changes in this release.

v1.0.1 - Release tooling and updater compatibility

Choose a tag to compare

@NichlasB NichlasB released this 20 Mar 18:56

What's New in v1.0.1

This release prepares Alynt Products Grid for managed GitHub-based distribution and future update delivery. It adds release automation, updater compatibility metadata, and project tooling while preserving the plugin's existing WooCommerce product grid functionality.

Highlights

  • Added GitHub release workflow to build and attach a plugin zip asset
  • Added Alynt Plugin Updater compatibility metadata in the main plugin header
  • Added project tooling and infrastructure for Composer, npm, PHPCS, PHPUnit, and release management

Changelog

1.0.1 - 2026-03-20

Added

  • Development tooling baseline for npm, Composer, PHPCS, PHPUnit, and release automation.
  • GitHub release workflow for Alynt Plugin Updater compatibility.
  • WordPress.org distribution metadata and project infrastructure files.

Changed

  • Added plugin header metadata for PHP, license, and GitHub updater compatibility.
  • Added activation and deactivation hook infrastructure.

Upgrade Notes

No breaking changes in this release.