Plugin page: https://wordpress.org/plugins/simplepdf-embed
The plugin is published to the Wordpress SVN registry https://plugins.svn.wordpress.org/simplepdf-embed using SVN
Pre-requisites
brew install svn
svn checkout https://plugins.svn.wordpress.org/simplepdf-embed svn
- Update the version of
@simplepdf/web-embed-pdfin simplepdf-embed.php to the one specified in package.json:
wp_enqueue_script('simplepdf-web-embed-pdf', $script_src, array(), '<VERSION>', true);
- Update the TAG / version in simplepdf-embed.php
- Update the TAG / version in README.txt
- Update the TAG / version in blueprint.json
- Update changelog in README.txt
- Run the following
npm run package-plugin
cd svn
svn up
svn cp trunk tags/<TAG>
svn commit -m 'Tagging version <TAG>'