Skip to content

Commit 37f1969

Browse files
committed
Release 2.8.15
1 parent 9f1ecf4 commit 37f1969

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

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

4+
Version 2.8.15 (2023-07-19)
5+
--------------------------
6+
7+
- Fixed encoding issues with Saferpay credentials
8+
- Generate correct redirects in checkout module (#2471)
9+
- Fixed "not equal" condition for attribute restriction in rules
10+
- Update database when attribute type is changed to integer (#2470)
11+
- Added image width and height to inline gallery template (#2473)
12+
- Update name of product in cart if site language is switched (#2467)
13+
- Support returning Array result on model queries
14+
- Fixed various PHP8 issues (#2466, #2476, #2478)
15+
416

517
Version 2.8.14 (2023-06-19)
618
--------------------------

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.14';
45+
const VERSION = '2.8.15';
4646

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

0 commit comments

Comments
 (0)