SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
26.
svn checkout h p://plugins.svn.wordpress.org/{plugin-name}
Plugin dev loop
{
svn up
{hackity hack hack}
svn add {new-files}
svn commit -m '{Message about your changes}'
28.
/trunk/readme.txt
specifies the stable tag
Stable tag: 2.3
29.
=== Your Plugin ===
Contributors: markjaquith, nacinbot
Donate link: h p://example.com/paypal
Tags: foo, bar
Requires at least: 3.2
Tested up to: 3.3.1
Stable tag: 2.3
Here is a short description of the plugin. This should be no more
than 150 characters. No markup here.