manifest / integrations / wp-plugin-bigrock
BigRock Plugin
WordPress plugin that integrates your WordPress site with the Orderbox brands control panel, including performance, security, and update features.
by BigRock · github.com/newfold-labs/wp-plugin-bigrock · website
★ 0stars
14release 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-bigrock/releases/download/1.1.0/wp-plugin-bigrock.zipDeclares an update source (https://github.com/newfold-labs/wp-plugin-bigrock/), so updates arrive through the plugin's own updater.
From the readme
Bigrock WordPress Plugin
WordPress plugin that integrates a WordPress site with the Bigrock control panel, including performance, security, and
update features.
Installation
Find the wp-plugin-bigrock.zip asset for your preferred version at: https://github.com/newfold-labs/wp-plugin-bigrock/releases/.
Alternatively, check the updater endpoint for the latest version at: https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-bigrock, 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-bigrock/download/.
Releasing Updates
This plugin has version number set in 3 distinct places in 2 files:
- the plugin header info (wp-plugin-bigrock/wp-plugin-bigrock.php line 14) - this is used in the plugin php code.
- the constant BIGROCKPLUGINVERSION (wp-plugin-bigrock/wp-plugin-bigrock.php line 34) - this is used by
WordPress.
- in the package.json version value (wp-plugin-bigrock/package.json line 5) this is used by the build step to place
the release files within a matching version directory for convenient cache busting. All 3 instances need to be
Read the full README on GitHub →