Skip to content

Commit

Permalink
Version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jul 24, 2024
1 parent 2c5776b commit 2b56f67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 5 additions & 3 deletions digital-license-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
* Plugin Name: Digital License Manager
* Plugin URI: https://codeverve.com/product/digital-license-manager-pro/
* Description: Easily manage and sell your license keys on your website. Compatible with WooCommerce for selling licenses but also works without it.
* Version: 1.6.4
* Version: 1.6.5
* Author: CodeVerve
* Author URI: https://codeverve.com/
* Text Domain: digital-license-manager
* Domain Path: /i18n/languages/
* Requires at least: 4.7
* Requires PHP: 7.0
* WC requires at least: 2.7
* WC tested up to: 9.0.1
* WC tested up to: 9.1.2
* License: GPLv3
*
****************************************************************************
Expand Down Expand Up @@ -41,7 +43,7 @@
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'DLM_PLUGIN_VERSION' ) ) {
define( 'DLM_PLUGIN_VERSION', '1.6.4' );
define( 'DLM_PLUGIN_VERSION', '1.6.5' );
}
if ( ! defined( 'DLM_PURCHASE_URL' ) ) {
define( 'DLM_PURCHASE_URL', 'https://codeverve.com/product/digital-license-manager-pro/' );
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: darkog, codeverve
Tags: license key, license manager, software license, serial key, woocommerce
Requires at least: 4.7
Requires PHP: 7.0
Tested up to: 6.5
Stable tag: 1.6.4
Tested up to: 6.6
Stable tag: 1.6.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -207,6 +207,14 @@ Yes, you can do this by going to Settings > Tools > "Generate Licneses For Past

== Changelog ==

= 1.6.5 =

*Release date - 24 Jul 2024*

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

= 1.6.4 =

*Release date - 21 Jun 2024*
Expand Down

0 comments on commit 2b56f67

Please sign in to comment.