Skip to content

A custom WordPress plugin updater for Bluehost plugins that aren't on WP.org.

Notifications You must be signed in to change notification settings

bluehost/endurance-wp-plugin-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endurance WordPress Plugin Updater

A Composer package handling updates for WordPress plugins managed by Endurance.

Installation

Ensure that this block is added to your composer.json file:

{
  "repositories": [
      {
        "type": "composer",
        "url": "https://bluehost.github.io/satis/"
      }
  ]
}

Run composer require bluehost/endurance-wp-plugin-updater

Usage

Invoke the updater as follows:

use Endurance_WP_Plugin_Updater\Updater;
new Updater( 'bluehost', 'bluehost-wordpress-plugin', 'bluehost-wordpress-plugin/bluehost-wordpress-plugin.php' );

The first parameter is the GitHub user name. The second parameter is the GitHub repo slug. The final parameter is the WordPress plugin basename.

About

A custom WordPress plugin updater for Bluehost plugins that aren't on WP.org.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages