We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7484462 commit 14c204bCopy full SHA for 14c204b
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,14 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.9.6 (2024-12-18)
5
+--------------------------
6
+
7
+- Use first limit as default (#2540)
8
+- Keep prdocut `auto_item` unused in `AbstractProduct::getCssClass()` (#2554)
9
+- Show field name in cumulative filter config
10
11
12
Version 2.9.5 (2024-12-05)
13
--------------------------
14
system/modules/isotope/library/Isotope/Isotope.php
@@ -43,7 +43,7 @@ class Isotope extends Controller
43
/**
44
* Isotope version
45
*/
46
- public const VERSION = '2.9.5';
+ public const VERSION = '2.9.6';
47
48
49
* True if the system has been initialized
0 commit comments