5.3.2 - make lifetime license work better with woocommerce download functionality

This commit is contained in:
Michel Velis 2020-03-31 11:58:40 -04:00
parent 16faff4cf9
commit 07efc0c023
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Welcome to software license manager 👋 # Welcome to software license manager 👋
![Version](https://img.shields.io/badge/version-5.3.1-blue.svg?cacheSeconds=2592000) ![Version](https://img.shields.io/badge/version-5.3.2-blue.svg?cacheSeconds=2592000)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/michelve/software-license-manager/blob/master/LICENSE.md) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/michelve/software-license-manager/blob/master/LICENSE.md)



View file

@ -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__)));