<?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/fieldframe#rss-xml">
 <channel>
  <title>FieldFrame Release Notes</title>
  <link>http://pixelandtonic.com/fieldframe/releasenotes</link>
  <atom:link href="http://pixelandtonic.com/fieldframe/releasenotes.rss" rel="self" type="application/rss+xml" />
  <description>FieldFrame Release Notes</description>
  <item>
   <title>FieldFrame 1.4.5</title>
   <ee_addon:version>1.4.5</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4.5</guid>
   <pubDate>Wed, 25 May 2011 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li><code>&#123;weblog_short_name&#125;</code> tags are now parsed before fieldtypes parse their tags</li>
<li>Field conditionals are now parsed after field variable tags and tag pairs</li>
<li>Fixed a bug where settings would get corrupted on save if the “Automatically Convert High ASCII Text to Entities” global weblog setting was enabled in EE 1.7</li>
<li>Fixed a bug where double-byte characters would get corrupted when saving fields</li>
<li>Fixed a bug where FF Select’s <code>:label</code> tag was not outputting the correct value</li>
<li>Fixed <code>weblog_standalone_form_end</code> hook forwarding for fieldtypes</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.4.4</title>
   <ee_addon:version>1.4.4</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4.4</guid>
   <pubDate>Wed, 15 Dec 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Restrict access to Fieldtypes Manager to members that are allowed to administrate utilities</li>
<li>Updated the look of Matrix cell settings for all bundled fieldtypes to fit in with other Matrix 2 celltypes</li>
<li>Added <code>:total_selections</code> tag to FF Checkbox Group and FF Multi-select</li>
<li>Avoid inserting duplicate Javascript and CSS snippets into SAEFs</li>
<li>Fixed template parser for fieldtypes which don’t return anything in their tag functions</li>
<li>Fixed a couple PHP bugs</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.4.3</title>
   <ee_addon:version>1.4.3</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4.3</guid>
   <pubDate>Tue, 24 Aug 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed PHP error when saving FF Checkbox Group and FF Multi-select fields on entries that don’t validate</li>
<li>Fixed other minor PHP errors</li>
<li>Allow fieldtype class names to end in “<code>_ft</code>”</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.4.2</title>
   <ee_addon:version>1.4.2</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4.2</guid>
   <pubDate>Sat, 08 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Made the <code>entry_id</code> and <code>field_id</code> available to fieldtypes on SAEF tag display</li>
<li>Fixed a bug where <code>&lt;select&gt;</code> tags generated by SettingsDisplay would add a “<code>0</code>” attribute</li>
<li>Switched conditional tag parsing over to EE’s native function.<br><br><strong>Note:</strong> This will break conditionals that use custom tag functions without their own set of curly braces. Use this syntax instead:<br><br><code>&#123;if "&#123;field_name:tag_function&#125;"&#125;</code></li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.4.1</title>
   <ee_addon:version>1.4.1</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4.1</guid>
   <pubDate>Tue, 04 May 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>FF Multi-select and FF Checkbox Group no longer store serialized field data</li>
<li>Made the <code>field_id</code> available to fieldtypes on save and tag display</li>
<li>Allow dashes in tag parameter names</li>
<li>Fixed nested tag parsing</li>
<li>Other minor bug fixes</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.4</title>
   <ee_addon:version>1.4</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.4</guid>
   <pubDate>Tue, 23 Feb 2010 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li><a href="http://pixelandtonic.com/blog/ff-matrix-goes-it-alone">Removed FF Matrix</a></li>
<li>Make <code>$FF->data</code> available while <code>display_field_settings()</code> functions are called</li>
<li>Make <code>$FF->which</code> available while <code>display_field()</code> functions are called</li>
<li>Stopped saving postponed-save field data for previews</li>
<li>Fixed <code>formatting_available</code> and <code>direction_available</code> functionality</li>
<li>Set <code>field_fmt="none"</code> and <code>field_show_fmt="n"</code> when saving a fieldtype without <code>formatting_available</code></li>
<li>Fixed <a href="http://pixelandtonic.com/fieldframe/docs/ff-checkbox-group">FF Checkbox Group</a>, <a href="http://pixelandtonic.com/fieldframe/docs/ff-radio-group">FF Radio Group</a>, and <a href="http://pixelandtonic.com/fieldframe/docs/ff-multi-select">FF Multi Select</a>’s Options setting when saving numeric option values</li>
<li>Let EE handle tag parsing for fieldtypes that don’t have a <code>display_tag()</code> function</li>
<li>Fixed bug related to saving a fieldtype that adds extra rows to the field settings table</li>
<li>Alternate field setting row background colors</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.3.5</title>
   <ee_addon:version>1.3.5</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.3.5</guid>
   <pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed bug where <a href="http://pixelandtonic.com/ffmatrix">FF Matrix</a>’s <code>:total_rows</code> tag would return “1” instead of “0”</li>
<li>Fixed bug where <a href="http://pixelandtonic.com/ffmatrix">FF Matrix</a>’s Date celltype would not save when the “Automatically Convert High ASCII Text to Entities” setting is enabled</li>
<li>Fixed <a href="http://pixelandtonic.com/fieldframe/docs/ff-select">FF Select</a>’s <code>:label</code> tag when using optgroups</li>
<li>Several other minor bug fixes</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.3.4</title>
   <ee_addon:version>1.3.4</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.3.4</guid>
   <pubDate>Thu, 17 Sep 2009 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed <code>{selected}</code> tags in <a href="http://pixelandtonic.com/fieldfarme/docs/ff-select">FF Select</a> and <a href="http://pixelandtonic.com/fieldframe/docs/ff-radio-group">FF Radio Group</a></li>
<li>Fixed conditional parsing bugs</li>
<li>Fixed template tag output when working with <code>optgroup</code>s</li>
<li>added <code>onBeforeRow</code> <a href="http://pixelandtonic.com/ffmatrix/docs/js-callbacks">Javascript callback</a> to <a href="http://pixelandtonic.com/ffmatrix">FF Matrix</a></li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.3.3</title>
   <ee_addon:version>1.3.3</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.3.3</guid>
   <pubDate>Tue, 18 Aug 2009 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed <kbd>ff-saef.css</kbd> styling issues</li></ul>]]></description>
  </item>
  <item>
   <title>FieldFrame 1.3.1</title>
   <ee_addon:version>1.3.1</ee_addon:version>
   <link>http://pixelandtonic.com/fieldframe</link>
   <guid>http://pixelandtonic.com/fieldframe/releasenotes#v1.3.1</guid>
   <pubDate>Mon, 17 Aug 2009 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Simplified conversion of Multi Drop-down List fields to <a href="http://pixelandtonic.com/fieldframe/docs/ff-multi-select">FF Multi-select</a></li>
<li>Added Size setting to <a href="http://pixelandtonic.com/ffmatrix">FF Matrix</a> Text and Textarea celltypes</li>
<li>Fixed bug where numbers in entry data would turn into a pair of quotes (<code>""</code>)</li>
<li>Template performance improvements and other enhancements</li></ul>]]></description>
  </item>
 </channel>
</rss>
