We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ac4d5 commit 0087112Copy full SHA for 0087112
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,13 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.9.3 (2024-10-31)
5
+--------------------------
6
+
7
+- Always execute the checkoutComplete hook
8
+- Handle missing $objPage when loading config (#2546)
9
+- Correctly handle hash in URL for productlist caching (#2545)
10
11
12
Version 2.9.2 (2024-10-23)
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.2';
+ public const VERSION = '2.9.3';
47
48
49
* True if the system has been initialized
0 commit comments