We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807465d commit d4c91edCopy full SHA for d4c91ed
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,13 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.9.5 (2024-12-05)
5
+--------------------------
6
+
7
+- Fixed product Standard::getVariantIds() (#2552)
8
+- Fixed PHP8 issues
9
+- Updated translations
10
11
12
Version 2.9.4 (2024-11-05)
13
--------------------------
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.4';
+ public const VERSION = '2.9.5';
47
48
49
* True if the system has been initialized
0 commit comments