Skip to content

Commit 9d60827

Browse files
committed
Release 2.9.2
1 parent cf817ce commit 9d60827

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

system/modules/isotope/docs/CHANGELOG-2.9.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Isotope eCommerce Changelog
22
===========================
33

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+
415
Version 2.9.1 (2024-09-06)
516
--------------------------
617

system/modules/isotope/library/Isotope/Isotope.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Isotope extends Controller
4343
/**
4444
* Isotope version
4545
*/
46-
public const VERSION = '2.9.1';
46+
public const VERSION = '2.9.2';
4747

4848
/**
4949
* True if the system has been initialized

0 commit comments

Comments
 (0)