From 1e0149c73c5c0f86a8d2b166ae5b1283ddabb287 Mon Sep 17 00:00:00 2001 From: bdmehedi Date: Mon, 8 Jan 2024 17:38:05 +0600 Subject: [PATCH] Release 1.4.0 --- readme.md | 6 +----- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 5a0db89..be499b1 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # AppSero Client -### Version 1.3.0 +### Version 1.4.0 - [Installation](#installation) - [Insights](#insights) @@ -96,10 +96,6 @@ Make sure you call this function directly, never use any action hook to call thi > For plugins example code that needs to be used on your main plugin file. > For themes example code that needs to be used on your themes `functions.php` file. -## Using the Updater (to manage Pro plugin updates) -> By default the Appsero client doesn't include Updater functionalities in this client. If you want to manage updates for your premium plugins, please include [the Updater](https://github.com/Appsero/updater) separately inside your product - - ## More Usage ```php diff --git a/src/Client.php b/src/Client.php index 4e034c9..70b45c0 100644 --- a/src/Client.php +++ b/src/Client.php @@ -14,7 +14,7 @@ class Client { * * @var string */ - public $version = '1.3.0'; + public $version = '1.4.0'; /** * Hash identifier of the plugin