File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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.9.7 (2025-04-07)
5
+ --------------------------
6
+
7
+ - Fixed floating point error for rule discount (#2562 )
8
+ - Fixed inheriting attributes that are in base product when generating variants
9
+ - Fixed warnings if callbacks are not set (#2561 )
10
+ - Removed incorrect duplicate foreignKey resolving (#2564 )
11
+ - Fixed error when group breadcrumb tries to show a deleted group (#2558 )
12
+ - Fixed CSV check on possibly undefined property (#2566 )
13
+ - Do not hard code tl_panel width (#2565 )
14
+
15
+
4
16
Version 2.9.6 (2024-12-18)
5
17
--------------------------
6
18
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Isotope extends Controller
43
43
/**
44
44
* Isotope version
45
45
*/
46
- public const VERSION = '2.9.6 ' ;
46
+ public const VERSION = '2.9.7 ' ;
47
47
48
48
/**
49
49
* True if the system has been initialized
You can’t perform that action at this time.
0 commit comments