Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 30, 2024
1 parent f0226da commit 6aff607
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions system/modules/isotope/docs/CHANGELOG-2.9.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Isotope eCommerce Changelog
===========================

Version 2.9.0 (2023-xx-xx)
Version 2.9.0 (2024-07-30)
--------------------------

- Raised minimum dependency to Contao 4.13 and PHP 7.4
- Added product hit counter
- Added PayPal Checkout payment method
- Make favorites feature available for guests
Expand All @@ -12,5 +13,21 @@ Version 2.9.0 (2023-xx-xx)
- Added default sorting field config when cumulative filter is applied
- Added filter for product or variant to product collection view
- Added hook to modify if shipping or payment method is available
- Do not apply backend configuration to system columns
- Added hook to determine availability of rules
- Added support for text field filtering
- Allow getGallery to use different Isotope Galleries (#2461)
- Added support for filter modules as fragments
- Trigger the save_callback for address fields (#2438)
- Added support for dcawizard v3
- Extend isotope dashboard / overview page (#2482)
- Added customer turnover report (#2416)
- Added member registrations report (#2492)
- Migrated some reports to apexcharts library (#2483)
- Added option to show skipped checkout steps
- Added option to render order details in history module
- Use slugger to generate attribute field names (#2519)
- Implement payment backend interface for Saferpay (#2526)
- Replace insert tags on order notification tokens
- Updated subdivisions of Ireland (#2529)
- Fixed incorrect download expiration calculation
- Fixed tax free price calculation if price display is set to fixed (#2531)
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 @@ -43,7 +43,7 @@ class Isotope extends Controller
/**
* Isotope version
*/
public const VERSION = '2.9.x-dev';
public const VERSION = '2.9.0';

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

0 comments on commit 6aff607

Please sign in to comment.