Skip to content

Commit d4c91ed

Browse files
committed
Release 2.9.5
1 parent 807465d commit d4c91ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

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

4+
Version 2.9.5 (2024-12-05)
5+
--------------------------
6+
7+
- Fixed product Standard::getVariantIds() (#2552)
8+
- Fixed PHP8 issues
9+
- Updated translations
10+
411

512
Version 2.9.4 (2024-11-05)
613
--------------------------

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.4';
46+
public const VERSION = '2.9.5';
4747

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

0 commit comments

Comments
 (0)