We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29fd81 commit 86f540dCopy full SHA for 86f540d
system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,16 @@
1
Isotope eCommerce Changelog
2
===========================
3
4
+Version 2.8.16 (2023-07-31)
5
+--------------------------
6
+
7
+- Correctly generate URLs for the order confirmation page
8
+- Correctly load the member labels for address groups
9
+- Improve conversion of string to int attributes (#2480)
10
+- Fixed missing label in coupon template (#2443)
11
+- Fixed various PHP8 issues
12
13
14
Version 2.8.15 (2023-07-19)
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.15';
+ const VERSION = '2.8.16';
46
47
48
* True if the system has been initialized
0 commit comments