Skip to content

Commit

Permalink
Release 2.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jun 6, 2023
1 parent 11e73e7 commit ad112ad
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.13 (2023-06-06)
--------------------------

- Hide protected products from autocomplete (#2454)
- Fallback to default template for address book (#2178)
- Ignore exceptions when generating breadcrumb (#2447)
- Automatically clear the product list cache (#2265)
- Fixed checking for product configuration in collection (#2435)
- Fixed undefined variable in iso_collection_invoice template (#2458)
- Fixed various PHP8 issues (2446, #2456, #2457)


Version 2.8.12 (2023-04-12)
--------------------------
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.12';
const VERSION = '2.8.13';

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

0 comments on commit ad112ad

Please sign in to comment.