Skip to content

Commit

Permalink
Release 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Nov 1, 2022
1 parent c0add1c commit 211f9e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,19 @@
Isotope eCommerce Changelog
===========================

Version 2.8.8 (2022-11-01)
--------------------------

- Correctly store dateAdded for product variants (#2376)
- Correctly handle empty result from multiple category filters
- Correctly set product attributes from URL parameters
- Make sure address format are loaded (#2377)
- Fixed legacy Contao class usages (#2363)
- Fixed unbuffered database queries in migrations (#2367)
- Fixed PHP warning on empty attribute legend (#2369)
- Fixed various PHP 8 warning (#2369, #2381, #2382, #2384)


Version 2.8.7 (2022-08-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.7';
const VERSION = '2.8.8';

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

0 comments on commit 211f9e9

Please sign in to comment.