Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Wordpress Plugin

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

How to publish

Pre-requisites

brew install svn
svn checkout https://plugins.svn.wordpress.org/simplepdf-embed svn
  1. Update the version of @simplepdf/web-embed-pdf in simplepdf-embed.php to the one specified in package.json:
wp_enqueue_script('simplepdf-web-embed-pdf', $script_src, array(), '<VERSION>', true);
  1. Update the TAG / version in simplepdf-embed.php
  2. Update the TAG / version in README.txt
  3. Update the TAG / version in blueprint.json
  4. Update changelog in README.txt
  5. Run the following
npm run package-plugin
cd svn
svn up
svn cp trunk tags/<TAG>
svn commit -m 'Tagging version <TAG>'