
## WordPress plugin

Checkout
    
    svn co https://plugins.svn.wordpress.org/online-booking

Tagging a new version and committing changes. Don't forget to update
version numbers in `trunk/cozycal.php` and `trunk/readme.txt`.

    svn cp trunk tags/2.8.5
    svn ci -m "Compatible with WordPress 5.0"
    
If you're adding new files, add them in trunk first before tagging.

    svn add trunk/*

If you're removing files, make sure to use svn to delete them in the trunk before tagging.

    svn delete trunk/screenshot-2.jpg

Plugin repo: https://plugins.svn.wordpress.org/online-booking/
More SVN info: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/
Readme format: https://wordpress.org/plugins/files/2017/03/readme.txt
Plugin Assets: https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/
Debugging plugin (for development): https://wordpress.org/plugins/wp-log-viewer/

