Solarplexus is a Wordpress plugin and developer tool to easily create Gutenberg blocks for creating dynamic and static lists of posts, pages and more.
To use the latest version in a Wordpress project, simply head over to the 📖 online documentation 📖 and don't bother with the dev stuff below.
- Clone the repo in the
pluginsfolder of a local WP installation composer installnvm useyarn installyarn start- Create a custom theme in your WP installation and follow the regular instructions on the Wiki on how to use the plugin.
- Run
yarn startto create a non-minified build/index.js. - Run
yarn translateto update solarplexus.pot and existing solarplexus-{locale}.po files. - Translate new strings in solarplexus-{locale}.po. This can be done through Poedit or directly in the file.
- Run
yarn translate:compileto update solarplexus-{locale}.mo and json files.
More info in the WP docs
The plugin is versioned in dist versions here on GitHub.
- Make sure you have wp-cli and the dist-archive package installed.
- Update the version according to semver in
package.json,README.txt, and the main plugin entry filesolarplexus.php. Commit the changes and push to github. yarn buildwp dist-archive .A dist version without dev-only files will be created in the directory above.- On Releases page, click
Draft a new release, fill in new version, changes etc, and upload the zip. - The
./docsof the release tag will be published automatically when a release is created.
