npm run i18n:make-pot
- Open
recipe-creator-de_DE.po
in Poedit - Click "Katalog" > "Aus POT-Datei aktualisieren"
- Select the
recipe-creator.pot
- Update the translations
- Save the file and click "Datei" > "MO-Datei erstellen"
The translations for the JS files have to be a JSON file.
npm run i18n:make-json
More Infos: https://developer.wordpress.org/block-editor/developers/internationalization/
brew install composer
brew install node@16
composer install
npm install
npm run start
Run npm run build:fonts
Its possible that some icons must be "fixed" before converting to a webfont. For that, use:
npm run fix:font-svgs
- Update version in
package.json
and runnpm install
- Update version in
recipe-creator.php
- Update changelogs in
changelog.txt
and copy the latest changes to thereadme.txt
- Update version in
readme.txt
(Stable tag) - Create a new tag on the
main
branch.
=> The release will be created within a github workflow and is pushed to the wordpress plugin directory.