We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd29ff commit a23ea30Copy full SHA for a23ea30
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,13 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.9.1 (2024-09-06)
5
+--------------------------
6
+
7
+- Fixed return path from hook for downloads not used (#2534)
8
+- Fixed member country limit in front end (#2535)
9
10
11
Version 2.9.0 (2024-07-30)
12
--------------------------
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.0';
+ public const VERSION = '2.9.1';
47
48
49
* True if the system has been initialized
0 commit comments