Skip to content

Commit 14c204b

Browse files
committed
Release 2.9.6
1 parent 7484462 commit 14c204b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

system/modules/isotope/docs/CHANGELOG-2.9.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Isotope eCommerce Changelog
22
===========================
33

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+
412
Version 2.9.5 (2024-12-05)
513
--------------------------
614

system/modules/isotope/library/Isotope/Isotope.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Isotope extends Controller
4343
/**
4444
* Isotope version
4545
*/
46-
public const VERSION = '2.9.5';
46+
public const VERSION = '2.9.6';
4747

4848
/**
4949
* True if the system has been initialized

0 commit comments

Comments
 (0)