Skip to content

Commit

Permalink
Release 2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Feb 27, 2023
1 parent 511f4e9 commit 3a33288
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,17 @@
Isotope eCommerce Changelog
===========================

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

- Correctly hide empty fields in address (#2370)
- Correctly delete variants when deleting product (#2187)
- Reload the page when updating cart (#2379)
- Fixed the legacy registered hooks being overwritten by the annotation ones (#2418)
- Fixed math operation on string (#2417)
- Fixed multiple PHP8 issues (#2410, #2408, #2407)


Version 2.8.9 (2023-01-23)
--------------------------

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

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

0 comments on commit 3a33288

Please sign in to comment.