diff --git a/system/modules/isotope/docs/CHANGELOG-2.8.md b/system/modules/isotope/docs/CHANGELOG-2.8.md index 3ce29d7099..7793f0e470 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.8.md +++ b/system/modules/isotope/docs/CHANGELOG-2.8.md @@ -1,6 +1,18 @@ Isotope eCommerce Changelog =========================== +Version 2.8.15 (2023-07-19) +-------------------------- + +- Fixed encoding issues with Saferpay credentials +- Generate correct redirects in checkout module (#2471) +- Fixed "not equal" condition for attribute restriction in rules +- Update database when attribute type is changed to integer (#2470) +- Added image width and height to inline gallery template (#2473) +- Update name of product in cart if site language is switched (#2467) +- Support returning Array result on model queries +- Fixed various PHP8 issues (#2466, #2476, #2478) + Version 2.8.14 (2023-06-19) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index 06a99a13d4..f621e6abcb 100644 --- a/system/modules/isotope/library/Isotope/Isotope.php +++ b/system/modules/isotope/library/Isotope/Isotope.php @@ -42,7 +42,7 @@ class Isotope extends Controller /** * Isotope version */ - const VERSION = '2.8.14'; + const VERSION = '2.8.15'; /** * True if the system has been initialized