mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 22:17:09 +08:00
5.3.2 - make lifetime license work better with woocommerce download functionality
This commit is contained in:
parent
16faff4cf9
commit
07efc0c023
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Welcome to software license manager 👋
|
# Welcome to software license manager 👋
|
||||||

|

|
||||||
[](https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest)
|
[](https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest)
|
||||||
[](https://github.com/michelve/software-license-manager/blob/master/LICENSE.md)
|
[](https://github.com/michelve/software-license-manager/blob/master/LICENSE.md)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: Software License Manager
|
Plugin Name: Software License Manager
|
||||||
Version: 5.3.1
|
Version: 5.3.2
|
||||||
Plugin URI: https://github.com/michelve/software-license-manager/
|
Plugin URI: https://github.com/michelve/software-license-manager/
|
||||||
Author: Michel Velis
|
Author: Michel Velis
|
||||||
Author URI: https://www.epikly.com/
|
Author URI: https://www.epikly.com/
|
||||||
|
@ -19,7 +19,7 @@ if (!defined('WPINC')) {
|
||||||
global $wpdb, $slm_debug_logger;
|
global $wpdb, $slm_debug_logger;
|
||||||
|
|
||||||
//Short name/slug "SLM" or "slm"
|
//Short name/slug "SLM" or "slm"
|
||||||
define('SLM_VERSION', '5.3.1');
|
define('SLM_VERSION', '5.3.2');
|
||||||
define('SLM_DB_VERSION', '4.1.3');
|
define('SLM_DB_VERSION', '4.1.3');
|
||||||
define('SLM_REWRITE_VERSION', '2.3.1');
|
define('SLM_REWRITE_VERSION', '2.3.1');
|
||||||
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
|
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue