Updating WordPress plugin using subversion. The plugin/theme author will need to grant you access.
Plugin author – add contributor as a “Committer”
- Goto plugins administration page
http://wordpress.org/extend/plugins/YOUR-PLUGIN/admin
- Add Committer
wordpress.org username
For contributors
- Install client software
- Create a folder on local PC for code
- right-click folder -> SVN Checkout
- URL of repository http://plugins.svn.wordpress.org/YOUR-PLUGIN
- make changes to the trunk (don’t chg “stable tag” in readme until ready to release)
- commit (this does not publish, just makes the file available in the repository)
- when ready to release next version
- update version in php file
- update “stable tag” in readme file
- right-click in folder -> TortoiseSVN -> Branch/tag
- right-click SVNcommit
Related Reading
Share on Facebook