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