Skip to content

Commit

Permalink
Release 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jan 23, 2023
1 parent 5a33704 commit c1751ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions system/modules/isotope/docs/CHANGELOG-2.8.md
@@ -1,6 +1,17 @@
Isotope eCommerce Changelog
===========================

Version 2.8.9 (2023-01-23)
--------------------------

- Added "other" to gender (#2390)
- Add handling for sorting by variant attributes (#2378)
- Correctly check for default shipping address (#2316)
- Correctly calculate option prices with price modifier (#2342)
- Correctly check for guest permissions in Contao 4.13+
- Fixed various PHP8 warnings


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

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.8';
const VERSION = '2.8.9';

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

0 comments on commit c1751ef

Please sign in to comment.