Skip to content

Commit

Permalink
Merge branch 'release/1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmehedi committed Jan 8, 2024
2 parents 3bba2a8 + 1e0149c commit 43289d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AppSero Client
### Version 1.3.0
### Version 1.4.0

- [Installation](#installation)
- [Insights](#insights)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Client {
*
* @var string
*/
public $version = '1.3.0';
public $version = '1.4.0';

/**
* Hash identifier of the plugin
Expand Down

0 comments on commit 43289d7

Please sign in to comment.