We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d16d1 commit 2c37561Copy full SHA for 2c37561
system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,16 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.8.17 (2023-10-16)
5
+--------------------------
6
+
7
+- Acknowledge PayPal IPNs with unsupported payment_status
8
+- Fixed support for input_field_callback in tl_iso_product
9
+- Fixed loading address labels
10
+- Fixed various PHP8 issues
11
+- Hide multilingual fields for attribute options
12
13
14
Version 2.8.16 (2023-07-31)
15
--------------------------
16
system/modules/isotope/library/Isotope/Isotope.php
@@ -42,7 +42,7 @@ class Isotope extends Controller
42
/**
43
* Isotope version
44
*/
45
- const VERSION = '2.8.16';
+ const VERSION = '2.8.17';
46
47
48
* True if the system has been initialized
0 commit comments