Skip to content

Commit

Permalink
Release 2.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 31, 2023
1 parent e29fd81 commit 86f540d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Isotope eCommerce Changelog
===========================

Version 2.8.16 (2023-07-31)
--------------------------

- Correctly generate URLs for the order confirmation page
- Correctly load the member labels for address groups
- Improve conversion of string to int attributes (#2480)
- Fixed missing label in coupon template (#2443)
- Fixed various PHP8 issues


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

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.15';
const VERSION = '2.8.16';

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

0 comments on commit 86f540d

Please sign in to comment.