- **feat:** Added order fee details and refund support to Logs API and Reports UI.
- **update:** Enhanced Delivery Time with modern UI for a better user experience.
- **update:** Added Order reference ID on Admin support ticket list table and ticket details page.
- **update:** Add a user-friendly message for duplicate comment when admin replays in a ticket.
- **update:** Filter reset option on Vendor dashboard and Admin dashboard support tickets list table.
- **update:** Added options 'Mark as read' and 'Mark as unread' on admin support ticket bulk action.
- **update:** Added Order reference ID on Vendor support ticket list table.
- **update:** Vendor Subscription exclusive for admin only support added.
- **update**: Conditionally hide the commission details in product listing, order listing, order details page for Dokan subscription product and Dokan advertisement product.
- **update:** Fixed coupon validation to correctly apply discounts when products or their parent variations are explicitly included, ensuring consistent eligibility across vendor rules.
- **fix:** Vendor shipping placeholder costs not being supported in the updated Dashboard.
- **fix:** enhance withdraw schedule handling and improve data safety.
- **fix:** Fix Dashboard and Report page header title and apply filters.
- **fix:** generate and apply coupons for bulk discounts when cart item quantities are updated.
- **fix:** ensure bulk discount coupons apply consistently across both blocks and classic cart pages.
- **fix:** Explicitly define nullable parameter types in `Customer::map_data()` for PHP 8.4 compatibility.
- **fix:** Currency always showing USD in vendor panel dashboard and report section.
- **fix:** Store opening and closing times were not saving correctly when the site language was not English.
- **fix:** PHP 8.4 deprecation warnings in Stripe Express checkout flow.
- **fix:** Explicitly define nullable parameter types in `Payment::generate_data()` for PHP 8.4 compatibility.
- **fix:** Subscription cancellation shows error message despite successful cancellation.
- **fix:** Corrected coupon "Minimum Amount" field to properly save values with localized decimal separators.
- **fix:** ArgumentCountError in bulk edit product brands by ensuring correct argument count for the action hook.
- **fix:** prevent payment processing conflicts in guest checkout by temporarily disabling locking mechanism.
- **fix:** Fixed admin commission for recurring vendor subscriptions when paid via Stripe Express.