From 14c204b59d756cf3400a8d19f804da1d7dd99348 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Wed, 18 Dec 2024 16:46:11 +0100 Subject: [PATCH] Release 2.9.6 --- system/modules/isotope/docs/CHANGELOG-2.9.md | 8 ++++++++ system/modules/isotope/library/Isotope/Isotope.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/system/modules/isotope/docs/CHANGELOG-2.9.md b/system/modules/isotope/docs/CHANGELOG-2.9.md index 22f1b72d76..d2c640b2fa 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.9.md +++ b/system/modules/isotope/docs/CHANGELOG-2.9.md @@ -1,6 +1,14 @@ Isotope eCommerce Changelog =========================== +Version 2.9.6 (2024-12-18) +-------------------------- + +- Use first limit as default (#2540) +- Keep prdocut `auto_item` unused in `AbstractProduct::getCssClass()` (#2554) +- Show field name in cumulative filter config + + Version 2.9.5 (2024-12-05) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index f0f6e60064..9ebf1b27ac 100644 --- a/system/modules/isotope/library/Isotope/Isotope.php +++ b/system/modules/isotope/library/Isotope/Isotope.php @@ -43,7 +43,7 @@ class Isotope extends Controller /** * Isotope version */ - public const VERSION = '2.9.5'; + public const VERSION = '2.9.6'; /** * True if the system has been initialized