Skip to content

Commit

Permalink
5.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Sep 2, 2020
1 parent d2c6649 commit 5ea43c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to software license manager 馃憢

![Version](https://img.shields.io/badge/version-5.5.6-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-5.5.7-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
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://paypal.me/mvelis
Tags: license, software license
Requires at least: 4.1
Tested up to: 5.7
Stable tag: 5.5.6
Stable tag: 5.5.7
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
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.5.6
Version: 5.5.7
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.5.6');
define('SLM_VERSION', '5.5.7');
define('SLM_DB_VERSION', '4.2.9');
define('SLM_REWRITE_VERSION', '2.4.0');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit 5ea43c0

Please sign in to comment.