Skip to content

Commit

Permalink
version 5.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Sep 14, 2020
1 parent 29b61bd commit bfd573a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v5.5.8](https://github.com/michelve/software-license-manager/compare/v5.7.0...v5.5.8) - 2020-09-10
## [v5.5.9](https://github.com/michelve/software-license-manager/compare/v5.7.0...v5.5.9) - 2020-09-14

### Merged

- Bump node-fetch from 2.6.0 to 2.6.1 [`#37`](https://github.com/michelve/software-license-manager/pull/37)
- I created bug fix for wc_licenses_class.php [`#46`](https://github.com/michelve/software-license-manager/pull/46)
- Update fixing bugs. [`#1`](https://github.com/michelve/software-license-manager/pull/1)
- implemneted data-title support [`#34`](https://github.com/michelve/software-license-manager/pull/34)

### Commits

- updated pot and mo language files [`d2c6649`](https://github.com/michelve/software-license-manager/commit/d2c6649d5d18719af1d0722ca6efbec6bb097005)
- updated date() to wp_date() [`af90004`](https://github.com/michelve/software-license-manager/commit/af90004fc95cf978cca3edb2298039735898749f)
- updated license [`7f9060c`](https://github.com/michelve/software-license-manager/commit/7f9060c1801f7ebc3b2af1266c215da3fa3a41ca)
- added new icons [`95b9957`](https://github.com/michelve/software-license-manager/commit/95b9957ed9db3a43845e507513996f6e642e9b7d)
- resolved bootstrap issues and conflicts [`68481ce`](https://github.com/michelve/software-license-manager/commit/68481ce15a1cc8f06e1c8f3c49f1f46178f629f1)
- updated change-log and package.json [`3963725`](https://github.com/michelve/software-license-manager/commit/3963725b0815b6785db5c97006555562f1294345)
- templates [`ad84600`](https://github.com/michelve/software-license-manager/commit/ad8460026f90abeebbdda59f0fcd4d19261e1abc)
- no message [`fa6dc19`](https://github.com/michelve/software-license-manager/commit/fa6dc19094817c0970377f06b958ae7baa010434)
- Create SECURITY.md [`6b9afae`](https://github.com/michelve/software-license-manager/commit/6b9afaea455d004252d5c9e2b89bdf424039e221)
- questions template added [`0323124`](https://github.com/michelve/software-license-manager/commit/03231245361bf65eed6f8cc0ad79e3fed9d49129)
- 5.5.7 release [`5ea43c0`](https://github.com/michelve/software-license-manager/commit/5ea43c033d68c53baa36691b3f3ad1d1f5a9d61b)
- added new icons [`8306c65`](https://github.com/michelve/software-license-manager/commit/8306c659089fd3458b1855530f945a05f5df00d6)
- no message [`74e74aa`](https://github.com/michelve/software-license-manager/commit/74e74aaeb3e8293a795c898a5144d8ed3956351a)

## [v5.7.0](https://github.com/michelve/software-license-manager/compare/5.5.7...v5.7.0) - 2020-08-10
## [v5.7.0](https://github.com/michelve/software-license-manager/compare/5.5.8...v5.7.0) - 2020-08-10

## [5.5.8](https://github.com/michelve/software-license-manager/compare/5.5.7...5.5.8) - 2020-09-08

### Commits

- updated date() to wp_date() [`af90004`](https://github.com/michelve/software-license-manager/commit/af90004fc95cf978cca3edb2298039735898749f)

## [5.5.7](https://github.com/michelve/software-license-manager/compare/5.5.6...5.5.7) - 2020-09-02

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@michelve/software-license-manager",
"version": "5.5.8",
"version": "5.5.9",
"description": "Software license management solution for your web applications (WordPress plugins, Themes, Applications, PHP based membership script etc.). Supports WooCommerce.",
"scripts": {
"changelog": "auto-changelog -p && git add CHANGELOG.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.8
Stable tag: 5.5.9
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
8 changes: 4 additions & 4 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.8
Version: 5.5.9
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://www.epikly.com/
Expand All @@ -19,9 +19,9 @@
global $wpdb, $slm_debug_logger;

//Short name/slug "SLM" or "slm"
define('SLM_VERSION', '5.5.8');
define('SLM_DB_VERSION', '4.3.0');
define('SLM_REWRITE_VERSION', '2.4.1');
define('SLM_VERSION', '5.5.9');
define('SLM_DB_VERSION', '4.3.1');
define('SLM_REWRITE_VERSION', '2.4.2');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
define('SLM_URL', plugins_url('', __FILE__));
define('SLM_ASSETS_URL', SLM_URL . '/public/assets/');
Expand Down

0 comments on commit bfd573a

Please sign in to comment.