Instructions on updated the Wordpress plugin. NOTE: VERY IMPORTANT: Only create a new tag with a new version number once the plugin has been carefully tested. The act of creating a new tag immediately releases the code to the WordPress users, and any bugs will immediately cause major problems. PLEASE TEST CAREFULLY AND THOROUGHLY!!! First you'll need to checkout a local copy: > svn co http://plugins.svn.wordpress.org/social-analytics-and-content-seo-using-socialears/ Then go to the trunk directory: > cd social-analytics-and-content-seo-using-socialears/trunk Make your file edits, and check carefully. Finally commit. > svn commit -m "change description" . NOTE: If it asks for credentials, use podryna cKLUeA6xRRBD When you're ready to release, EDIT readme.txt and increase the version #: [major].[minor].[patch]. We are currently on 1.0.1 and make necessary changes to the instructions, help, screenshots, etc. commit the new readme.txt in trunk > svn commit -m "New release x.x.x" readme.txt finally push out the release > cd .. > svn cp trunk tags/x.x.x > svn ci -m "tagging version x.x.x" REPLACE x.x.x with the correct version number... always increasing!