Skip to content

Commit dafe6f1

Browse files
committed
Release 2.9.7
1 parent 892586e commit dafe6f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Isotope eCommerce Changelog
22
===========================
33

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+
416
Version 2.9.6 (2024-12-18)
517
--------------------------
618

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Isotope extends Controller
4343
/**
4444
* Isotope version
4545
*/
46-
public const VERSION = '2.9.6';
46+
public const VERSION = '2.9.7';
4747

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

0 commit comments

Comments
 (0)