File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Isotope eCommerce Changelog
2
2
===========================
3
3
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
+
4
16
5
17
Version 2.8.14 (2023-06-19)
6
18
--------------------------
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Isotope extends Controller
42
42
/**
43
43
* Isotope version
44
44
*/
45
- const VERSION = '2.8.14 ' ;
45
+ const VERSION = '2.8.15 ' ;
46
46
47
47
/**
48
48
* True if the system has been initialized
You can’t perform that action at this time.
0 commit comments