manifest / integrations / wp-plugin-webhostbox
WebHostBox Plugin
WordPress plugin that integrates your WordPress site with the Orderbox brands control panel, including performance, security, and update features.
by WebHostBox · github.com/newfold-labs/wp-plugin-webhostbox
★ 0stars
53release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/newfold-labs/wp-plugin-webhostbox/releases/download/1.0.3/wp-plugin-webhostbox.zipDeclares an update source (https://github.com/newfold-labs/wp-plugin-webhostbox/), so updates arrive through the plugin's own updater.
From the readme
WebHostBox WordPress Plugin
WordPress plugin that integrates a WordPress site with the WebHostBox control panel, including performance, security, and
update features.
Installation
Find the wp-plugin-webhostbox.zip asset for your preferred version at: https://github.com/newfold-labs/wp-plugin-webhostbox/releases/.
Alternatively, check the updater endpoint for the latest version at: https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-webhostbox, this also includes a download link to the latest zip file or use this link to access the latest download: https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-webhostbox/download/.
Releasing Updates
This plugin has version number set in 3 distinct places in 2 files:
- the plugin header info (wp-plugin-webhostbox/wp-plugin-webhostbox.php line 14) - this is used in the plugin php code.
- the constant WEBHOSTBOXPLUGINVERSION (wp-plugin-webhostbox/wp-plugin-webhostbox.php line 34) - this is used by
WordPress.
- in the package.json version value (wp-plugin-webhostbox/package.json line 5) this is used by the build step to place
the release files within a matching version directory for convenient cache
Read the full README on GitHub →