Skip to content

Commit 2c37561

Browse files
committed
Release 2.8.17
1 parent 52d16d1 commit 2c37561

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.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+
414
Version 2.8.16 (2023-07-31)
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.16';
45+
const VERSION = '2.8.17';
4646

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

0 commit comments

Comments
 (0)