Unravel archived
WordPress plugin to separate concerns for plugins Models and Advanced Custom Fields.
★ 24stars
5.2kcomposer installs
2forks
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/unravel/archive/refs/heads/master.zipAlso on Packagist as soberwp/unravel:
composer require soberwp/unravelDeclares an update source (soberwp/unravel), so updates arrive through the plugin's own updater.
From the readme
Unravel
Please note that this package is deprecated and no longer supported in order to focus on more popular packages.
WordPress plugin to separate concerns for Models and Advanced Custom Fields from your theme.
Installation
Composer:
Recommended method; Roots Bedrock and WP-CLI
Manual:
Download the zip file
Unzip to your sites plugin folder
Activate via WordPress
Requirements:
PHP = 5.6.x
Usage:
Move your data/model config files out of your theme folder for better separation of concerns.
Unravel performs the following tasks;
Moves folders model-config/ and acf-json/ within your theme to wp-content/models/ (or web/app/models/ for Bedrock).
Updates and overrides save/load filter paths for each plugin.
Deactivation;
Data/model config files are moved back to their default locations within your theme.
Updates
Composer:
Change the composer.json version to ^1.0.0
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 @withj