From c9bd3cb9ac33b21d2c29846800db368e63032c78 Mon Sep 17 00:00:00 2001 From: bdmehedi Date: Tue, 26 Dec 2023 13:12:17 +0600 Subject: [PATCH] Remove updater --- readme.md | 9 +++++---- src/Client.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 220b166..5a0db89 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # AppSero Client -### Version 1.2.5 +### Version 1.3.0 - [Installation](#installation) - [Insights](#insights) @@ -78,9 +78,6 @@ function appsero_init_tracker_appsero_test() { // Active insights $client->insights()->init(); - // Active automatic updater - $client->updater(); - // Active license page and checker $args = array( 'type' => 'options', @@ -99,6 +96,10 @@ 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 89b6192..979fb22 100644 --- a/src/Client.php +++ b/src/Client.php @@ -14,7 +14,7 @@ class Client { * * @var string */ - public $version = '1.2.5'; + public $version = '1.3.0'; /** * Hash identifier of the plugin