Skip to content

Commit

Permalink
Release 2.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jun 19, 2023
1 parent 4b81319 commit bafec85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,14 @@
Isotope eCommerce Changelog
===========================


Version 2.8.14 (2023-06-19)
--------------------------

- Correctly fetch items from current cart (#2465)
- Fixed various PHP8 issues (#2460)


Version 2.8.13 (2023-06-06)
--------------------------

Expand All @@ -10,7 +18,7 @@ Version 2.8.13 (2023-06-06)
- Automatically clear the product list cache (#2265)
- Fixed checking for product configuration in collection (#2435)
- Fixed undefined variable in iso_collection_invoice template (#2458)
- Fixed various PHP8 issues (2446, #2456, #2457)
- Fixed various PHP8 issues (#2446, #2456, #2457)


Version 2.8.12 (2023-04-12)
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.13';
const VERSION = '2.8.14';

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

0 comments on commit bafec85

Please sign in to comment.