Skip to content

Commit 6d8089a

Browse files
committed
Release 2.9.4
1 parent 31bcc53 commit 6d8089a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

4+
5+
Version 2.9.4 (2024-11-05)
6+
--------------------------
7+
8+
- Fixed product variants not being added to cart
9+
- Fix count of products and net value calculation of reports overview (#2542)
10+
- Fix product list caching script (#2547)
11+
- Dropped the patchwork/utf8 dependency (#2548)
12+
13+
414
Version 2.9.3 (2024-10-31)
515
--------------------------
616

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

+1-1
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.3';
46+
public const VERSION = '2.9.4';
4747

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

0 commit comments

Comments
 (0)