WordPress plugin that integrates a WordPress site with the Blueprint control panel, including performance, security, and update features.
Find the wp-plugin-blueprint.zip
asset for your preferred version at: https://github.com/newfold-labs/wp-plugin-blueprint/releases/.
Alternatively, check the updater endpoint for the latest version at: https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-blueprint, 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-blueprint/download/.
This plugin has version number set in 3 distinct places in 2 files:
- the plugin header info (wp-plugin-blueprint/wp-plugin-blueprint.php line 14) - this is used in the plugin php code.
- the constant BLUEPRINT_PLUGIN_VERSION (wp-plugin-blueprint/wp-plugin-blueprint.php line 34) - this is used by WordPress.
- in the package.json version value (wp-plugin-blueprint/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 incremented in conjuction with new releases via github tagging. (In a perfect world, we have a runner increment and/or validate this)
See this figma for a style guide