<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">


    <channel>
    
    <title>Solspace Software Releases</title>
    <link>http://solspace.com/software/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>kelsey@solspace.com</dc:creator>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-10-18T06:06:15+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.solspace.com/" />
    

    <item>
      <title>Super Search &#45; 2.0.3</title>
      <link>http://www.solspace.com/software/detail/super_search/</link>
      <guid>1323-v2.0.3</guid>
      <description><![CDATA[Super Search greatly improves search functionality in ExpressionEngine, and allows for powerful and flexible searching across channel entries.<br /><br/>- Fixed a bug where the {count} variable did not parse correctly in Results tag.]]></description>
      <dc:subject>performance, caching, searching</dc:subject>
      <dc:date>2012-05-02T19:10:15+00:00</dc:date>
    </item>

    <item>
      <title>Rating &#45; 3.1.1</title>
      <link>http://www.solspace.com/software/detail/rating/</link>
      <guid>1168-v3.1.1</guid>
      <description><![CDATA[Complete Rating system: collects, tallies and displays ratings and reviews.<br /><br/>- Added support for ordering rating entries by 'random' for Rating:Entries tag.<br />
 - Added support for disable="" parameter to the Rating:Rank tag.<br />
 - Added support for search:custom_field="" parameter to the Rating:Rank tag.<br />
 - Added AJAX output support to the Rating:Form tag submission routine. Use ajax_request='yes' and output_json='yes' to use.<br />
 - Added 'Collection' column to "Ratings" tab in Rating control panel.<br />
 - Fixed a bug where Rating:Rank would show unrated entries on top when display_unrated="yes" was used WITHOUT the orderby="" parameter.<br />
 - Fixed a bug where submitting a field with a rating of '0' and no other field values would result in an incorrect error.<br />
 - Fixed a bug where an entry url_title with 'limit' in it would throw a MySQL error when using pagination in the Rating:Rank tag.<br />
 - Fixed a bug where not having a collection set would possibly show incorrect stats.<br />
 - Fixed a bug where member stats were not being saved correctly.]]></description>
      <dc:subject>entries, reviews, ranking, ratings</dc:subject>
      <dc:date>2012-05-04T07:02:26+00:00</dc:date>
    </item>

    <item>
      <title>Calendar &#45; 1.7.0</title>
      <link>http://www.solspace.com/software/detail/calendar/</link>
      <guid>946-v1.7.0</guid>
      <description><![CDATA[A full-featured calendar module for ExpressionEngine.<br /><br/>- Added member group permissions feature to Calendar, which incudes a Permission tab in the Calendar module CP, and permissions blocks for Calendar events in the EE Edit page Publish area (EE2-only).<br />
 - Updated pagination to support ExpressionEngine 2.4.<br />
 - Fixed a bug where the 'rules' variable pair would not get the proper the hour and minutes for 'rule_start_date' and 'rule_end_date' variables.<br />
 - Fixed a bug where calculating date ranges would possibly add the timezone offset twice, resulting in incorrect ranges.]]></description>
      <dc:subject>calendar, entries, events, recurring</dc:subject>
      <dc:date>2012-02-13T22:15:32+00:00</dc:date>
    </item>

    <item>
      <title>Importer &#45; 2.0.3</title>
      <link>http://www.solspace.com/software/detail/importer/</link>
      <guid>1292-v2.0.3</guid>
      <description><![CDATA[Allows you to import data from CSV, JSON, or XML sources as entries into your channels.<br /><br/>- Added an automatic url_title creator that takes into account the Channel's URL Title Prefix.<br />
 - Improved the processing speed of new entries.<br />
 - Fixed a bug where new installs did not have a critical MySQL field required for batch processing added.<br />
 - Fixed a bug where the duplicate entry check would not work on Title fields with data longer than 100 characters.<br />
 - Fixed a bug where one of Importer's extension hooks (cp_js_end) was intefering with other third party's hooks.<br />
 - Fixed a bug where Updated Entries would lose existing custom field data, if that field was not updated in the data source.]]></description>
      <dc:subject>maintenance, importing</dc:subject>
      <dc:date>2012-04-20T20:54:21+00:00</dc:date>
    </item>

    <item>
      <title>Tracker &#45; 2.1.0</title>
      <link>http://www.solspace.com/software/detail/tracker/</link>
      <guid>1276-v2.1.0</guid>
      <description><![CDATA[Track and display views for entries, including ranked lists for most viewed entries.<br /><br/>- Changed module's internal code so that hits are not stored permanently and are cleaned out when Stats are updated.<br />
 - Updated the Tracker:Rank tag to exclusively use the Stats data.<br />
 - Updated the "Trim Tracker Data" Utility to clean out Stats and not hits.<br />
 - Updated the appearance of the Utilities page in the Tracker control panel.<br />
 - Modified Tracker:Rank to no longer show entries with 0 views by default, but tracker_views=">=0" parameter can be used to show unviewed entries.<br />
 - Removed "Recount Statistics" utility from Tracker, as it is no longer necessary.<br />
 - Fixed a bug where the Tracker CP AJAX would not function correctly when using subdomains or SSL<br />
 - Fixed a bug where an index was missing from a database field.<br />
 - Fixed a bug where one of Trackers' extension hooks (cp_js_end) was intefering with other third party add-on hooks.<br />
 - Fixed a bug where a url_title with 'limit' in it would cause problems with pagination and throw a MySQL error.]]></description>
      <dc:subject>entries, stats, tracking, statistics</dc:subject>
      <dc:date>2012-05-10T21:46:42+00:00</dc:date>
    </item>

    <item>
      <title>Tag &#45; 4.1.1</title>
      <link>http://www.solspace.com/software/detail/tag/</link>
      <guid>963-v4.1.1</guid>
      <description><![CDATA[Tag your content with keywords and intuitively display relationships between entries.<br /><br/>- Added a new "Tag Field Sync" Utility for people who switch from the Publish Tab to a Custom Field method and wish to sync tag data for EE Search's use (EE2-only). <br />
 - Modified Tag:Entries to allow tag_group_id="" or tag_group_name="" without specifying a tag_id or tag_name (EE2-only).<br />
 - Modified the language in the Preferences tab to explain what "Allow New Tag Creation via Publish Tab" does.<br />
 - Fixed a bug where an extension call in the CP was interfering with the usage of the Session object.<br />
 - Fixed a bug where the Tag field type would not work on some subdomain/https setups (EE2-only).<br />
 - Fixed a bug where the channel="" parameter was not being respected in Tag:Related_Entries when ordering by relevance.<br />
 - Fixed a bug where the disable="" parameter was not being respected in the Tag:Entries tag.<br />
 - Fixed a bug where the Tag module's tags were not using the last instance of the tag marker when finding tag names in the URI.<br />
 - Fixed a bug where the Tag Group was not being remembered across pagination in the CP when viewing the list of tags for a group (EE2-only).<br />
 - Fixed a bug where multiple foreign words were being inserted when MySQL's collation matched multiple words with different accents on letters.<br />
 - Fixed a bug where a MySQL error might be shown in the CP.<br />
 - Fixed a bug where ampersands did not work correctly with the Top Tags and Suggest Tags feature (EE2-only).<br />
 - Fixed a bug where single quotes in Top Tags would result in a javascript error and make all Tag functionality halt (EE2-only).<br />
 - Removed the usage of set_gmt().]]></description>
      <dc:subject>related entries, relationships, entries, ranking, tagging</dc:subject>
      <dc:date>2012-04-16T17:57:00+00:00</dc:date>
    </item>

    <item>
      <title>Facebook Connect &#45; 2.0.9</title>
      <link>http://www.solspace.com/software/detail/facebook_connect/</link>
      <guid>918-v2.0.9</guid>
      <description><![CDATA[Adds Facebook single sign-on capability to your EE site, as well as the ability to publish data from EE to one's Facebook profile.<br /><br/>- Added registration data to the fbc_member_member_register extension hook.<br />
 - Updated FBC to use the new Facebook JS SDK.]]></description>
      <dc:subject>members, registration, profile, social</dc:subject>
      <dc:date>2012-04-17T21:54:06+00:00</dc:date>
    </item>

    <item>
      <title>Comment Uploads &#45; 2.0.1</title>
      <link>http://www.solspace.com/software/detail/comment_uploads/</link>
      <guid>1182-v2.0.1</guid>
      <description><![CDATA[Allows your users to upload/attach files or images to EE comments.<br /><br/>- Fixed a bug where a the upload_dir_id= or upload_dir_name= parameters were being ignored.<br />
 - Fixed a bug where uploads would sometimes not work in EE1.]]></description>
      <dc:subject>members, uploading, photos, comments</dc:subject>
      <dc:date>2012-03-19T14:57:20+00:00</dc:date>
    </item>

    <item>
      <title>Primary Category &#45; 2.0.2</title>
      <link>http://www.solspace.com/software/detail/primary_category/</link>
      <guid>1180-v2.0.2</guid>
      <description><![CDATA[Allows you to designate one of your EE categories as a primary one for that entry, and then pull the primary category variables like all native EE category variables.<br /><br/>- Fixed a bug where custom category orders were not respected.]]></description>
      <dc:subject>entries, publishing, sorting, categories</dc:subject>
      <dc:date>2012-04-23T21:28:40+00:00</dc:date>
    </item>

    <item>
      <title>Date Field Filter &#45; 2.0.0</title>
      <link>http://www.solspace.com/software/detail/date_field_filter/</link>
      <guid>1174-v2.0.0</guid>
      <description><![CDATA[Allows you to display channel entries based on a custom date field timeframe.<br /><br/>- Converted extension for EE 2.x compatibility.]]></description>
      <dc:subject>entries, dates</dc:subject>
      <dc:date>2012-03-19T14:57:59+00:00</dc:date>
    </item>

    
    </channel>
</rss>
