Skip to content

Commit 6aff607

Browse files
committed
Release 2.9.0
1 parent f0226da commit 6aff607

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed
+19-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Isotope eCommerce Changelog
22
===========================
33

4-
Version 2.9.0 (2023-xx-xx)
4+
Version 2.9.0 (2024-07-30)
55
--------------------------
66

7+
- Raised minimum dependency to Contao 4.13 and PHP 7.4
78
- Added product hit counter
89
- Added PayPal Checkout payment method
910
- Make favorites feature available for guests
@@ -12,5 +13,21 @@ Version 2.9.0 (2023-xx-xx)
1213
- Added default sorting field config when cumulative filter is applied
1314
- Added filter for product or variant to product collection view
1415
- Added hook to modify if shipping or payment method is available
15-
- Do not apply backend configuration to system columns
16+
- Added hook to determine availability of rules
17+
- Added support for text field filtering
18+
- Allow getGallery to use different Isotope Galleries (#2461)
19+
- Added support for filter modules as fragments
1620
- Trigger the save_callback for address fields (#2438)
21+
- Added support for dcawizard v3
22+
- Extend isotope dashboard / overview page (#2482)
23+
- Added customer turnover report (#2416)
24+
- Added member registrations report (#2492)
25+
- Migrated some reports to apexcharts library (#2483)
26+
- Added option to show skipped checkout steps
27+
- Added option to render order details in history module
28+
- Use slugger to generate attribute field names (#2519)
29+
- Implement payment backend interface for Saferpay (#2526)
30+
- Replace insert tags on order notification tokens
31+
- Updated subdivisions of Ireland (#2529)
32+
- Fixed incorrect download expiration calculation
33+
- Fixed tax free price calculation if price display is set to fixed (#2531)

system/modules/isotope/library/Isotope/Isotope.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Isotope extends Controller
4343
/**
4444
* Isotope version
4545
*/
46-
public const VERSION = '2.9.x-dev';
46+
public const VERSION = '2.9.0';
4747

4848
/**
4949
* True if the system has been initialized

0 commit comments

Comments
 (0)