We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bcc53 commit 6d8089aCopy full SHA for 6d8089a
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,16 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+
5
+Version 2.9.4 (2024-11-05)
6
+--------------------------
7
8
+- Fixed product variants not being added to cart
9
+- Fix count of products and net value calculation of reports overview (#2542)
10
+- Fix product list caching script (#2547)
11
+- Dropped the patchwork/utf8 dependency (#2548)
12
13
14
Version 2.9.3 (2024-10-31)
15
--------------------------
16
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.3';
+ public const VERSION = '2.9.4';
47
48
49
* True if the system has been initialized
0 commit comments