diff --git a/CHANGELOG.md b/CHANGELOG.md index e501ab5..c424410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - View licenses table showing all licenses for an order - Link to full licenses management page from order view - Support for both classic orders and HPOS (High-Performance Order Storage) +- Inline editing for license fields (status, expiry date, domain) in admin +- Copy license key button in admin licenses overview +- Live search for licenses in admin overview +- Settings link in plugin actions + +### Fixed + +- Fixed 404 error on licenses menu item +- Fixed Twig template cache issues with auto_reload ### Technical Details - New `OrderLicenseController` class for order page integration - New `getLicensesByOrder()` method in LicenseManager +- New `updateLicenseExpiry()` method in LicenseManager - JavaScript file `order-licenses.js` for inline domain editing +- JavaScript file `admin-licenses.js` for live search and inline editing - AJAX handlers for updating order domain and license domains +- AJAX handlers for inline editing (status, expiry, domain updates) ## [0.0.9] - 2026-01-21