WP Manifestindependent plugin directory
manifest / developer / bundle

Bundle archived

Deprecated: WordPress plugin to enable plugin activation using a JSON, YAML or PHP file

by Sober · github.com/soberwp/bundle · website

23stars
4forks

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/soberwp/bundle/archive/refs/heads/master.zip

Declares an update source (soberwp/bundle), so updates arrive through the plugin's own updater.

From the readme

Bundle WordPress plugin to enable plugin activation using a JSON, YAML or PHP file. Installation Composer: Recommended method/s; Roots Bedrock and WP-CLI Roots Sage Manual: Download the zip file Unzip to your sites plugin folder Activate via WordPress Requirements: PHP = 5.6.x Setup By default either bundle.json, bundle.yaml or bundle.php is used. You can use a custom file for each using the filters below within your themes functions.php file; Usage Themes often require plugins in order to work — bundle leverages the popular tgmpa class to achieve plugin activation nags and actions. Examples: bundle.json bundle.yaml bundle.php You can read tgmpa documentation for plugin activation options. Updates Composer: Change the composer.json version to ^1.0.2 Check CHANGELOG.md for any breaking changes before updating. WordPress: Includes support for github-updater to keep track on updates through the WordPress backend. Download github-updater Clone github-updater to your sites plugins/ folder Activate via WordPress Other For updates follow @withjacoby You can also hire me for WordPress or frontend work

Read the full README on GitHub →