UDS-WordPress Deprecation Helper archived
A plugin to run along side of the UDS-WordPress theme for ASU. Contains deprecated blocks and other theme pieces. Use as a crutch until production sites can be remediated.
by Steve Ryan · github.com/asuengineering/uds-wordpress-deprecation-helper · website
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/asuengineering/uds-wordpress-deprecation-helper/archive/refs/heads/main.zipDeclares an update source (https://github.com/asuengineering/UDS-WordPress-Deprecation-Helper), so updates arrive through the plugin's own updater.
Readme
UDS WordPress Deprecation Helper
A plugin to be used in conjunction with the UDS-WordPress Theme](https://github.com/asu-ke-web-services/UDS-WordPress-Theme). Restores deprecated blocks and other functionality from older versions of the theme. Used as a temporary solution until proper content remediation can take place for sites already in production.
Requirements
When installed the plugin will require the plugin Advanced Custom Fields Pro to be present in order to continue. ACF Pro is also a requirement of the accompanying theme. The plugin attempts to enqueue ACF blocks and uses an ACF options panel.
Options
More documentation to follow regarding the deprecated elements contained within this plugin.
Release Notes
Version 0.1.1
- BUG: Addressed problem with plugin activation.
- DOC: Added README.md file.
Version 0.1
- Initial deployment of the plugin.
- Includes deprecated code for the v1 version of the hero element. (Initially deployed as a metabox, reformatted as a block.)