Skip to content

Commit 86f540d

Browse files
committed
Release 2.8.16
1 parent e29fd81 commit 86f540d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

system/modules/isotope/docs/CHANGELOG-2.8.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Isotope eCommerce Changelog
22
===========================
33

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+
414
Version 2.8.15 (2023-07-19)
515
--------------------------
616

system/modules/isotope/library/Isotope/Isotope.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Isotope extends Controller
4242
/**
4343
* Isotope version
4444
*/
45-
const VERSION = '2.8.15';
45+
const VERSION = '2.8.16';
4646

4747
/**
4848
* True if the system has been initialized

0 commit comments

Comments
 (0)