Skip to content

Commit

Permalink
Release 2.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 19, 2023
1 parent 9f1ecf4 commit 37f1969
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
@@ -1,6 +1,18 @@
Isotope eCommerce Changelog
===========================

Version 2.8.15 (2023-07-19)
--------------------------

- Fixed encoding issues with Saferpay credentials
- Generate correct redirects in checkout module (#2471)
- Fixed "not equal" condition for attribute restriction in rules
- Update database when attribute type is changed to integer (#2470)
- Added image width and height to inline gallery template (#2473)
- Update name of product in cart if site language is switched (#2467)
- Support returning Array result on model queries
- Fixed various PHP8 issues (#2466, #2476, #2478)


Version 2.8.14 (2023-06-19)
--------------------------
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.14';
const VERSION = '2.8.15';

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

0 comments on commit 37f1969

Please sign in to comment.