diff --git a/system/modules/isotope/docs/CHANGELOG-2.8.md b/system/modules/isotope/docs/CHANGELOG-2.8.md index 575385594f..57ba411875 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.17 (2023-10-16) +-------------------------- + +- Acknowledge PayPal IPNs with unsupported payment_status +- Fixed support for input_field_callback in tl_iso_product +- Fixed loading address labels +- Fixed various PHP8 issues +- Hide multilingual fields for attribute options + + Version 2.8.16 (2023-07-31) -------------------------- diff --git a/system/modules/isotope/library/Isotope/Isotope.php b/system/modules/isotope/library/Isotope/Isotope.php index 7c23f6b5c7..eda1957694 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.16'; + const VERSION = '2.8.17'; /** * True if the system has been initialized