WordPress 2.3 Released

WordPress 2.3 has been released and I have updated this site to it without any problems.

Copy + Paste from Development Blog

  1. Native tagging support allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.
  2. Our new update notification lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you what the latest and greatest is you can use.
  3. We’ve cleaned up URLs a bunch in a feature we call canonical URLs which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also helps your search engine optimization, as search engines like for each page to be available in one canonical location.
  4. Our new pending review feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.
  5. There is new advanced WYSIWYG functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.
  6. Full and complete Atom 1.0 support, including the publishing protocol.
  7. We’re using the new jQuery whis is “800% faster.”
  8. Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
  9. The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
  10. Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.
  11. The new $wpdb->prepare() way of doing SQL queries.
  12. Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.

More detailed changes can be found in WordPress Codex.

1 Star2 Stars3 Stars4 Stars5 Stars (37 votes, average: 4.00 out of 5)

Development Version Of My Plugins

For those who want the latest development version of my plugins to go along with WordPress 2.3, do the following:

  1. Go to http://wordpress.org/extend/plugins/profile/GamerZ
  2. Choose the plugins you want
  3. Click “Other Versions” (If you can’t find this link, just click on “Download Plugin”)
  4. Scroll down to the “Other Versions” section
  5. Click on “Development Version”

The development version should be the final version that I will release unless some last minute bug comes out.

I intend to officially release the final version a few days after WordPress 2.3 goes out the door instead of along side with the release of WordPress 2.3.

1 Star2 Stars3 Stars4 Stars5 Stars (66 votes, average: 4.15 out of 5)

WP-Print And WP-EMail On WP 2.3

Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure in WP 2.3.

WP-EMail has another problem which took me 4 hours just go pin-point it. Apparently when it includes wp-email.php and in wp-email.php there is a add_filter(‘the_title’) which hooks onto the title filter. For some reasons, the core WordPress function get_the_title() is casing the server to throw an error. In order to bypass it I have to create a new function to emulate something like the get_the_title() function.

I have since fixed all the bugs that I mentioned above and now WP-Print and WP-EMail will only work for WP2.3 and nothing below it. Sorry for any inconvenience caused.

1 Star2 Stars3 Stars4 Stars5 Stars (30 votes, average: 3.97 out of 5)