Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Updater module for Appsero Client

Appsero/updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppSero Client Updater

Version 2.3.5

  • Fixed: Missing methods added to prevent a fatal error

Version 2.3.4

  • Fixed: Plugin update message do not display after dependent plugin version update

Version 2.3.3

Depenct

At first you need to isntall Appseo Client

Installation

You can install AppSero Client Updater in two ways, via composer and manually.

1. Composer Installation

Add dependency in your project (theme/plugin):

composer require appsero/updater

Now add autoload.php in your file if you haven't done already.

require __DIR__ . '/vendor/autoload.php';

2. Manual Installation

Clone the repository in your project.

cd /path/to/your/project/folder
git clone https://github.com/AppSero/updater.git updater
Now include the dependencies in your plugin/theme.
if (! class_exists('Appsero\Updater')) {
  require __DIR__ . '/updater/src/Updater.php';
}

Usages

$client = new Appsero\Client( 'a4a8da5b-b419-4656-98e9-4a42e9044891', 'Akismet', __FILE__ );

// Active automatic updater
Appsero\Updater::init($client);

About

Updater module for Appsero Client

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages