Download the PHP package soberwp/bundle without Composer
On this page you can find all versions of the php package soberwp/bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soberwp/bundle
More information about soberwp/bundle
Files in soberwp/bundle
Package bundle
Short Description WordPress plugin to enable plugin activation using a JSON, YAML or PHP file.
License MIT
Homepage https://github.com/soberwp
Informations about the package bundle
Bundle
WordPress plugin to enable plugin activation using a JSON, YAML or PHP file.
Installation
Composer:
Recommended method/s;
Roots Bedrock and WP-CLI
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
All versions of bundle with dependencies
composer/installers Version ^1.5
hassankhan/config Version ^1.0
tgmpa/tgm-plugin-activation Version ^2.6.1