Tuesday, 12 July, 2011 19:49 Written by Andrew Nacin
After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.
For a full list of fixes, view the changelog the list of tickets. Our release haiku:
JSON, the admin
A little bit tidier
Edge cases covered
Download 3.2.1 or update now from the Dashboard → Updates menu in your site’s admin area.
Saturday, 25 June, 2011 22:05 Written by Webmaster
PHP has several new documentation features that the community should be aware of:
pman - PHP man pages $ pear install doc.php.net/pman $ pman strlen (this example displays a local textual version of the strlen docs) Enhanced CHM - contains user notes (over 25,000) This additional CHM file is downloadable Online Documentation Editor - allows everyone to edit the PHP manual URL: https://edit.php.net/ Every manual page will link to it in the future Includes an IRC window to the #php.doc channel, so let's talkWe hope you find the above features useful, and please write phpdoc@lists.php.net with feedback. Additional features are being refined, which includes a JSON version of the manual.