diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6edbe..83971a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5d32d61..9f8118d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 243e24b..3f947cd 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/software-license-manager.php b/software-license-manager.php index 2d74605..1d253ce 100755 --- a/software-license-manager.php +++ b/software-license-manager.php @@ -1,7 +1,7 @@