<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
 <channel>
  <title>Pixel &amp; Tonic Release Notes</title>
  <link>http://pixelandtonic.com/</link>
  
  <description>Pixel &amp; Tonic Release Notes</description>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ptreleasenotes" /><feedburner:info uri="ptreleasenotes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
   <title>Playa 4.4.1</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/loCpusFyNqM/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/playa/releasenotes#v4.4.1</guid>
   <pubDate>Wed, 17 Apr 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Playa is now compatible with jQuery 1.9.</li>
<li>Fixed a bug where using the channel filter would only display entries from the channel with an ID of 1.</li>
<li>Fixed SQL errors that would occur on clean installs of Playa.</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/playa/releasenotes#v4.4.1</feedburner:origLink></item>
  <item>
   <title>Playa 4.4</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/kPcGxtjbdzw/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/playa/releasenotes#v4.4</guid>
   <pubDate>Tue, 16 Apr 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Added Better Workflow compatibility (requires BWF 1.6 or later).</li>
<li>Added the ability to filter entries by member group.</li>
<li>Added the ability to only show entries which are editable by the current user.</li>
<li>Added support for <code>CURRENT_USER</code> and <code>NOT_CURRENT_USER</code> constants when filtering Playa relations by author.</li>
<li>Deprecated the <code>&#123;child:property&#125;</code> and <code>&#123;parent:property&#125;</code> tags within Playa tag pairs, in favor of the <code>var_prefix</code> parameter.</li>
<li>Drastically decreased Playa’s memory footprint in the templates.</li>
<li>Prevented several vectors of SQL injection attacks.</li>
<li>Fixed a parsing bug for nested Playa tags.</li>
<li>Fixed a bug where Site ID would not be applied as a filter on MSM installations.</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/playa/releasenotes#v4.4</feedburner:origLink></item>
  <item>
   <title>Assets 2.1</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/IwdqXtX-MRI/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.1</guid>
   <pubDate>Tue, 09 Apr 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Added support for Rackspace Cloud Files and Google Cloud Storage</li>
<li>External sources can now be set to a subfolder of a bucket/container</li>
<li>Added <code>&#123;exp:assets:total_folders&#125;</code> and <code>&#123;exp:assets:total_files&#125;</code></li>
<li>Added support for <code>sort="random"</code> to <code>&#123;exp:assets:folders&#125;</code> and <code>&#123;exp:assets:files&#125;</code></li>
<li>Added the <code>&#123;subfolders&#125;</code> tag to <code>&#123;exp:assets:folders&#125;</code></li>
<li>Added the <code>&#123;total_subfolders&#125;</code> tag to <code>&#123;exp:assets:folders&#125;</code></li>
<li>Added the <code>file_id=</code> parameter to <code>&#123;exp:assets:files&#125;</code></li>
<li>Added a <code>&#123;file_id&#125;</code> tag to <code>&#123;exp:assets:files&#125;</code></li>
<li>Draggables are now semi-transparent, so it’s possible to see the drop target.</li>
<li>Image manipulation names are now case-insensitive.</li>
<li>PNG files are now uploaded to Amazon S3 with the proper MIME type.</li>
<li>File dates are now automatically set to the file’s modified date when uploaded.</li>
<li>Fixed an issue with Better Workflow and Playa compatibility.</li>
<li>Fixed an issue that prevented image thumbnails from appearing when Force URL Query Strings is enabled.</li>
<li>Fixed an issue with indexing on some Windows servers.</li>
<li>Fixed a bug where Assets would think it should deny access to sources when using SafeCracker.</li>
<li>Fixed a bug with <code>&#123;if no_results&#125;</code> conditionals.</li>
<li>Fixed a bug where context menus would only appear for the latest lazy-loaded batch of files in the file manager.</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.1</feedburner:origLink></item>
  <item>
   <title>Assets 2.0.5</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/0k7kiqrygIc/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.0.5</guid>
   <pubDate>Mon, 04 Feb 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Assets now displays a spinner image when loading the next set of 100 files</li>
<li>Fixed lazy file loading when in list view</li>
<li>Assets now uses EE’s config/mimes.php list as a fallback if PHP can’t determine the mime type of a file when uploading to S3</li>
<li>Fixed some CSS conflicts with NSM Override CSS (thanks Leevi!)</li>
<li>Minor Javascript performance and bug fixes</li>
<li>Fixed a bug where <code>&#123;size&#125;</code> tags would output the raw filesize in bytes rather than formatted when used with a <code>var_prefix</code></li>
<li>Fixed a few areas that required PHP 5.2 to work properly</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.0.5</feedburner:origLink></item>
  <item>
   <title>Assets 2.0.4</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/-IKru6thKW4/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.0.4</guid>
   <pubDate>Thu, 31 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Assets’ file manager now only shows 100 files initially, and loads the next 100 when the user scrolls to the bottom of the page, and so on</li>
<li>Fixed a bug with Better Workflow compatibility</li>
<li>Fixed the <code>&#123;size&#125;</code> tag’s <code>format=</code> parameter</li>
<li>Fixed a bug that affected file renaming</li>
<li>Fixed a bug that prevented Assets from realizing that there was a file name conflict</li>
<li>Fixed a bug where files would not get displayed in Assets fields when the user didn’t have access to their upload directory</li>
<li>Fixed a bug where selecting a date in the date picker would close the file metadata HUD</li>
<li>Fixed a bug that prevented a dialog listing stale file records from being displayed after updating Assets’ indexes</li>
<li>Fixed a bug where just-uploaded files wouldn’t get selected automatically</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.0.4</feedburner:origLink></item>
  <item>
   <title>Assets 2.0.3</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/EQfN9I45IsI/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.0.3</guid>
   <pubDate>Tue, 22 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Several keyboard navigation enhancements</li>
