*** DL Gift Wallet ***

2026-05-26 - version 1.1.2
* Minor internal clean-ups and code formatting improvements.
* Upgraded for compatibility with WordPress 7.0.

2026-03-22 - version 1.1.1
* Fix: Corrected email trigger argument mismatch to prevent potential PHP errors.
* Fix: Resolved email class lookup issue in test email handler.

2026-03-03 - version 1.1.0
* Enhancement: Gift emails now use WooCommerce’s native email system.
* Enhancement: Gift email settings moved to WooCommerce → Settings → Emails.
* Enhancement: Added compatibility with WooCommerce’s new block-based email editor.
* Enhancement: Gift emails now appear alongside other WooCommerce transactional emails.
* Improvement: One-time migration automatically transfers existing email settings.
* Improvement: Internal architecture updated for future WooCommerce compatibility.
* Tweak: Removed legacy email template handling.
* Dev: Refactored email delivery to use WC_Email.

2026-02-04 - version 1.0.5
* Minor internal code refactoring.
* Clearer path to upgrade to the Pro version, for enhanced benefits.

2026-01-26 - version 1.0.4
* Fix: Gift Wallet credit is now applied as soon as payment is successful, rather than waiting for the order to be manually completed.
* Fix: Prevented gift credit from being applied unless an order has been fully paid.
* Improvement: Increased reliability for mixed orders containing both Gift Wallet products and physical items.

2026-01-23 - version 1.0.3
* Improved Gift Wallet order handling so gift-only orders are automatically completed after successful payment.
* Gift credit is now applied immediately without requiring manual order completion.
* Added safeguards to prevent gift credit from being applied more than once per order.

2025-12-29 - version 1.0.2
* Improve layout of Gift Wallet fields on product pages for better theme compatibility.
* Ensure frontend styles load only where relevant (Gift Wallet products and account pages).
* Minor frontend polish and internal cleanup.

2025-12-29 - version 1.0.1
* Tidy up admin plugin row links and reduce duplication.
* Refine when admin notices are displayed to keep messaging contextual.
* Minor internal maintenance and code cleanup.

2025-12-01 - version 1.0.0
* Initial public release.
* Mark any simple product as a Gift Wallet product.
* Optional custom gift amount with per-product minimum and global fallback.
* Store credit automatically added to recipient user account on order completion.
* Automatic store credit application at checkout until balance is used.
* Automatic application to subscription renewal orders (with WooCommerce Subscriptions).
* My Account dashboard widget showing current Gift Wallet balance (optional).
* Customisable gift email subject, heading, intro text and button label.
* Default gift image override via settings.
* Test email tool to preview the gift email layout and copy.
* HPOS (High Performance Order Storage) compatibility declaration.