Skip to content

Commit 0087112

Browse files
committed
Release 2.9.3
1 parent f3ac4d5 commit 0087112

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.3 (2024-10-31)
5+
--------------------------
6+
7+
- Always execute the checkoutComplete hook
8+
- Handle missing $objPage when loading config (#2546)
9+
- Correctly handle hash in URL for productlist caching (#2545)
10+
411

512
Version 2.9.2 (2024-10-23)
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.2';
46+
public const VERSION = '2.9.3';
4747

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

0 commit comments

Comments
 (0)