<li>Added the <code>var_prefix</code> param and <code>&#123;if no_results&#125;</code> conditionals to <code>&#123;exp:assets:files&#125;</code> and <code>&#123;exp:assets:folders&#125;</code></li>
<li>Resurrected the <code>unformatted="yes"</code> param fon <code>&#123;size&#125;</code> variable tags</li>
<li>Fixed the conflict resolution dialog when renaming a file to the same name as another in the same folder</li>
<li>Fixed a bug that prevented Assets cells within Matrix within Low Variables from saving (thanks Low!)</li>
<li>Fixed a bug that prevented you from typing ‘PM’ in the Date metadata text field</li>
<li>Fixed a bug where newly-created subfolders wouldn’t get placed in alphabetical order</li>
<li>Fixed a CSS glitch when the File Manager is accessed by non-Super Admins</li>
<li>Fixed a bug where <code>&#123;width:my_manipulation&#125;</code> was outputting the height, and <code>&#123;height:my_manipulation&#125;</code> was outputting the width</li>
<li>Fixed some wonkiness with File Manager scrolling when the height of the folders was greater than the height of the files</li>
<li>Fixed horizontal scrolling in the File Manager’s folder list when a folder name is too long to fit in the space it’s given</li>
<li>Fixed a bug where newly-selected files would get a file name in Assets fields where View was set to “Thumbs” but Show Filenames? was set to “No”</li>
<li>Fixed a couple PHP errors while upgrading from Assets 1 to 2</li>
<li>Fixed a couple PHP and MySQL errors when converting a File field to Assets</li>
<li>Fixed a bug where thumbnails would not display correctly after previewing a Better Workflow entry draft</li>
<li>Fixed a couple PHP exceptions that were getting thrown when an upload directory or file doesn’t exist anymore</li>
<li>Fixed field and Matrix cell validation</li>
<li>Fixed a bug where S3 image thumbnails weren’t getting displayed if the system/expressionengine/cache/assets/s3_sources/ folder was deleted</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.0.3</feedburner:origLink></item>
  <item>
   <title>Wygwam 2.7</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/pTGUaezVk3I/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/wygwam/releasenotes#v2.7</guid>
   <pubDate>Tue, 22 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Moved the Editor Configurations page up to the first slot in Wygwam’s module control panel</li>
<li>If Assets is being used for Wygwam’s file browser, Wygwam will now save the file URLs as <code>&#123;assets_X&#125;</code> tags, so the URL will be updated when the file is renamed or moved</li>
<li>Fixed a bug where Wygwam was over-aggressively replacing Page URLs with <code>&#123;page_X&#125;</code> tags</li>
<li>Updated CKEditor to 3.6.6</li>
<li>Updated CKFinder to 2.3.1</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/wygwam/releasenotes#v2.7</feedburner:origLink></item>
  <item>
   <title>Matrix 2.5.3</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/LMbMDyUwhsI/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/matrix/releasenotes#v2.5.3</guid>
   <pubDate>Tue, 22 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>[EE2] Matrix now sets <code>is_draft = TRUE</code> on celltypes when viewing a Better Workflow draft</li>
<li>[EE2] Fixed a bug conflict between the “Is col required?” column setting label and the “The [col name] column is required” cell validation error text</li>
<li>[EE2] Matrix now handles NULL values appropriately when “<code>IS_EMPTY</code>” is passed into a <code>search:col_name=</code> param</li>
<li>[EE2] Fixed some PHP errors when outputting a file’s size</li>
<li>The <code>beforeSort</code> and <code>afterSort</code> callbacks are now triggered when clicking “Move to top” and “Move to bottom”, fixing a Wygwam bug</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/matrix/releasenotes#v2.5.3</feedburner:origLink></item>
  <item>
   <title>Assets 2.0.2</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/JyiH9-djqOk/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.0.2</guid>
   <pubDate>Thu, 17 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed a PHP error when loading Better Workflow drafts</li>
<li>Fixed some areas where Assets wasn’t taking EE upload preference $config overrides into account</li>
<li>Fixed a bug where moving a folder to an S3 bucket wouldn’t move its subfolders too</li>
<li>Fixed the List View when PHP is not configured to parse short open tags</li>
<li>Fixed a PHP error when updating to Assets 2 with nonexistent file paths in the exp_assets table</li>
<li>Replaced a PHP error with a proper error message when saving Assets’ settings and Assets’ fieldtype is not installed</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.0.2</feedburner:origLink></item>
  <item>
   <title>Assets 2.0.1</title>
   <link>http://feedproxy.google.com/~r/ptreleasenotes/~3/p7hkhlVdxmA/releasenotes</link>
   <guid isPermaLink="false">http://pixelandtonic.com/assets/releasenotes#v2.0.1</guid>
   <pubDate>Wed, 16 Jan 2013 00:00:00 +0000</pubDate>
   <description><![CDATA[<ul><li>Fixed a PHP error when running Assets on an earlier version of PHP than 5.3</li>
<li>Fixed some installation/upgrade issues</li>
<li>Fixed support for relative server paths (using <code>$config['assets_cp_path']</code>)</li>
<li>Fixed a bug where the “Allow multiple selections” field setting wouldn’t stick</li></ul>]]></description>
  <feedburner:origLink>http://pixelandtonic.com/assets/releasenotes#v2.0.1</feedburner:origLink></item>
 </channel>
</rss>
