westi on wordpress

the long forgotten diary of a wordpress developer

WordPress 2.3.3 in detail

WordPress 2.3.3 has been released and includes a number of changes including one security fix, here is a list of most of the changes in detail:

  • Reversion of the change to sent the “Sender” in wp_mail() (#5273).
  • Changes to the magic number detection for gettext file loading for better support of 64bit systems (#3780).
  • A fix in install-helper.php so that you do not get errors when included from a plugin (#5090).
  • Addition of extra capabilities checks to the xmlrpc code (#5313).
  • Fixes to the naming of some query variables used for category intersections (#5788).

For a complete list of all the changes you can read this section of the branches/2.3 log.

Written by Peter Westwood

February 8, 2008 at 10:10 pm

31 Responses

Subscribe to comments with RSS.

  1. My blog used to display Hindi in version 2.1.3. With 2.3.3 it does not. Any ideas, fixes, suggestions to get Hindi displayed properly gratefully received. Thanks much.

    umlaut

    March 16, 2008 at 6:24 pm

  2. @umlaut: You need to install the correct localisation files and configuration to get your blog to display in a language other than English. You can read more information on this on the WordPress codex – http://codex.wordpress.org/Localization

    Peter Westwood

    March 16, 2008 at 6:40 pm

  3. Thanks for the quick response Peter!

    The odd thing is that Hindi is not a supported language on the link. It never was. But WP2.1.3 rendered Hindi just fine, despite WordPress not being localized to Hindi. Now it does not. Any idea which file(s) may be involved?

    Another (related?) issue is the display of apostrophes and and “em” dashes – it is all messed up. Pointers to possible files I need to hack would be wonderful.

    Thanks, again!

    umlaut

    March 17, 2008 at 9:34 pm

  4. @umlaut: I take it by “rendered Hindi” you mean in post entries etc. I think you need to look at what encoding you are using in your database and you may need to add an entry to the wp-config.php file to make sure WordPress talks to the database using the same encoding – this information in the codex may be on some use – http://codex.wordpress.org/Converting_Database_Character_Sets

    Peter Westwood

    March 17, 2008 at 10:29 pm

  5. Thanks Peter!

    umlaut

    March 18, 2008 at 3:13 pm

  6. [...] 2.3.3 released: This urgent security release fixes one security bug and several other minor bugs. The security bug affects only blogs that allow users to register: A flaw was found in the XML-RPC [...]


Comments are closed.