WP Manifestindependent plugin directory
manifest / updates / pressody-conductor

Pressody Conductor

Custom WordPress plugin to hold the CONDUCTOR-entity logic for Pressody (PD) (client-side).

by Pressody · github.com/pressody/pressody-conductor · website

1stars
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/pressody/pressody-conductor/archive/refs/heads/main.zip

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

From the readme

Pressody Conductor Custom WordPress plugin to hold the CONDUCTOR-entity logic for Pressody (client-side). About Deliver a smooth, secure existence for a Pressody WP Site. This should be used as a MU plugin. Development Build Since this is ultimately a WordPress plugin, you wil need to generate a cleaned-up .zip file when you wish to publish a new release. To generate a new release ZIP file you have the utility script bin/archive. You can run it as such, without any arguments, or you can provide a version like so bin/archive --version=1.0.2. If you don't provide a version, the release version will be fetched from the plugin's main file headers. Once the version has been deduced, the script will enforce it in the plugin's main .php file and in the package.json file. This way everything is kept in sync. For the bin/archive script there are a couple of things that are important: the name entry in package.json is the same as the plugin main file (minus the .php extension) the files and directories that will be included in the release file need to be explicitly specified in the distFiles entry in package.json The bin/archive script will also generate a fresh .pot language fil

Read the full README on GitHub →