Skip to content

Releases: gdarko/digital-license-manager

v1.7.1

25 Nov 23:57
Compare
Choose a tag to compare

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

24 Sep 10:00
Compare
Choose a tag to compare

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

05 Aug 13:49
Compare
Choose a tag to compare

What's new

  • Allow license key "copy to clipobard" on order-received confirmation page
  • Fix issue on MyAccount license single page when License order is not set

v1.6.5

26 Jul 21:41
Compare
Choose a tag to compare

What's new

  • Add action hook dlm_rest_response_error to REST endpoints
  • Test with WordPress 6.6
  • Test with WooCommerce 9.1

v1.6.4

21 Jun 19:48
Compare
Choose a tag to compare

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

12 May 10:13
Compare
Choose a tag to compare

What's new:

  • Fix issue that prevented the license key from displaying in My Account single license page
  • Test with WooCommerce 8.8.3

v1.6.2

26 Apr 15:24
Compare
Choose a tag to compare

What's new:

  • Fix issue introduced in v1.6.1 that caused the plugin to ignore generator's valid_for and activations_limit when creating licenses from orders
  • Improved error logging for the order license creation process

v1.6.1

21 Apr 19:34
Compare
Choose a tag to compare

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

15 Mar 14:22
Compare
Choose a tag to compare

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

17 Feb 15:23
Compare
Choose a tag to compare
v1.6.0-beta1 Pre-release
Pre-release

What's new:

  • Fixes $order null access that triggered an error in My Account