Skip to content

Commit

Permalink
Release 2.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Mar 30, 2023
1 parent 8eb878b commit bec5100
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Isotope eCommerce Changelog
===========================


Version 2.8.11 (2023-03-30)
--------------------------

- Fixed rules with negative condition not being applied to cart (#1823)
- Correctly hide unpublished variants in product filter (#2430)
- Correctly set the current record ID to fix duplicating records (#2323)
- Fixed multiple PHP8 issues (#2434, #2426 and others)
- Make sure database migration has field names (#2433)
- Only load page config if a page is found (#2427)


Version 2.8.10 (2023-02-27)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion system/modules/isotope/library/Isotope/Isotope.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Isotope extends Controller
/**
* Isotope version
*/
const VERSION = '2.8.10';
const VERSION = '2.8.11';

/**
* True if the system has been initialized
Expand Down

0 comments on commit bec5100

Please sign in to comment.