From 86f540db27d67f7f3e91fb7d82e6fe3bcfe3eb99 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Mon, 31 Jul 2023 08:56:20 +0200 Subject: [PATCH] Release 2.8.16 --- system/modules/isotope/docs/CHANGELOG-2.8.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.8.md b/system/modules/isotope/docs/CHANGELOG-2.8.md index 7793f0e470..575385594f 100644 --- a/system/modules/isotope/docs/CHANGELOG-2.8.md +++ b/system/modules/isotope/docs/CHANGELOG-2.8.md @@ -1,6 +1,16 @@ Isotope eCommerce Changelog =========================== +Version 2.8.16 (2023-07-31) +-------------------------- + +- Correctly generate URLs for the order confirmation page +- Correctly load the member labels for address groups +- Improve conversion of string to int attributes (#2480) +- Fixed missing label in coupon template (#2443) +- Fixed various PHP8 issues + + Version 2.8.15 (2023-07-19) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index f621e6abcb..7c23f6b5c7 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.15'; + const VERSION = '2.8.16'; /** * True if the system has been initialized