| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-05 | 1.5 kB | |
| v2.4.4 source code.tar.gz | 2026-05-05 | 57.7 MB | |
| v2.4.4 source code.zip | 2026-05-05 | 59.7 MB | |
| Totals: 3 Items | 117.4 MB | 0 | |
:sparkles: Features
- [#10832] - Added a "Sales By Coupon" report to the admin sales reporting dashboard, with a coupon-code badge linking to the corresponding cart rule edit page and a drill-down "View Details" listing showing each order that used a coupon (order ID linking to the order detail, coupon code linking to the cart rule).
:bug: Bug Fixings
-
Fixed wrong "From" and "To" dates on the admin Bookings data grid and calendar view caused by the Carbon 3 timezone behavior change in the Laravel 12 upgrade.
Carbon::createFromTimestamp()now returns UTC by default instead of the app timezone, so the booking timestamps are explicitly converted via->timezone(config('app.timezone'))inBookingDataGridandBookingController. -
Optimized cart rule evaluation to reduce repeated database lookups during cart total calculation, improving cart and checkout performance.
-
Refined the admin cart-rule create/edit pages with a clearer Coupon section, a context-aware Actions card, and a dedicated Generated Coupons datagrid with a modal-based bulk-code generator.
-
Refined the storefront cart and onepage checkout summaries with
+/−indicators, a collapsed dual tax-mode display, an expandable Discount breakdown, and a modernized applied-coupon pill. -
[#8738] - Added column sorting on every reporting list page (Sales / Customers / Products) with sort direction indicators in the column header, fixing the previously non-functional click target.