WordPress 3.4 Beta 1 Is In the Wild! Do You Have a Testing Environment Yet?

The announcement was made earlier today! Do you have a testing environment yet? If not, I’d recommend you get one! I have one set up in a subdomain off of my personal blog! I leave it open to the public (I use it to show solutions to people’s problems on the forums, or here) but Iit looks a mess right now, I have the early stages dev version of the 2012 theme on it. That being said, here’s the gist of WP 3.4:

Continue reading

WordPress 3.3 Has Moved to Release Candidate Stage!

We are finally moving from Beta to Release Candidate (RC). Are you ready? If you have any custom themes or plugins, have you tested them? Have you checked out all the details of the release yet? Release Candidate is usually the stage where I start switching over my sites, starting with the least complicated. You can do the same on a simple site, and play around a bit. I wouldn’t recommend this for anyone with a complicated site, lots of jQuery plugins, or a site that would hurt if it went down. But in those circumstances, you should have a copy test site, and should already know if WP3.3 is going to cause any issues.

VoodooChild 2011 and the Associated Voodoo Functionality Plugin

OK, we’ve done a good deal of stuff to our twentyeleven child theme already. Changed widths, changed layout, reworked the header to fit our needs, even added an index page widget and 2 new sidebars to the single view. That’s a lot of stuff. I’ve covered it all in various tutorials here on VoodooPress, but maybe you work better with all the code right in front of you? Well you are in luck…I guess? Here’s the VoodooChild2011 and associated Voodoo Functionality plugin. I believe I have properly done function checks in my theme, so that it can run without the plugin. But to get full functionality, the theme works best with the plugin.

Continue reading

WordPress 3.1.3 Hits the Streets, and Brings 3.2 Beta 2 Along for the Ride

Link

Time for another round of upgrade fun. Version 3.1.3 has been released. So hook it up. Get going on that upgrade, once again it contains important security fixes.

  • Various security hardening by Alexander Concha.
  • Taxonomy query hardening by John Lamansky.
  • Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros.
  • Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.
  • Improves file upload security on hosts with dangerous security settings.
  • Cleans up old WordPress import files if the import does not finish.
  • Introduce “clickjacking” protection in modern browsers on admin and login pages.

And for the brave men and women who give so much testing WP releases, get yourself up to 3.2 Beta 2

  • Google Chrome Frame is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).
  • The admin is less ugly in IE 7.
  • The blue admin color scheme has caught up to the grey one, and is ready for testing.
  • We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has a post with more info.