WordPress 3.7.1

WordPress 3.7.1 has been released and it is a maintenance release. Are you using the new background autoupdate feature yet?

This .1 release fixes 12 bugs including:

  • Images with captions no longer appear broken in the visual editor.
  • Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.
  • Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.
  • Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.
  • Fix a warning that may occur in certain setups while performing a search, and a few other notices.

For me, my WordPress installation is a git checkout, so the background autoupdate is not applicable for me. I normally just do:

git fetch –tags; git checkout 3.7.1

1 Star2 Stars3 Stars4 Stars5 Stars (65 votes, average: 3.83 out of 5)

WordPress 3.7

After 2 betas and another 2 RCs, WordPress 3.7 is finally out!

This release features some of the most important architectural updates we’ve made to date. Here are the big ones:

  • Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.
  • Stronger password recommendations: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.
  • Better global support: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.

For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more dive into the Codex or browse the over 400 closed tickets on Trac.

This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release.

Download: WordPress 3.7

1 Star2 Stars3 Stars4 Stars5 Stars (23 votes, average: 3.70 out of 5)

WordPress 3.7 RC1

WordPress 3.7 RC1 is out and the final version of WordPress 3.7 is targetted to be release next week!

In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)

WordPress 3.7 introduces automatic background updates for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test – RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.

Download: WordPress 3.7 RC1

1 Star2 Stars3 Stars4 Stars5 Stars (23 votes, average: 3.78 out of 5)

WordPress 3.7 Beta 1

Looks like when I am in Thailand for a holiday over the weekends, WordPress 3.7 Beta 1 is released! WordPress 3.7 will be a short one, with its final version coming in October 2013 and immediately after that, WordPress 3.8 will be targeted for release by end of the year. WordPress 3.8 will be where most of the features are!

One of the features in 3.7 that I am looking for is “Automatic, background updates”. It updates itself in the background, just like Google Chrome! When is the last time you notice Google Chrome is updating? Not me!

3.7 Beta 1 will keep itself updated. That’s right — you’ll be updated each night to the newest development build, and eventually to Beta 2. We’re working to provide as many installs as possible with fast updates to security releases of WordPress — and you can help us test by just installing Beta 1 on your server and seeing how it works!

Some other stuff:

  • If you’re running WordPress in another language, we’ll automatically download any available translations for official WordPress importers and the default themes. (More to come here.)
  • Our password meter got a whole lot better, thanks to Dropbox’s zxcvbn library. Again, subtle but effective. Strong passwords are very important!
  • Search results are now ordered by relevance, rather than just by date. When your keywords match post titles and not just content, they’ll be pushed to the top.
  • Developers should check out the new advanced date queries in WP_Query. (#18694)
1 Star2 Stars3 Stars4 Stars5 Stars (50 votes, average: 4.00 out of 5)