Skip to content

Releases: gdarko/digital-license-manager

v1.5.9

17 Feb 15:19
Compare
Choose a tag to compare

What's new:

  • Fix API last access date
  • Fix duplicate license keys in PDF invoices
  • Fix delete confirmation dialog issue in API keys settings
  • Fix delete button on single api key edit page in settings
  • Add improvements to the Rest API permissions check
  • Resync the .pot template

v1.5.8

26 Jan 12:31
Compare
Choose a tag to compare

What's new:

  • Fix PHP warning in My Account page

v1.5.7

26 Jan 12:30
Compare
Choose a tag to compare

What's new:

  • Fix fatal error reported by customer
  • Add copy to clipboard functionality

v1.5.6

01 Dec 13:12
Compare
Choose a tag to compare

What's new:

  • Fix the License Activations table display in My Account
  • Fix issues related to API calls
  • Improvements to single License/Generator UI
  • Improvements to the uninstallation cleanup procedure
  • Removed unused wp_ajax endpoint

v1.5.5

27 Nov 09:35
Compare
Choose a tag to compare

What's new

  • Improvements to the migration tool from License Manager for WooCommerce
  • Add Compatibility layer for the REST API for License Manager for WooCommerce
  • Add public helper functions that can be used to interact with the plugin's database
  • Add migration notices
  • Fixes various smaller issues here and there
  • Improves the unit tests collection

v1.5.3

24 Oct 09:49
Compare
Choose a tag to compare

What's new:

  • Fix activating license as customer "permission denied" from My Account page
  • Update block dependencies
  • Test with WooCommerce 8.2

v1.5.2

22 Sep 23:34
Compare
Choose a tag to compare

What's new:

  • Fix High-Performance-Order-Storage compatibility issues
  • Fix issue when generating bulk licenses from the Generators > Generate page
  • Add filter to allow adjustments to the WooCommerce product edit tab classes
  • Fix confusing logic on the dlm_validate_product/order_id filters

v1.5.1

16 Sep 23:48
Compare
Choose a tag to compare

What's new:

  • Fix issue that caused no license key to be sent via email/order thank you page
  • Add Gutenberg Block: "DLM: Licenses Table" -> The block lists the licenses owned by the current user
  • Add Gutenberg Block: "DLM: Licenses Check" -> The block provides a form where user can check validity of a license key
  • Add Shortcode: "[dlm_licenses_table]" -> The shortcode lists the licenses owned by the current user
  • Add Shortcode: "[dlm_licenses_check]" -> The shortcode provides a form where user can check validity of a license key
  • Add support for "WooCommerce PDF Invoices and Packing Slips" by WP Overnight. License key will be displayed in the invoice.

v1.5.0

01 Aug 10:42
Compare
Choose a tag to compare

What's new:

  • Add copyright information to the files, a nice welcome screen.
  • Add more unit tests
  • Improvements to the data api
  • Improvements to the order_complete meta saving
  • Improvements to the license stock database query
  • Fix PHP warnings, improve PHP 8.2 compatibility
  • Fix generator crud bugs
  • Test with WordPress 6.3
  • Test with WooCommerce 8.0

1.4.3

04 May 12:42
Compare
Choose a tag to compare

What's new

  • Do not enforce expired license validation when deactivting token through the REST API
  • Add option in Settings > WooCommerce to enable masking the license keys on the public facing pages like Order Received" page
  • Show My Account licenses status as Expired when license is expired
  • Fix issue when clearing Generator valeus in edit page
  • Move "Max Activations" at the bottom before expiresIn in Generator edit
  • Add support on the dropdown search endpoint for generators
  • Add "Past Orders License Generator" tool in Settings > Tools that allows users to generate licenses for past orders by selectting Generator.
  • Add UI improvements to the styling of the Tools page
  • Add unit tests for orders/products