<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Semiologic &#187; WordPress</title>
	<atom:link href="http://www.semiologic.com/news/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Wed, 10 Aug 2011 09:56:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright>Copyright Mesoconcepts, All Rights Reserved.</copyright>
		<itunes:author>Denis de Bernardy</itunes:author>
		<itunes:summary>Meaningful Technology</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>WordPress 3.2 Release Notes</title>
		<link>http://www.semiologic.com/2011/07/20/wordpress-3-2-release-notes/</link>
		<comments>http://www.semiologic.com/2011/07/20/wordpress-3-2-release-notes/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:00:24 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2459</guid>
		<description><![CDATA[<p>Better a bit late than never&#8230; WordPress 3.2, as you may have noted in your admin screens, has been released.</p>
<p>Most of the changes in this version are under the hood. The one you&#039;ll likely notice the most (unless you&#039;re using the full screen editor) is improved speed at which WP updates occur. It leverages an improved file system API and checks that files were actually updated before overwriting them.</p>
<p><a  href="http://www.semiologic.com/2011/07/20/wordpress-3-2-release-notes/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Better a bit late than never&#8230; WordPress 3.2, as you may have noted in your admin screens, has been released.</p>
<p>Most of the changes in this version are under the hood. The one you&#039;ll likely notice the most (unless you&#039;re using the full screen editor) is improved speed at which WP updates occur. It leverages an improved file system API and checks that files were actually updated before overwriting them.</p>
<p>Two things broke from 3.1 to 3.2. The jQuery library got an update with incompatible changes, as did the WordPress HTTP API (which I had been monkey-patching).</p>
<p>The jQuery update had no effect any of my own plugins, but it may cause quirks in other plugins. If javascripts related to this or that plugin stop working when you upgrade, please notify the appropriate maintainer.</p>
<p>The HTTP API change broke <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a>. This means that you should upgrade Version Checker before proceeding to upgrade WordPress. (Upgrade it manually if it&#039;s too late, i.e. download it and upload it to your wp-content/plugins folder using FTP.)</p>
<p>Version Checker left aside, there are three noteworthy in the batch of updates that I&#039;m uploading in the background:</p>
<ul>
<li><a  href="http://www.semiologic.com/software/author-image/" title="Author Image Plugin For WordPress">Author Image</a> adds two defines (the documentation should update itself shortly) that allow to customize (from your wp-config.php file) the maximum size of subsequently uploaded author images.</li>
<li><a  href="http://www.semiologic.com/software/widget-contexts/" title="Widget Contexts Plugin For WordPress">Widget Contexts</a> had a slight change in its workflow. A page now picks up both the section and the template context. (Previously, it would only respond to one of the two &#8212; irrespective of whether the context was significant or nor.)</li>
<li><a  href="http://www.semiologic.com/software/sem-reloaded/" title="Semiologic Theme, Reloaded For WordPress">Semiologic Reloaded</a> now adds a unique CSS class, to allow for easier skinning.</li>
</ul>
<p>So, again. Upgrade Version Checker, then safely upgrade WordPress and the rest of Semiologic Pro from within WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2011/07/20/wordpress-3-2-release-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 pre-release notes</title>
		<link>http://www.semiologic.com/2011/01/05/wordpress-3-1-pre-release-notes/</link>
		<comments>http://www.semiologic.com/2011/01/05/wordpress-3-1-pre-release-notes/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 15:34:40 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2454</guid>
		<description><![CDATA[<p>I&#039;ve released a couple of updates yesterday. Some are related to the coming WP 3.1, some not&#8230;</p>
<p>Now that my MySQL cluster is repaired and running again (it had crashed miserably this WE), the key changes are:</p>
<p><a  href="http://www.semiologic.com/2011/01/05/wordpress-3-1-pre-release-notes/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#039;ve released a couple of updates yesterday. Some are related to the coming WP 3.1, some not&#8230;</p>
<p>Now that my MySQL cluster is repaired and running again (it had crashed miserably this WE), the key changes are:</p>
<ul>
<li><a  href="http://www.semiologic.com/software/google-analytics/" title="Google Analytics Plugin For WordPress">Google Analytics</a> is now using the asynchronous tracker that was released earlier in the year.</li>
<li><a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> no longer checks my SSL certificate&#039;s validity, in case I forget to update it on time yet again.</li>
<li><a  href="http://www.semiologic.com/software/sem-fixes/" title="Semiologic Fixes Plugin For WordPress">Semiologic Fixes</a> disables SSL certificate checking altogether when using curl.</li>
<li><a  href="http://www.semiologic.com/software/admin-menu/" title="Admin Menu Plugin For WordPress">Admin Menu</a> disables the WP 3.1 admin bar on the front end, since the two are using the same screen real estate.</li>
</ul>
<p>My theme and plugins work fine with WP 3.1 as far as I&#039;ve been testing to date, and were marked as such accordingly. I&#039;ve still a few items on my todo list, namely related to <a  href="http://www.semiologic.com/software/mediacaster/" title="Mediacaster Plugin For WordPress">Mediacaster</a> (HTML5 compatibility), which will wait for the next batch of updates.</p>
<p>On the WP front, you may have noticed the couple of 3.0.x related security updates. Be advised that the one that led to WP 3.0.4 is potentially nasty and affects older versions of WP. Upgrading is highly recommended &#8212; and better now than then.</p>
<p>And, of course, WP 3.1 is right around the corner. The noticeable change is the above-mentioned admin bar, which you may or may not like. I prefer my own, since it gives faster access to management screens, but the WP one is quite sexy too. Again, you&#039;ll need to disable my Admin Menu plugin, if you&#039;re using it, in order to see what it looks like.</p>
<p>Changes under the hood include more Ajax in the admin area, improved performance on sites with multitudes of users, improved custom post type handling, and updated script libraries.</p>
<p>I highly doubt anything will break on sites upgrading to 3.1 from 3.0 or 2.9, making this a safe upgrade for all sites.</p>
<p>In other news, after going forward and backward for almost a year now, the new backend I&#039;m working on (Postgresql and Symfony/Doctrine-based) is slowly taking shape. I hope to roll it out towards the end of Q1, and I plan to release chunks of it as BSD-licensed code after I test drive it on my end.</p>
<p>Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2011/01/05/wordpress-3-1-pre-release-notes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0: pre-release notes</title>
		<link>http://www.semiologic.com/2010/06/09/wordpress-3-0-pre-release-notes/</link>
		<comments>http://www.semiologic.com/2010/06/09/wordpress-3-0-pre-release-notes/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 14:47:01 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2445</guid>
		<description><![CDATA[<p>Otherwise known as <a  href="http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/">WP 3.0-related plugin/theme update</a>, round two. The theme and plugins all work with WP 3.0 as far as I&#039;ve been testing &#8212; including multisite environments. Key changes:</p>
<ul>
<li>When in a multisite environment, some plugin administration screens and features are only available to super admins. This is usually for security reasons &#8212; the Script Manager, for instance, requires unfiltered HTML capabilities.</li>
</ul>
<p><a  href="http://www.semiologic.com/2010/06/09/wordpress-3-0-pre-release-notes/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Otherwise known as <a  href="http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/">WP 3.0-related plugin/theme update</a>, round two. The theme and plugins all work with WP 3.0 as far as I&#039;ve been testing &#8212; including multisite environments. Key changes:</p>
<ul>
<li>When in a multisite environment, some plugin administration screens and features are only available to super admins. This is usually for security reasons &#8212; the Script Manager, for instance, requires unfiltered HTML capabilities.</li>
<li>A few theme and plugin features are disabled entirely when in a multisite environment. The <a  href="http://www.semiologic.com/software/sem-reloaded/" title="Semiologic Theme, Reloaded For WordPress">Semiologic theme</a>&#039;s custom CSS feature, in particular, since it would end up shared between sites. The filesystem-based <a  href="http://www.semiologic.com/software/sem-cache/" title="Semiologic Cache Plugin For WordPress">static cache</a> is another example, since flushing is rather resource extensive for larger sites.</li>
<li>I introduced a few UI tweaks, e.g. in <a  href="http://www.semiologic.com/software/google-analytics/" title="Google Analytics Plugin For WordPress">Google Analytics</a>, but nothing that should make anyone feel not at home.</li>
<li>The <a  href="http://www.semiologic.com/software/sem-reloaded/" title="Semiologic Theme, Reloaded For WordPress">Semiologic theme</a> supports the new WP 3.0 custom background handling feature.</li>
<li>Generally speaking, things continue to work as they did in the past for standalone WordPress installations.</li>
</ul>
<p>At the risk of repeating myself, I&#039;m <strong>NOT </strong>recommending to jump on 3.0 when it gets released. It&#039;s no big deal if you do, and don&#039;t worry if you did. If you haven&#039;t yet by the time you read this, it&#039;s no big deal either if you don&#039;t. I&#039;ll probably be waiting until this Autumn.</p>
<p>As a reminder, the updated <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> will disable the WP upgrade nag if you&#039;re running WP 2.9.2. If you wish to give WP 3.0 a try nonetheless, you&#039;ll still be able to do so from the WordPress upgrader (Tools / Upgrade).</p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2010/06/09/wordpress-3-0-pre-release-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WP 3.0 related theme and plugin updates</title>
		<link>http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/</link>
		<comments>http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/#comments</comments>
		<pubDate>Wed, 12 May 2010 10:40:13 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2437</guid>
		<description><![CDATA[<p>Yep, it&#039;s that time of the year already: WP 3.0 is nearing release time, and many of you are looking forward to trying the new bells and whistles.</p>
<p>I&#039;ve published a batch of theme and plugin updates, for those of you who run test sites that are powered by bleeding edge packages. (This is configurable under Settings / Semiologic API Key when <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> is enabled.) There probably will be a round two in a week or so.</p>
<p><a  href="http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Yep, it&#039;s that time of the year already: WP 3.0 is nearing release time, and many of you are looking forward to trying the new bells and whistles.</p>
<p>I&#039;ve published a batch of theme and plugin updates, for those of you who run test sites that are powered by bleeding edge packages. (This is configurable under Settings / Semiologic API Key when <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> is enabled.) There probably will be a round two in a week or so.</p>
<p>The most visible changes in WP 3.0 are a menu editor and the multisite functionality. A lot of dust needs to settle on both of these fronts. Don&#039;t get overexcited about the second one: maintaining multiple domains using a unique WP installation is for the technically oriented minds only.</p>
<p>WP 3.0 also introduces less visible but nonetheless massive changes in the post publishing and administration flows. These introduce the potential for custom post types. They additionally work around a series of long standing defects. Sadly, both came at the cost of introducing new potential quirks in plugins &#8212; and several of my own plugins did, in fact, break because of them.</p>
<p>Considering the extent of these changes, I&#039;ll be avoiding WP 3.0 until this winter. The next <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> update will let you do the same at your option: if your site is up to date and running WP 2.9.2, you won&#039;t see WP upgrade nags until WP 3.1.1. (You can of course upgrade WP under Tools / Upgrade if you still want to.)</p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2010/05/12/wp-3-0-related-theme-and-plugin-updates/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The iPad is a game changer</title>
		<link>http://www.semiologic.com/2010/04/02/the-ipad-is-a-game-changer/</link>
		<comments>http://www.semiologic.com/2010/04/02/the-ipad-is-a-game-changer/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 00:46:34 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2393</guid>
		<description><![CDATA[<p>Since January, a part of me has been deeply chewing on how the iPad might affect the internet marketing business &#8212; and my own.</p>
<p>Here&#039;s a graph (hat tip, the <a  href="http://search.japantimes.co.jp/cgi-bin/nn20100403f2.html">Japan Times</a>) that you may want to give thoughts to, if it hasn&#039;t occurred to you yet that this new tablet might make you revisit your business model:</p>
<p><a  href="http://www.semiologic.com/2010/04/02/the-ipad-is-a-game-changer/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Since January, a part of me has been deeply chewing on how the iPad might affect the internet marketing business &#8212; and my own.</p>
<p>Here&#039;s a graph (hat tip, the <a  href="http://search.japantimes.co.jp/cgi-bin/nn20100403f2.html">Japan Times</a>) that you may want to give thoughts to, if it hasn&#039;t occurred to you yet that this new tablet might make you revisit your business model:</p>
<p><a  href="http://www.semiologic.com/media/2010/04/02/the-ipad-is-a-game-changer/nn20100403f2a.jpg" class="thickbox no_icon" rel="gallery-2393" title=""><img src="http://www.semiologic.com/media/2010/04/02/the-ipad-is-a-game-changer/nn20100403f2a-450x383.jpg" alt="" title="nn20100403f2a" width="450" height="383" class="aligncenter size-medium wp-image-2394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2010/04/02/the-ipad-is-a-game-changer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Updates coming up this week&#8230;</title>
		<link>http://www.semiologic.com/2010/02/28/updates-coming-up-this-week/</link>
		<comments>http://www.semiologic.com/2010/02/28/updates-coming-up-this-week/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:48:17 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2376</guid>
		<description><![CDATA[<p>A whole bunch of <a  href="http://www.getsemiologic.com">Semiologic Pro</a> plugins, and the theme, need a last round of testing before I release updates.</p>
<p>Key changes since early January, on the top of my head:</p>
<p><a  href="http://www.semiologic.com/2010/02/28/updates-coming-up-this-week/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A whole bunch of <a  href="http://www.getsemiologic.com">Semiologic Pro</a> plugins, and the theme, need a last round of testing before I release updates.</p>
<p>Key changes since early January, on the top of my head:</p>
<ul>
<li>The <a  href="http://www.semiologic.com/software/sem-reloaded/" title="Semiologic Theme, Reloaded For WordPress">Semiologic theme</a> automatically resets its panels when needed (e.g. after weird series of events when previewing and not enabling the theme).</li>
<li>It also fixes WP 2.9 thumbnail cropping.</li>
<li>Cache flush fixes in <a  href="http://www.semiologic.com/software/smart-links/" title="Smart Links Plugin For WordPress">Smart Links</a> and <a  href="http://www.semiologic.com/software/" title="Software">Widgets</a>.</li>
<li><a  href="http://www.semiologic.com/software/sem-cache/" title="Semiologic Cache Plugin For WordPress">Sem Cache</a> fixes for Apache 1.3 servers.</li>
<li><a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> now works around quite a few transport problems in WP.</li>
<li>It also drops theme/plugin update nags when a manual upgrade occurs.</li>
</ul>
<p>A whole bunch of other minor tweaks also went in.</p>
<p>If you&#039;re interested in testing this all on your <a  href="http://www.getsemiologic.com">Semiologic Pro</a> installation, browse Settings / Semiologic API Key to enable bleeding edge packages. And then Tools / Semiologic to upgrade the theme and the plugins. (Upgrade <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> first, so as to use the transport fixes where needed.)</p>
<p>In other news:</p>
<ul>
<li>I&#039;m still working on my backend. It&#039;s not moving forward as fast as I&#039;d like it to. The parts that are nearing completion are very sexy, however.</li>
<li>WP 2.9.2 got released. Though I&#039;m sure everyone has upgraded already. (It&#039;s not a major security issue, so no need to rush on it if you haven&#039;t yet.)</li>
<li>WP 3.0 is making progress. The update is going to be quite massive, from a code-base standpoint. I&#039;ll post more details in a few weeks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2010/02/28/updates-coming-up-this-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9.1 release notes</title>
		<link>http://www.semiologic.com/2010/01/05/wordpress-2-9-1-release-notes/</link>
		<comments>http://www.semiologic.com/2010/01/05/wordpress-2-9-1-release-notes/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:45:39 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2350</guid>
		<description><![CDATA[<p>So&#8230; if you&#039;ve been following the Semiologic blog in the past weeks, you&#039;ve probably <a  href="http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/">skipped WP 2.9</a>. It&#039;s now time to jump into the pool and upgrade your site to WP 2.9.1.</p>
<p><a  href="http://www.semiologic.com/2010/01/05/wordpress-2-9-1-release-notes/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So&#8230; if you&#039;ve been following the Semiologic blog in the past weeks, you&#039;ve probably <a  href="http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/">skipped WP 2.9</a>. It&#039;s now time to jump into the pool and upgrade your site to WP 2.9.1.</p>
<p>In order to spare <a  href="http://www.getsemiologic.com">Semiologic Pro</a> users the hassle of needing to upgrade their sites several times this week, I had been stalling a theme update and a rather large number of plugin updates until WP 2.9.1, i.e. today. As noted in a previous post, these updates are nearly all related to the new and improved <a  href="http://www.semiologic.com/2009/12/16/semiologic-cache-2-0-new-back-end-part-1/">Semiologic Cache 2.0</a>.</p>
<p>I&#039;ve released the latter too while I was at it. If you had been testing it since it was in beta, be sure to upgrade it <em>before</em> you upgrade WordPress. (I fixed a last minute annoyance earlier today, which made the memcache-based object cache prevent the WP database upgrade from working.)</p>
<p>Unless an urgent issue creeps up, our next stop will be the new back-end. WP 2.9 and Semiologic Cache 2.0 have been keeping me busy in the past weeks, not to mention taking a few much needed days off and rehashing UI ideas all over the place. But, it&#039;s making progress here and there. More on this later in the month.</p>
<p>A happy new year to all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2010/01/05/wordpress-2-9-1-release-notes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9.1 is around the corner</title>
		<link>http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/</link>
		<comments>http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:04:56 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2343</guid>
		<description><![CDATA[<p>I was <a  href="http://www.semiologic.com/2009/12/11/wp-2-9-to-be-released-around-christmas/">a bit worried</a> when I foresaw WP 2.9 showing up around Christmas. So much so, in fact, that <a  href="http://www.getsemiologic.com">Semiologic Pro</a> users were prompted to <a  href="http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/">disable core updates</a> until WP 2.9.1. And rightly so: <a  href="http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/">very nasty niggles</a> showed up when it got released.</p>
<p><a  href="http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was <a  href="http://www.semiologic.com/2009/12/11/wp-2-9-to-be-released-around-christmas/">a bit worried</a> when I foresaw WP 2.9 showing up around Christmas. So much so, in fact, that <a  href="http://www.getsemiologic.com">Semiologic Pro</a> users were prompted to <a  href="http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/">disable core updates</a> until WP 2.9.1. And rightly so: <a  href="http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/">very nasty niggles</a> showed up when it got released.</p>
<p>On the bright side, WP 2.9 might be the shortest lived major WordPress release yet. <a  href="http://core.trac.wordpress.org/changeset/12579">WP 2.9.1 RC1</a> is officially in the wild, a mere 10 days after WP 2.9. At the time of writing, 23 bugs were fixed; over half of them were major.</p>
<p>When it gets released, I&#039;ll feel quite comfortable upgrading this site. So should you.</p>
<p>In other news, a large batch of plugin updates are on the way. They&#039;ll be released alongside WP 2.9, so you can upgrade everything at once. As previously noted, nearly all of these updates are optimizations that are related to the coming <a  href="http://www.semiologic.com/2009/12/16/semiologic-cache-2-0-new-back-end-part-1/">Semiologic Cache 2.0</a>.</p>
<p>Regarding the new cache plugin, special thanks go to Mark (<a  href="http://golfguideonline.net/">Golf Guide</a>). He has been doing his very best to break the plugin in the past weeks. I&#039;ll be releasing RC1 in the next few days. I&#039;ll open a forum thread when I do.</p>
<p>To help out with testing at that stage, toggle Bleeding Edge packages under Settings / Semiologic API Key. Be sure to choose a site with <em>moderate</em> importance, rather than a mere test site; the site <em>needs</em> some traffic for the tests to make any sense, but not so much that you cannot afford it to be quirky until we look into it (which can be minutes or hours).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2009/12/29/wordpress-2-9-1-is-around-the-corner/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9: three bugs, and how to fix them</title>
		<link>http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/</link>
		<comments>http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:11:54 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2324</guid>
		<description><![CDATA[<p>As many of you already know, WP 2.9 has been released over the WE, and&#8230; oh bummer:</p>
<ul>
<li><a  href="http://core.trac.wordpress.org/ticket/11219">One major bug</a> was simply dismissed;</li>
<li><a  href="http://core.trac.wordpress.org/ticket/11168">A related critical bug</a> was <a  href="http://core.trac.wordpress.org/ticket/11518">only partially fixed</a>;</li>
</ul>
<p><a  href="http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As many of you already know, WP 2.9 has been released over the WE, and&#8230; oh bummer:</p>
<ul>
<li><a  href="http://core.trac.wordpress.org/ticket/11219">One major bug</a> was simply dismissed;</li>
<li><a  href="http://core.trac.wordpress.org/ticket/11168">A related critical bug</a> was <a  href="http://core.trac.wordpress.org/ticket/11518">only partially fixed</a>;</li>
<li><a  href="http://core.trac.wordpress.org/ticket/11505">A last critical bug</a> (and its <a  href="http://core.trac.wordpress.org/ticket/11499">child bug</a>) crept in <a  href="http://core.trac.wordpress.org/changeset/12424">at the last moment</a>.</li>
</ul>
<p>As a result of this:</p>
<ul>
<li>RSS widgets are completely broken on servers that are missing both of iconv and multi-byte string functions;</li>
<li>The curl transport is broken on some servers with an outdated library. This breaks the WP cron, and with it future posting, pings, etc.</li>
</ul>
<p>Not all sites are affected, of course. Most aren&#039;t, in fact. But for those few who are, the situation is frustrating.</p>
<h3>Fixing your site</h3>
<p>If you have upgraded your sites to WP 2.9 and are experiencing any of these issues, the fix should be a matter of uploading these three patched files to your site(s):</p>
<div class="media_container media_attachment">
<a  href="http://www.semiologic.com/media/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/wp-2.9-bugs.zip" class="download_event no_icon" style="background-image: url(http://www.semiologic.com/wp-includes/images/crystal/archive.png);">
Patched files for WP 2.9
</a>
</div>
<p>They go in your wp-includes folder; simply overwrite them as needed.</p>
<p>Please note that the fix to the SimplePie/RSS widget problem merely prevents SimplePie from failing when it&#039;s trying to convert UTF-8 into UTF-8. The correct fix would be that your host installs multi-byte string functions or iconv on your server.</p>
<p>Big hat tip to <a  href="http://blogyul.miqrogroove.com/">miqrogroove</a>, who took the time to formally diagnose the curl problem, and <a  href="http://scribu.net/">scribu</a>, who identified where the fatal errors in RSS widgets came from.</p>
<h3>Customer reminder</h3>
<p>As discussed in a <a  href="http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/">previous post</a>, Semiologic Pro users are advised to wait for WP 2.9.1.</p>
<p><strong>Update</strong>: all three bugs are fixed in WP 2.9.1, so we&#039;ll be good to go with that release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
	
		<enclosure url="http://www.semiologic.com/media/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/wp-2.9-bugs.zip" length="92394" type="application/zip" />
		<itunes:author>Denis</itunes:author>
		<itunes:summary>As many of you already know, WP 2.9 has been released over the WE, and&amp;#8230; oh bummer: One major bug was simply dismissed; A related critical bug was only partially fixed; Read more&amp;#8230;</itunes:summary>
		<itunes:keywords>Blog, Highlights, WordPress</itunes:keywords>
		
	</item>
		<item>
		<title>Version Checker 2.0.2 removes the WP 2.9 update nag</title>
		<link>http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/</link>
		<comments>http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:24:03 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=2309</guid>
		<description><![CDATA[<p>So&#8230; according to <a  href="http://wordpress.org/development/2009/12/2-9-rc1/">Matt&#039;s post</a>, WP 2.9 should be released very shortly. I&#039;m releasing <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> 2.0.2 as a result.</p>
<p>The latter disables core upgrade nags for non-bug fix WP releases. Experience has shown, in past years, that major WP releases need about an extra month of testing in the wild to be <em>really</em> stable. You can still upgrade, when WP 2.9 gets released, under Tools / Upgrade. But WP won&#039;t nag you into doing so.</p>
<p><a  href="http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So&#8230; according to <a  href="http://wordpress.org/development/2009/12/2-9-rc1/">Matt&#039;s post</a>, WP 2.9 should be released very shortly. I&#039;m releasing <a  href="http://www.semiologic.com/software/version-checker/" title="Version Checker Plugin For WordPress">Version Checker</a> 2.0.2 as a result.</p>
<p>The latter disables core upgrade nags for non-bug fix WP releases. Experience has shown, in past years, that major WP releases need about an extra month of testing in the wild to be <em>really</em> stable. You can still upgrade, when WP 2.9 gets released, under Tools / Upgrade. But WP won&#039;t nag you into doing so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2009/12/17/version-checker-2-0-2-removes-the-wp-2-9-update-nag/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

