Simpler way to upgrade Wordpress

I love Wordpress and the ecosystem (plugins and themes) behind it. However, upgrading Wordpress is generally a tiring event and not something I really look forward to. So when Mark Jaquith provided a diff to upgrade from 2.1.2 to 2.1.3, I quickly jumped on it.

A quick test with

 patch -p0 --dry-run < diff-file 

seemed to indicate no issues and then applied the patch for real

Leave a Reply