From c0ce51ae5e1ac0ba58812b26de94713d79ec0cea Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Wed, 12 Apr 2023 15:17:01 +0200 Subject: [PATCH] Release 2.8.12 --- system/modules/isotope/docs/CHANGELOG-2.8.md | 8 ++++++++ system/modules/isotope/library/Isotope/Isotope.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/system/modules/isotope/docs/CHANGELOG-2.8.md b/system/modules/isotope/docs/CHANGELOG-2.8.md index d107fc41af..e18ea56c9a 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.8.md +++ b/system/modules/isotope/docs/CHANGELOG-2.8.md @@ -2,6 +2,14 @@ Isotope eCommerce Changelog =========================== +Version 2.8.12 (2023-04-12) +-------------------------- + +- Fixed compatibility with Contao 4.9 (#2442) +- Fixed order status log for Contao >=4.13.17 (#2437) +- Fixed various PHP8 issues + + Version 2.8.11 (2023-03-30) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index fb133e3d2b..b72945eae5 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.11'; + const VERSION = '2.8.12'; /** * True if the system has been initialized