<?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>Event Calendar &#187; alex</title>
	<atom:link href="http://wpcal.firetree.net/author/alex/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpcal.firetree.net</link>
	<description>plugin for wordpress</description>
	<lastBuildDate>Thu, 23 Apr 2009 16:44:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Version 3.2.beta2</title>
		<link>http://wpcal.firetree.net/2009/01/23/version-32beta2/</link>
		<comments>http://wpcal.firetree.net/2009/01/23/version-32beta2/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:50:29 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=128</guid>
		<description><![CDATA[[DOWNLOAD] I&#8217;ve just released v3.2.beta2. This is a BETA release, so don&#8217;t use it on critical sites. Give it a go, and tell me what you think. Changes This version contains only bug fixes since the last development release 3.2.beta1. &#8230; <a href="http://wpcal.firetree.net/2009/01/23/version-32beta2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.3.2.beta2.zip">DOWNLOAD</a>] I&#8217;ve just released v3.2.beta2. This is a BETA release, so don&#8217;t use it on critical sites. Give it a go, and tell me what you think.</p>
<h3>Changes</h3>
<p>This version contains only bug fixes since the last development release 3.2.beta1.</p>
<ul>
<li>Fixed processing of $options parameter in ec3_get_calendar() template function.</li>
<li>Removed unused ActiveXObject emulation. This was causing trouble for other JS, which used the presence of the window.ActiveXObject object as a form of browser detection.<br />(Thanks to Helene Zisook Speer for reporting this problem.)</li>
<li>Fix for months with zero padding.<br/>(Thanks to Selene Tan for spotting the bug.)</li>
<li>Suppressed canonical redirection for feeds and any URLs that use ec3 queries.</li>
<li>Fixed formatting of events in popup. Consistent time format in big calendar.</li>
<li>Fixed double-encoded HTML entities in calendar tooltips.</li>
<li>More sophisticated reporting of start and end times for events that straddle midnight.<br />(Thanks to Samuel Clemance for reporting all these problems.)</li>
<li>Don&#8217;t bother trying to generate schedule table or iconlets for non-event posts. Removed empty <code>&lt;table&gt;</code> elements that were causing formatting errors for some users.<br />(Thanks to Jeff Dodson and Sandra Williams for reporting this bug.)</li>
</ul>
<h3>Bugs Outstanding</h3>
<ol>
<li>At least two people have reported incorrect ordering of events that occur on the same day. This only seems to happen on the Big-Calendar.</li>
<li>One person has reported a problem with the calendar navigation links, where the &#8220;previous months&#8221; link has the wrong label, like this&#8230;
<pre>
  &lt;&lt;Jan   January, 2009   Feb&gt;&gt;
  ^^^^^
      wrong - should be "Dec"!
</pre>
</li>
</ol>
<p>I&#8217;ve not been able to reproduce either of these problems myself. If you see these things yourself, then please post an example URL &#8211; the more reports I get, the more likely I am to be able to see the pattern and solve the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2009/01/23/version-32beta2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.2.beta1</title>
		<link>http://wpcal.firetree.net/2008/12/31/version-32beta1/</link>
		<comments>http://wpcal.firetree.net/2008/12/31/version-32beta1/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 19:08:40 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=123</guid>
		<description><![CDATA[[DOWNLOAD] I&#8217;ve just released v3.2.beta1. This is a BETA release, so don&#8217;t use it on critical sites. Give it a go, and tell me what you think. Changes This version contains only bug fixes since the last development release 3.2.dev-02. &#8230; <a href="http://wpcal.firetree.net/2008/12/31/version-32beta1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.3.2.beta1.zip">DOWNLOAD</a>] I&#8217;ve just released v3.2.beta1. This is a BETA release, so don&#8217;t use it on critical sites. Give it a go, and tell me what you think.</p>
<h3>Changes</h3>
<p>This version contains only bug fixes since the last development release 3.2.dev-02.</p>
<ul>
<li><b>Much improved query support.</b> Ordering of listings pages is now *much* more sensible. The post numbers reported by archive and category links now match the number of posts that actually appear on those pages.</li>
<li><b>New query variable: ec3_listing.</b> Values are:<br />
  events  &#8211; only show events<br />
  posts   &#8211; only show posts (not events)<br />
  all     &#8211; show a mix of posts and events<br />
  disable &#8211; turn off EC&#8217;s fiddling</li>
<li><b>Big Calendars</b> (ta da!)<br />
Embed a big calendar in a page by adding a tag like <code>[EC3BigCalendar]</code>. You can specify options like this: <code>[EC3BigCalendar:opt=val&#038;opt=val]</code> Supported options are:<br />
 day_length       : 1,3,9 letters<br />
 hide_logo        : 0,1<br />
 navigation       : 0 (above), 1 (below), 2 (off)<br />
 id               : <unique_id><br />
 num_months       : 1..n<br />
 show_only_events : 0,1<br />
The default (with no options set) is equivalent to: <code>[EC3BigCalendar:day_length=9&#038;hide_logo=0&#038;navigation=0&#038;id=ec3_big_cal&#038;num_months=1&#038;show_only_events=1]</code></li>
<li><b>Iconlets</b> (dumb name?)<br />
This is a new default way to display event times in the post. It&#8217;s a lot nicer than the horrid old red boxes. The settings page now allows you to choose between the old and new style &#8211; the option is now called &#8220;Show times within post content&#8221;. We&#8217;ve had a lot of people obviously not understand what the old option did, so I&#8217;ve reworded it to be clearer. I realise that invalidates lots of translations, but I really think it&#8217;s worth it. What&#8217;s your opinion?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/12/31/version-32beta1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.4</title>
		<link>http://wpcal.firetree.net/2008/11/08/version-314/</link>
		<comments>http://wpcal.firetree.net/2008/11/08/version-314/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 21:39:03 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=88</guid>
		<description><![CDATA[[DOWNLOAD] Version 3.1.4 is now available for download. Just a couple of minor fixes: Users with &#8220;Author&#8221; status can now create events. (Thanks to Morten Helmstedt for reporting this problem.) Fixed problems in IE7 with date-chooser on Write Post page. &#8230; <a href="http://wpcal.firetree.net/2008/11/08/version-314/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.3.1.4.zip">DOWNLOAD</a>] Version 3.1.4 is now available for download. Just a couple of minor fixes:</p>
<ol>
<li>Users with &#8220;Author&#8221; status can now create events.<br />
    (Thanks to Morten Helmstedt for reporting this problem.)</li>
<li>Fixed problems in IE7 with date-chooser on Write Post page.<br />
    (Thanks to Terry Ambrose for reporting this problem).</li>
</ol>
<p>This release also contains an updated Italian translation, thanks to Lorenzo De Tomasi.</p>
<h4>Update</h4>
<p>The version number&#8217;s been bumped up to 3.1.4, because Terry Ambrose&#8217;s bug wasn&#8217;t completely fixed in 3.1.3. I&#8217;m pretty certain we&#8217;ve got it now, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/11/08/version-314/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Development Version is ready for some testing.</title>
		<link>http://wpcal.firetree.net/2008/11/07/the-development-version-is-ready-for-some-testing/</link>
		<comments>http://wpcal.firetree.net/2008/11/07/the-development-version-is-ready-for-some-testing/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 02:47:05 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=86</guid>
		<description><![CDATA[If any of you are adventurous, then you could give my latest development version a spin. I&#8217;ve not tested it very thoroughly, but it all seems to be working. Changes are almost too many for me to list right now, &#8230; <a href="http://wpcal.firetree.net/2008/11/07/the-development-version-is-ready-for-some-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>If any of you are adventurous, then you could give my latest development version a spin. I&#8217;ve not tested it very thoroughly, but it all seems to be working. Changes are almost too many for me to list right now, but here are some highlights&#8230;</p>
<dl>
<dt>template-functions-new.php:</dt>
<dd>New *new* template functions, and event iterators.</dd>
<dt>calendar-sidebar.php &#038; ec3.js:</dt>
<dd>Totally new calendar renderer. Allows multiple calenders per page.</dd>
<dt>feed-ical.php &#038; feed-ec3xml.php:</dt>
<dd>These special outputs are now implemented as feeds.</dd>
<dt>eventCalendar.php:</dt>
<dd>Improved SQL code. Lists of mixed posts/events should now sort correctly. New query param: ec3_listing=yes|no &#8211; allows you to FORCE whether you want to see posts or not.<br />
  For example, try:<code></p>
<p>http://blog/?ec3_before=today&#038;order=asc&#038;ec3_listing=no</p>
<p>http://blog/2008/10?ec3_listing=yes</code></dd>
<dt>calendar-big.php:</dt>
<dd>Experimental, non-working *sketch* of what a big calender renderer might look like.</dd>
</dl>
<p>Um, loads more, I&#8217;m sure. Most of the big changes are done now. However I will probably be tweaking the API a bit over the coming week or so. I want the new templates to be as easy to use as possible. They are still a bit clunky. Feedback welcome.</p>
<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.zip">DOWNLOAD</a>]</p>
<p>(But you should really be using the SVN, if you want to run code this experimental.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/11/07/the-development-version-is-ready-for-some-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new look Event Calendar?</title>
		<link>http://wpcal.firetree.net/2008/10/30/a-new-look-event-calendar/</link>
		<comments>http://wpcal.firetree.net/2008/10/30/a-new-look-event-calendar/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:00:23 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[Evangelism]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=84</guid>
		<description><![CDATA[The current design of EventCalendar is very simple. That&#8217;s intentional &#8211; it was always my idea that a simple design would allow users to write their own CSS to make it look snazzy. There are those who have designed their &#8230; <a href="http://wpcal.firetree.net/2008/10/30/a-new-look-event-calendar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The current design of EventCalendar is very simple. That&#8217;s intentional &#8211; it was always my idea that a simple design would allow users to write their own CSS to make it look snazzy.</p>
<p>There are those who have designed their own CSS, but none of that work is available to new users. It would be great to get those of you who know CSS to design a new look for the calendar. We could publish the variant style-sheets, by way of example, and to inspire newcomers.</p>
<p>We could even have a competition!</p>
<p>Any takers? (Replies to the <a href="http://penguin.firetree.net/eventcalendar">mailing list</a> of course.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/10/30/a-new-look-event-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 3.1.2</title>
		<link>http://wpcal.firetree.net/2008/10/24/version-312/</link>
		<comments>http://wpcal.firetree.net/2008/10/24/version-312/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:44:48 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=68</guid>
		<description><![CDATA[[DOWNLOAD] I&#8217;m pleased to announce the release of Event Calendar version 3.1.2. This new release adds support for the upcoming WordPress 2.7, and a database upgrader for those coming from very old 3.0.x versions. Event Calendar is stable software that &#8230; <a href="http://wpcal.firetree.net/2008/10/24/version-312/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.3.1.2.zip">DOWNLOAD</a>] I&#8217;m pleased to announce the release of Event Calendar version 3.1.2. This new release adds support for the upcoming WordPress 2.7, and a database upgrader for those coming from very old 3.0.x versions.</p>
<p>Event Calendar is stable software that many thousands of people are already running on their WordPress web-sites.</p>
<h3>Database Upgrader</h3>
<p>Those upgrading from very old 3.0.x versions of Event Calendar are now automatically taken to an upgrade page, where they can manually correct the assumptions made by the (previously fully automatic) upgrader.</p>
<p>Each event post is listed with two dates:</p>
<ul>
<li>The <strong>POST DATE</strong> (which should <strong>always</strong> be in the past). Post dates in the future are highlighted in <span style='background-color:#fcc'>red</span> &#8211; correct them or your post will disappear.</li>
<li>The <strong>EVENT DATE</strong>, which is the date on which your event takes place. Event dates may be in the past or the future.</li>
</ul>
<p>If you don&#8217;t automatically see the upgrader, you can get to it by navigating to:</p>
<p> <code>http://[BLOG]/wp-admin/options-general.php?page=ec3_admin&#038;ec3_easteregg</code></p>
<p>&#8230;and click on the &#8220;Upgrade Event Posts&#8221; button.</p>
<h3>Also new in this release</h3>
<ul>
<li>Better integration with the latest WordPress. Cosmetic improvements to the settings and Write Posts pages.</li>
<li>Fixed incompatibility with tags.</li>
<li>Fixed incompatibility with WP-Sticky plugin.</li>
<li>Fixed charset problems in iCalendar feed.</li>
<li>Upcoming Events list widget now uses date format from WordPress settings.</li>
<li>New translations:<br />
     ru_RU  Russian    (by Ivan Matveyev)<br />
     sl_SI  Slovenian  (by Damjan Gerli)</li>
</ul>
<p>A big thank you to everyone who has contributed or reported bugs. Thank you also to the many many users of Event Calendar, I very much appreciate all your kind support over the years. If you&#8217;d like to show your appreciation, then please go and <a href="http://wordpress.org/extend/plugins/event-calendar/">VOTE FOR US</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/10/24/version-312/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Event Calendar owes its existence to &#8220;The&#160;Raven&#8221;</title>
		<link>http://wpcal.firetree.net/2008/10/14/event-calendar-owes-its-existence-to-the-raven/</link>
		<comments>http://wpcal.firetree.net/2008/10/14/event-calendar-owes-its-existence-to-the-raven/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:29:17 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[Evangelism]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=47</guid>
		<description><![CDATA[I started working on the Event Calendar plug-in when I created The Raven. It&#8217;s an online news-letter for her London Druid group. They use Event Calendar to plan their regular sessions and rituals. I didn&#8217;t write Event Calendar from scratch. &#8230; <a href="http://wpcal.firetree.net/2008/10/14/event-calendar-owes-its-existence-to-the-raven/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I started working on the Event Calendar plug-in when I created <a href="http://www.theraven.org.uk">The Raven</a>. It&#8217;s an online news-letter for her London Druid group. They use Event Calendar to plan their regular sessions and rituals.</p>
<p>I didn&#8217;t write Event Calendar from scratch. I started with a plug-in written by someone called &#8220;Kitten&#8221;, but I quickly got enthusiastic and wrote the AJAX calendar widget, and the iCal feed.</p>
<p>Back in those WordPress 1.2 days, plug-in publicity started and ended with adding a link to your plug-in to the Wiki page. Pretty soon I had hundreds and hundreds of people commenting on my blog, reporting bug, requesting features and asking for support. I was overwhelmed. I started the <a href="http://penguin.firetree.net/eventcalendar">mailing list</a> to help manage it all. That helped a lot &#8211; many people were discouraged by the small effort required to join the list, and just solved their problems on their own (or gave up and looked elsewhere&#8230;) Also, the mailing list created a sort of community feeling, where more knowledgeable subscribers would help out newcomers with the simpler questions.</p>
<p>When I upgraded it to WordPress 2, the amount of support queries exploded again, and I just couldn&#8217;t cope. Rather than rush around answering the same questions dozens of times, I put lots of effort into documentation and ease-of-use. I was fanatical about resisting feature creep &#8211; I wanted a plug-in that most users could just install and use, without having to worry about lots of complicated installation. Darrell Schulte helped enormously, by contributing the WordPress Widget code.</p>
<p>In the last year I&#8217;ve been really busy, and hundreds of Event Calendar e-mail just piled up, unread. I was daunted by just the prospect of opening the mailing list folder. But then my wife forced me to upgrade The Raven, and I found to my delight that the mailing list crew had managed to keep Event Calendar working, without needing my constant presence.</p>
<p>Purely by chance just a week later, Rick Boatright from the list sent me an e-mail suggesting that he and some others take over support &#8211; they didn&#8217;t want to see the plug-in die&#8230; Well I didn&#8217;t want to see it die either. So now, I&#8217;m doing everything I can to build a team of people who can support the plug-in, without it needing my constant attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/10/14/event-calendar-owes-its-existence-to-the-raven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verson 3.1.1</title>
		<link>http://wpcal.firetree.net/2008/10/10/verson-311/</link>
		<comments>http://wpcal.firetree.net/2008/10/10/verson-311/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:01:49 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=39</guid>
		<description><![CDATA[[DOWNLOAD] I’m pleased to announce the release of Event Calendar version 3.1.1. This is stable software that many thousands of people are already running on their WordPress web-sites. This new release adds full support for WordPress 2.6.2, and several new &#8230; <a href="http://wpcal.firetree.net/2008/10/10/verson-311/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<a href="http://downloads.wordpress.org/plugin/event-calendar.3.1.1.zip">DOWNLOAD</a>] I’m pleased to announce the release of Event Calendar version 3.1.1. This is stable software that many thousands of people are already running on their WordPress web-sites. This new release adds full support for WordPress 2.6.2, and several new translations.</p>
<p>We&#8217;ve now moved the development effort over to the <a href="http://wordpress.org/extend/plugins/event-calendar/">WordPress Plugin Directory</a>, where several new developers are keen to start adding new features. So, look out for exciting enhancement in the near future.</p>
<p>A big thank you to everyone who has contributed or reported bugs. Thank you also to the many many users of Event Calendar, I very much appreciate all your kind support over the years. If you&#8217;ve like to show your appreciation, then please go and <a href="http://wordpress.org/extend/plugins/event-calendar/">VOTE FOR US</a>.</p>
<p>As always, if you have any questions or comments about Event Calendar, then please sign up for the <a href="http://penguin.firetree.net/eventcalendar">mailing list</a>, where there&#8217;s a vibrant community of users and developers who are waiting to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/10/10/verson-311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>v3.1.1 Release Candidate 4</title>
		<link>http://wpcal.firetree.net/2008/10/09/v311-release-candidate-4/</link>
		<comments>http://wpcal.firetree.net/2008/10/09/v311-release-candidate-4/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 16:03:39 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/?p=37</guid>
		<description><![CDATA[This is a minor update that fixes compatibility up to WordPress v2.6.2. Thanks to Darrell Schulte for checking-in the patches, and various contributors for suggesting the fixes. The project has now (finally) moved over to the Plugins Directory at wordpress.org, &#8230; <a href="http://wpcal.firetree.net/2008/10/09/v311-release-candidate-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is a minor update that fixes compatibility up to WordPress v2.6.2. Thanks to Darrell Schulte for checking-in the patches, and various contributors for suggesting the fixes.</p>
<p>The project has now (finally) moved over to the Plugins Directory at wordpress.org, so you can get the latest code from there: <a href="http://downloads.wordpress.org/plugin/event-calendar.zip">event-calendar.zip</a></p>
<p>If you like Event Calendar, you can now vote for us at the <a href="http://wordpress.org/extend/plugins/event-calendar/">Plugins Directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2008/10/09/v311-release-candidate-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>v3.1.1 Release Candidate 3</title>
		<link>http://wpcal.firetree.net/2007/10/22/v311-release-candidate-3/</link>
		<comments>http://wpcal.firetree.net/2007/10/22/v311-release-candidate-3/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 20:42:47 +0000</pubDate>
		<dc:creator><![CDATA[alex]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/2007/10/22/v311-release-candidate-3/</guid>
		<description><![CDATA[[DOWNLOAD] This is my second attempt at a release that fixes compatibility with WordPress 2.3. Please try it, and let me know if you have any difficulties. The main change since RC2 is a fix to turn-off broken canonical redirection &#8230; <a href="http://wpcal.firetree.net/2007/10/22/v311-release-candidate-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>[<strong><a href="http://downloads.sourceforge.net/wpcal/eventcalendar311rc3.zip">DOWNLOAD</a></strong>] This is my second attempt at a release that fixes compatibility with WordPress 2.3. Please try it, and let me know if you have any difficulties.</p>
<p>The main change since RC2 is a fix to turn-off broken canonical redirection when both m= &#038; cat= are set. Event Calendar sometimes uses URLs like:</p>
<p>http://wpcal.firetree.net/index.php?m=20071120&#038;cat=1.</p>
<p>Newer versions of WordPress try to rewrite this URL, but get it wrong. The fix turns off the redirection, when it&#8217;s not going to work.</p>
<p>Other changes are&#8230;</p>
<ul>
<li>Fixed ambiguous JavaScript variable name. <i>Thanks to Chris Marshall.</i></li>
<li>Fixed unescaped characters in %TITLE% variables. <i>Thanks to Elizabeth M., Peter Troxler and everyone who helped to troubleshoot this problem.</i></li>
<li>Replaced calls to deprecated get_settings() with get_option(). <i>Thanks to JD Puglisi for pointing out this issue.</i></li>
<li>Macedonian translation. <i>Thanks to Vanco Ordanoski.</i></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2007/10/22/v311-release-candidate-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
