Archive for July, 2009
The WordPress 2.0.x Legacy Branch is Deprecated
Last Updated on Thursday, 30 July 2009 01:07 Written by databank Thursday, 30 July 2009 01:07
The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.
Many of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don’t support older versions of WordPress!
I’m disappointed that we weren’t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn’t die in vain!
Tags: Bugs, Failure, Hard Decisions, Latest Security, legacy, Monumental Task, New Features, Older Versions, People, Scope, Security Enhancements, Security Improvements, Testament, X Branch | Posted under Data Bank News, Security | No Comments
Improving your plugin – Changelogs
Last Updated on Tuesday, 21 July 2009 08:28 Written by databank Tuesday, 21 July 2009 08:28
We’ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.
We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.
In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins readme.txt file. This changelog information is then displayed as a separate tab in the plugin directory and also in the back end of your WordPress blog when you view the details on a new version of a plugin.
The new section is formatted as follows:
== Changelog == = 1.0 = * A change since the previous version. * Another change. = 0.5 = * List versions from most recent at top to oldest at bottom.
We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn’t very helpful).
Tags: Authors, Changelog, Communication Channel, Log Messages, Open Communication, People, Plugin Directory, Plugin Users, Previous Version, Readme, Repository, Subversion, Wordpress Blog | Posted under Data Bank News | No Comments



