Posted: July 29th, 2011 | Tags: git, subversion, wordpress | No Comments »
Do the following three things apply to you?
- You’re developing a WordPress plugin?
- You’re using github for your workflow?
- You’re looking for a simple, single-command way to deploy the newest version of your plugin to WordPress.org’s svn repository?
If so, look no more.
Read the rest of this entry »
Posted: July 23rd, 2011 | Tags: php, plugin, wordpress | No Comments »
In developing a WordPress plugin, I’ve been pleasantly surprised by the documentation. The codex is through, and links to the source code in the cases when it’s not deep. Having said there, there were a few snippets of code that took some searching to find and explain – common things that almost all plugins will (should) use, but weren’t obviously listed.
Read the rest of this entry »