diff --git a/system/modules/isotope/docs/CHANGELOG-2.9.md b/system/modules/isotope/docs/CHANGELOG-2.9.md index f55af57638..4efd7ebd90 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.9.md +++ b/system/modules/isotope/docs/CHANGELOG-2.9.md @@ -1,6 +1,17 @@ Isotope eCommerce Changelog =========================== + +Version 2.9.2 (2024-10-23) +-------------------------- + +- Added config for URLs in sitemap (#2512) +- Fixed cannonical URL in product reader with query attributes (#2512) +- Fixed error handling in MediaManager (#2468) +- Fixed missing translation in coupon module (#2539) +- Fixed invalid HTML in reports (#2538) + + Version 2.9.1 (2024-09-06) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index 8790662ce0..a56b52adbe 100644 --- a/system/modules/isotope/library/Isotope/Isotope.php +++ b/system/modules/isotope/library/Isotope/Isotope.php @@ -43,7 +43,7 @@ class Isotope extends Controller /** * Isotope version */ - public const VERSION = '2.9.1'; + public const VERSION = '2.9.2'; /** * True if the system has been initialized