<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ee_addon="http://pixelandtonic.com/matrix#rss-xml">
 <channel>
  <title>Matrix Release Notes</title>
  <link>http://pixelandtonic.com/matrix/releasenotes</link>
  <atom:link href="http://pixelandtonic.com/matrix/releasenotes.rss" rel="self" type="application/rss+xml" />
  <description>Matrix Release Notes</description>
  <item>
   <title>Matrix 2.0.9</title>
   <ee_addon:version>2.0.9</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.9</guid>
   <pubDate>Tue, 31 Aug 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed display issue when a dollar sign is present in the column labels or instructions</li>
<li>[EE2] Added autosave support</li>
<li>[EE2] Made <code>$this->row</code> available to celltypes within <code>replace_tag()</code>, etc.</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.8</title>
   <ee_addon:version>2.0.8</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.8</guid>
   <pubDate>Mon, 16 Aug 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Made it easier for other JS scripts to interact with Matrix fields on the Publish page</li>
<li>Made all PHP includes use absolute paths</li>
<li>Remember cells with the value of “<kbd>0</kbd>”</li>
<li>[EE1] Fixed “Operation aborted” IE error in SAEFs</li>
<li>[EE1] Fixed <code>dynamic_parameters=</code> param</li>
<li>[EE2] Added <a href="http://devot-ee.com/add-ons/mx-cloner/">MX Cloner</a> support</li>
<li>[EE2] Make <code>$this-&gt;row_id</code> available to celltypes in <code>display_cell()</code> for pre-saved rows</li>
<li>[EE2] Fixed incompatibilities with other add-ons using <code>generate_json()</code></li>
<li>[EE2] Made File cells return nothing in the template when no file is selected</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.7.1</title>
   <ee_addon:version>2.0.7.1</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.7.1</guid>
   <pubDate>Fri, 30 Jul 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Removed <code>console.log()</code> call from JS</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.7</title>
   <ee_addon:version>2.0.7</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.7</guid>
   <pubDate>Tue, 27 Jul 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Bundled documentation</li>
<li>Moved theme files into <kbd>themes/third_party/matrix</kbd></li>
<li>Fixed JS syntax issues</li>
<li>[EE1] <a href="http://expressionengine.com/downloads/details/cloner/">Cloner</a> support</li>
<li>[EE1] LG Add-on Updater support</li>
<li>[EE2] Fixed alternate template tags for celltypes (“<code>{cell:alt_tag}</code>”)</li>
<li>[EE2] Fixed PHP errors that would occur when saving an entry that didn’t have a Matrix field</li>
<li>[EE2] Fixed an issue that prevented Matrix tags from working when being pulled from a different MSM site</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.6</title>
   <ee_addon:version>2.0.6</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.6</guid>
   <pubDate>Thu, 10 Jun 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>[EE2] Fixed a template-facing PHP error</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.5</title>
   <ee_addon:version>2.0.5</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.5</guid>
   <pubDate>Thu, 10 Jun 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Bring back support for <code>&lt;</code>, <code>&gt;</code>, <code>&lt;=</code>, and <code>&gt;=</code> prefixes for the <code>search:</code> parameter</li>
<li>Fixed PHP warning that occurred when using a celltype that doesn’t have any settings</li>
<li>[EE1] Auto-serialize and -unserialize array-based cell data, for consistency with FF Matrix 1.x</li>
<li>[EE1] Fixed PHP warning when updating from FF Matrix</li>
<li>[EE2] Template performance improvements</li>
<li>[EE2] Made the <code>col_id</code>, <code>col_name</code>, and <code>row_name</code> available to celltypes on save</li>
<li>[EE2] Retain Matrix data when submitting an entry that doesn’t validate</li>
<li>[EE2] Fixed a MySQL error that occurred when installing the Matrix extension on some Windows servers</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.4</title>
   <ee_addon:version>2.0.4</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.4</guid>
   <pubDate>Wed, 19 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Added <code>&#123;row_id&#125;</code> <a href="http://pixelandtonic.com/matrix/docs/templates">tag variable</a></li>
<li>Added <code>row_id=</code> <a href="http://pixelandtonic.com/matrix/docs/templates">tag parameter</a></li>
<li>Fixed jQuery 1.4 compatibility</li>
<li>Fixed an IE 6/7 compatibility issue</li>
<li>Changed the way the row contextual menus get appended to the DOM, fixing a z-index issue with the Corporate theme</li>
<li>Changed the way Text cells’ Max Length setting gets enforced, fixing an issue with saving cells with multibyte characters</li>
<li>[EE1] Fixed an issue that prevented Matrix tags from working when being pulled from a different MSM site</li>
<li>[EE1] Fixed <code>&#123;switch&#125;</code> tags</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.3</title>
   <ee_addon:version>2.0.3</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.3</guid>
   <pubDate>Mon, 10 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>[EE1] Fixed a bug that prevented the menu options from displaying</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.2</title>
   <ee_addon:version>2.0.2</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.2</guid>
   <pubDate>Sun, 09 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed <code>orderby</code> and <code>sort</code> params</li></ul>]]></description>
  </item>
  <item>
   <title>Matrix 2.0.1</title>
   <ee_addon:version>2.0.1</ee_addon:version>
   <link>http://pixelandtonic.com/matrix</link>
   <guid>http://pixelandtonic.com/matrix/releasenotes#v2.0.1</guid>
   <pubDate>Sat, 08 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Moved all language to the localizable language files</li>
<li>Fixed text selection quirks</li>
<li>Fixed <code>&#123;if matrix_field&#125;</code> conditionals for Matrix fields that don’t have any searchable columns</li>
<li>[EE1] Fixed SAEF support (requires <a href="http://pixelandtonic.com/fieldframe">FieldFrame</a> 1.4.2)</li>
<li>[EE1] Fixed <code>search:xyz</code> params</li>
<li>[EE1] Fixed the combination of <code>offset</code> and <code>limit</code> params</li>
<li>[EE2] Switched conditional tag parsing over to EE’s native function</li></ul>]]></description>
  </item>
 </channel>
</rss>