From 6d8089acd845d8c6e2e03bb036777a763a774e66 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Tue, 5 Nov 2024 09:57:08 +0700 Subject: [PATCH] Release 2.9.4 --- system/modules/isotope/docs/CHANGELOG-2.9.md | 10 ++++++++++ system/modules/isotope/library/Isotope/Isotope.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/system/modules/isotope/docs/CHANGELOG-2.9.md b/system/modules/isotope/docs/CHANGELOG-2.9.md index 8c1f9ec51a..caac2a824b 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.9.md +++ b/system/modules/isotope/docs/CHANGELOG-2.9.md @@ -1,6 +1,16 @@ Isotope eCommerce Changelog =========================== + +Version 2.9.4 (2024-11-05) +-------------------------- + +- Fixed product variants not being added to cart +- Fix count of products and net value calculation of reports overview (#2542) +- Fix product list caching script (#2547) +- Dropped the patchwork/utf8 dependency (#2548) + + Version 2.9.3 (2024-10-31) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index cc3fda88a2..da389a2bf6 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.3'; + public const VERSION = '2.9.4'; /** * True if the system has been initialized