Skip to content

Commit

Permalink
5.3.2 - make lifetime license work better with woocommerce download f…
Browse files Browse the repository at this point in the history
…unctionality
  • Loading branch information
michelve committed Mar 31, 2020
1 parent 16faff4 commit 07efc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/michelve/software-license-manager/blob/master/LICENSE.md)

Expand Down
4 changes: 2 additions & 2 deletions software-license-manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Software License Manager
Version: 5.3.1
Version: 5.3.2
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://www.epikly.com/
Expand All @@ -19,7 +19,7 @@
global $wpdb, $slm_debug_logger;

//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_REWRITE_VERSION', '2.3.1');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit 07efc0c

Please sign in to comment.