WP Manifestindependent plugin directory
manifest / developer / tcl-status

Toolset Common Status

WordPress plugins that shows information about Toolset plugin versions, branch names and the loaded Toolset Common Library instance in the admin bar.

by hkirat, zaantar · github.com/zaantar/tcl-status · website

6stars
0forks

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/zaantar/tcl-status/archive/refs/heads/master.zip

Declares an update source (zaantar/tcl-status), so updates arrive through the plugin's own updater.

From the readme

tcl-status WordPress plugins that shows information about Toolset plugin versions, branch names and the loaded Toolset Common Library instance in the admin bar. Additionally, if the plugins are in a git repository, the plugin will show how long ago the branch was pulled from the origin. The first item shows the information about the Toolset Comon library: tcl: {from what plugin is the library loaded} ( {$toolsetcommonversion} @ {branch name} ) The $toolsetcommonversion value is displayed only on recent branches where it is accessible from the outside. Remaining items show active Toolset plugins, their version and branch. Following plugins are supported: - Toolset Types - Toolset Views - Toolset CRED - Toolset Layouts - Toolset Access Installing - Clone or download the plugin into the wp-content/plugins directory in your site - git clone https://github.com/zaantar/tcl-status.git - Activate the plugin. - wp plugin activate tcl-status Additional features Extensions It is possible to add further items by hooking into the tclstatusaddnodes action. m2m The "m2m" item displays the current state of the many-to-many relationship project (at the time when the admin

Read the full README on GitHub →