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