We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf817ce commit 9d60827Copy full SHA for 9d60827
system/modules/isotope/docs/CHANGELOG-2.9.md
@@ -1,6 +1,17 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+
5
+Version 2.9.2 (2024-10-23)
6
+--------------------------
7
8
+- Added config for URLs in sitemap (#2512)
9
+- Fixed cannonical URL in product reader with query attributes (#2512)
10
+- Fixed error handling in MediaManager (#2468)
11
+- Fixed missing translation in coupon module (#2539)
12
+- Fixed invalid HTML in reports (#2538)
13
14
15
Version 2.9.1 (2024-09-06)
16
--------------------------
17
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.1';
+ public const VERSION = '2.9.2';
47
48
49
* True if the system has been initialized
0 commit comments