Skip to content

Commit

Permalink
Release 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Aug 23, 2022
1 parent 4bd9196 commit cce4d73
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.7 (2022-08-23)
--------------------------

- Added missing dependency for webmozart/path-util (#2357)
- Fixed insert tags not being replaced on ajax requests
- Fixed various PHP compatibility issues (#2352, #2354, #2358, #2359)
- Fixed missing product sorting icon (#2361)
- Correctly remove field from palette after unsetting it (#2360)


Version 2.8.6 (2022-08-15)
--------------------------

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.6';
const VERSION = '2.8.7';

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

0 comments on commit cce4d73

Please sign in to comment.