Contribute to Solarplexus
Solarplexus is depeloped and maintained by Äventyret. If you want to contribute, please contact us or why not open a Pull Request?
Development instructions
- Clone or fork the repo in the
pluginsfolder of a local WP installation nvm 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.
Translations
- Add new translations by running
wp i18n make-pot ./ languages/solarplexus.pot - Open languages/solarplexus-sv_SE.po with Poedit and select "Update from POT file"
- Translate and save
- Convert translations to JSON format by running
wp i18n make-json languages/solarplexus-sv_SE.po --no-purge
More info in the WP docs
Distribution instructions
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 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.