Releases: gdarko/digital-license-manager
Releases · gdarko/digital-license-manager
v1.7.1
What's new:
- Add proper CSS classes to WooCommerce views to make restyling easier
- Add refund handling when refunding Order's line items that contain License.
- Add refund handling behavior configuration in WooCommerce Settings
- Add _dlm_license_id to order item metadata so developers can easily identify the license id tied to particular order item during purchase
- Add dlm_files_dir filter for changing the default files directory
- New Tool: Add Order Item Licenses for setting _dlm_license_id for historical order items.
- New WP-CLI command
wp dlm:add_order_item_licenses
for setting _dlm_license_id for historical order items. - Upgraded ignitekit/wp-query-builder to v1.2
- General codebase improvements
- Re-sync the .pot template
- Test with WordPress 6.7+
- Confirm compatibility with WooCommerce 9.4+
v1.7.0
What's new:
- Improved Expired license display in WC > My Account
- Improved general code quality
- Fix status display on the single license page in WC > My Account
- Fix PDF export and missing font DejaVuSans
- Fix Issues when using CloudFlare and HttpHelper::clinetIp()
- Fix license status not centered in WC > My Account
- Add low level database actions dlm_object_{created/updated/deleted}
- Add database integrity maintenance (delete activations and other related data on license delete)
- Confirm compatibility with WC 9.3+
- Resync the .pot template
v1.6.6
v1.6.5
v1.6.4
What's new:
- Fix broken stylesheets when plugin is translated to other language
- Fix broken My Accounts pages (404) in some instances
- Add HPOS support for the order link in the licenses table
- Blocks build process improvements
- Comprehensive test with WooCommerce 9
v1.6.3
v1.6.2
v1.6.1
What's new:
- Fix stock syncing when license is deleted
- Deprecated method LicenseService::saveGeneratedLicenseKeys() in favor of LicenseService::createMultiple()
- Deprecated method LicenseService::saveImportedLicenseKeys() in favor of LicenseService::createMultiple()
- Test with WooCommerce 8.8
v1.6.0
What's new:
- Add filter dlm_license_certification_logo_width for changing the logo width in PDF certificate
- Add filter dlm_license_certification_title for changing the title in PDF Certificate
- Add support for hashed license keys in RestAPI (Read more)
- Add plugin deactivation feedback form
- Fix $order null access that triggered an error in My Account
- Fix conflict with Download Manager
- Fix issues related to .csv import
- Improved Admin UI
- Improved PDF Certificate display
- Improved WooCommerce "My Account" templates
- Improved license delete operation handling, remove database relations
- Renamed Activations "activate/deactivate" buttons to "enable/disable" in Admin screen
- Update default plugin settings
- Confirm compatibility with WP 6.5.0
- Confirm compatibility with WC 8.6.2
- Resync the .pot template
v1.6.0-beta1
What's new:
- Fixes $order null access that triggered an error in My Account