Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jan 3, 2025
1 parent 96b8f83 commit e69a5cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions digital-license-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +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.7.1
* Version: 1.7.2
* 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.4.1
* WC tested up to: 9.5.1
* License: GPLv3
*
****************************************************************************
Expand Down Expand Up @@ -43,7 +43,7 @@
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'DLM_PLUGIN_VERSION' ) ) {
define( 'DLM_PLUGIN_VERSION', '1.7.1' );
define( 'DLM_PLUGIN_VERSION', '1.7.2' );
}
if ( ! defined( 'DLM_PURCHASE_URL' ) ) {
define( 'DLM_PURCHASE_URL', 'https://codeverve.com/product/digital-license-manager-pro/' );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: license key, license manager, software license, serial key, woocommerce
Requires at least: 4.7
Requires PHP: 7.0
Tested up to: 6.7
Stable tag: 1.7.1
Stable tag: 1.7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.7.1 =
*Release date - 03 Jan 2025*

* Fix fatal error when running CLI
* Test with WooCommerce 9.5

= 1.7.1 =
*Release date - 26 Nov 2024*

Expand Down

0 comments on commit e69a5cb

Please sign in to comment.