Skip to content

Commit

Permalink
Bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Feb 17, 2024
1 parent 51b4b51 commit 4c8a7cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions digital-license-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Digital License Manager
* Description: Easily manage and sell your license keys on your website. Compatible with WooCommerce for selling licenses but also works without it.
* Version: 1.5.9
* Version: 1.6.0-beta1
* Author: Darko Gjorgjijoski
* Author URI: https://darkog.com/
* Text Domain: digital-license-manager
Expand Down Expand Up @@ -39,7 +39,7 @@
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'DLM_VERSION' ) ) {
define( 'DLM_VERSION', '1.5.9' );
define( 'DLM_VERSION', '1.6.0-beta1' );
}
if ( ! defined( 'DLM_PURCHASE_URL' ) ) {
define( 'DLM_PURCHASE_URL', 'https://codeverve.com/product/digital-license-manager-pro/' );
Expand Down
7 changes: 6 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: 5.6
Tested up to: 6.4
Stable tag: 1.5.9
Stable tag: 1.6.0-beta1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.6.0 =
*Release date - 17 Feb 2024*

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

= 1.5.9 =
*Release date - 17 Feb 2024*

Expand Down

0 comments on commit 4c8a7cd

Please sign in to comment.