WP Manifestindependent plugin directory
manifest / integrations / wp-plugin-blueprint

The Blueprint Plugin

WordPress plugin that integrates your WordPress site with the BLUEPRINT control panel, including performance, security, and update features.

by Blueprint · github.com/newfold-labs/wp-plugin-blueprint · website

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/newfold-labs/wp-plugin-blueprint/archive/refs/heads/main.zip

Declares an update source (https://github.com/newfold-labs/wp-plugin-blueprint/), so updates arrive through the plugin's own updater.

From the readme

Blueprint WordPress Plugin WordPress plugin that integrates a WordPress site with the Blueprint control panel, including performance, security, and update features. Installation 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/. Releasing Updates 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 BLUEPRINTPLUGINVERSION (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. Al

Read the full README on GitHub →