Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Sep 24, 2024
1 parent 4dc72e8 commit 636d41f
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 345 deletions.
7 changes: 4 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.6.6
* Version: 1.7.0
* 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.1.4
* WC tested up to: 9.3.2
* License: GPLv3
*
****************************************************************************
Expand Down Expand Up @@ -43,7 +43,7 @@
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'DLM_PLUGIN_VERSION' ) ) {
define( 'DLM_PLUGIN_VERSION', '1.6.6' );
define( 'DLM_PLUGIN_VERSION', '1.7.0' );
}
if ( ! defined( 'DLM_PURCHASE_URL' ) ) {
define( 'DLM_PURCHASE_URL', 'https://codeverve.com/product/digital-license-manager-pro/' );
Expand Down Expand Up @@ -90,3 +90,4 @@ function digital_license_manager() {
}

digital_license_manager();

Loading

0 comments on commit 636d41f

Please sign in to comment.