From b3cf3e114b4d7ff1f4989944120405d386c10234 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 21 Jan 2026 23:23:16 +0100 Subject: [PATCH] Update CHANGELOG and add v0.0.10 release package - Updated CHANGELOG with all v0.0.10 features - Added release package with checksums Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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