From 9fa257645e8158e0b30a8819c6b5599c7eb6d533 Mon Sep 17 00:00:00 2001 From: Karim Date: Fri, 5 Jul 2024 10:58:09 +0200 Subject: [PATCH] update changelog file and the version --- src/LicenseHandler.php | 2 +- src/changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/LicenseHandler.php b/src/LicenseHandler.php index afaaf6e..09add8c 100644 --- a/src/LicenseHandler.php +++ b/src/LicenseHandler.php @@ -17,7 +17,7 @@ /** * Handles GWP Licenses. * - * @version 2.0 + * @version 2.0.1 */ class LicenseHandler { /** diff --git a/src/changelog.txt b/src/changelog.txt index c7c6eec..1b81557 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -1,3 +1,7 @@ + += 2.0.1 = +- Fix php fatal error in generate error Messages. + = 2.0.0 = - Update license handler to support and work with Paddlepress Pro.