Skip to content

Commit a23ea30

Browse files
committed
Release 2.9.1
1 parent 7dd29ff commit a23ea30

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.1 (2024-09-06)
5+
--------------------------
6+
7+
- Fixed return path from hook for downloads not used (#2534)
8+
- Fixed member country limit in front end (#2535)
9+
10+
411
Version 2.9.0 (2024-07-30)
512
--------------------------
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.0';
46+
public const VERSION = '2.9.1';
4747

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

0 commit comments

Comments
 (0)