<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pressed Words &#187; WordPress 2.5</title>
	<atom:link href="http://pressedwords.com/tag/wordpress-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://pressedwords.com</link>
	<description>News and commentary about all things WordPress</description>
	<lastBuildDate>Thu, 11 Jun 2009 03:54:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Less Obvious New Stuff in WordPress 2.5</title>
		<link>http://pressedwords.com/less-obvious-new-stuff-in-wordpress-25/</link>
		<comments>http://pressedwords.com/less-obvious-new-stuff-in-wordpress-25/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 16:40:15 +0000</pubDate>
		<dc:creator><![CDATA[Austin Matzko]]></dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://pressedwords.com/less-obvious-new-stuff-in-wordpress-25/</guid>
		<description><![CDATA[WordPress 2.5 has been officially released. The new look of the administrative interface, a Flash-based file uploader, and the plugin auto-installer are the new features that have been getting all of the attention. But here are some less glamorous changes that you still might want to know about. WordPress no longer allows you the option [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5 has been officially released</a>. The new look of the administrative interface, a Flash-based file uploader, and the plugin auto-installer are the new features that have been <a href="http://technosailor.com/2008/03/18/10-things-you-need-to-know-about-wordpress-25/">getting all of the attention</a>.  But here are some less glamorous changes that you still might want to know about.</p>
<ul>
<li>WordPress no longer allows you the option to compress your pages using gzip.  Apparently gzip created problems for some people, and there are better server-side ways of doing this.  However, I thought it was a simple way to reduce bandwidth and improve page load times, so for those interested, I created <a href="http://www.ilfilosofo.com/blog/2008/02/22/wordpress-gzip-plugin/">a plugin that restores the gzip feature</a>.  </li>
<li>The <a href="http://trac.wordpress.org/ticket/5570">persistent object cache has been removed</a>.  This means that no longer can you enable file-based object caching by putting <code>define('ENABLE_CACHE', true);</code> in your wp-config.php file.
<p>The object cache is still there, and you can take advantage of it with various plugins for PHP caching methods, such as <a href="http://txfx.net/files/wordpress/apc-object-cache.phps">APC</a>, <a href="http://neosmart.net/blog/2007/xcache-and-eaccelerator-wp-plugins-updated/">eAccelerator, XCache</a>, and <a href="http://ryan.wordpress.com/2005/12/23/memcached-backend/">Memcached</a>.  <del datetime="2008-03-29T17:42:18+00:00">As far as I know, no one has yet written a plugin to replace the file-based object caching that has been removed.</del> Mahmoud Al-Qudsi mentions in the comments a <a href="http://neosmart.net/blog/2008/file-based-extension-to-the-wordpress-object-cache/">new plugin to use file-based caching in WordPress 2.5</a>.
</li>
<li>The meta &#8220;generator&#8221; tag that many themes have in their headers&#8212;you know, the one that says <code>&lt;meta name="generator" content="WordPress 2.3.3" /&gt;</code>&#8212;is now added to the header via the &#8220;wp_head&#8221; filter.  You need to know this for one of two reasons: if your theme (like most) prints the generator tag already, when you upgrade to 2.5 you&#8217;ll be printing it twice. More importantly, if you&#8217;re one of those people who hides the generator tag (for perceived security reasons), you&#8217;ll now have to remove the action call explicitly.  <code>remove_action('wp_head', 'wp_generator');</code> will do it for the header but not RSS feeds.</li>
<li>Imports using WordPress WXR files will now import your attachments.  This is a really handy feature, as before moving  images from one blog to another usually required a FTP client and often messed up the attachment browsing in the new blog.</li>
<li>New password hashing.  Until WordPress 2.5, WordPress hashed passwords with a simple double md5 method.  Because of security problems that could occur should someone obtain a copy of your database, password hashing was overhauled.  If you&#8217;ve integrated WordPress users with another application and are counting on the double-md5 method, you may want to download <a href="http://wordpress.org/extend/plugins/md5-password-hashes/">this plugin that reverts to the system</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pressedwords.com/less-obvious-new-stuff-in-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/8 queries in 0.002 seconds using memcached
Object Caching 231/243 objects using memcached

 Served from: pressedwords.com @ 2026-04-14 22:09:59 by W3 Total Cache -->