Change Log

To be kept up-to-date about the latest releases, you can follow us on Twitter

Version 1.3.8 - November 18, 2013

  • Fixed: The themes folder was missing. Many people use the template tags exclusively, but if you were trying to use the Control Panel functionality and it wasn't working as expected, please upgrade to this release.

Version 1.3.7 - November 03, 2013

  • Fixed: The {count} and {tweet_id} variables will now reflect the proper prefix, if one is specified using the prefix= parameter.

Version 1.3.6 - July 18, 2013

  • Updated: The fieldtype is now Twitter API version 1.1 compatable (the template tags have been for a long while). There have also been some subtle UI changes.
  • Updated: The result_type= parameter of the Search tag now defaults to "recent" (it used to have a default of "mixed").
  • Fixed: The Search tag would cache multiple instances of tweets if the number of tweets returned by the API was less than the desired number of tweets to display (specified by the count= parameter).
  • Added: {is_retweet} variable to determine whether or not a tweet is a retweet.

Version 1.3.5 - May 09, 2013

  • Updated: EE 2.6 compatibility updates for recently deprecated EE methods.

Version 1.3.4 - March 25, 2013

  • Added: The {status_count} and {total_status_count} variables for the Search tag.

Version 1.3.3 - March 14, 2013

  • Fixed: Unparsed {statuses}...{/statuses} tags were showing up for the Search tag if the Twitter API did not return any results for the query and there were no previously cached results.

Version 1.3.2 - March 07, 2013

  • Fixed: The cURL connection was sometimes timing out.

Version 1.3.1 - February 20, 2013

Version 1.3 - February 17, 2013

  • Changed: CE Tweet is now a module. Be sure to enable the module by following the updated installation instructions.
  • Changed: CE Tweet now uses the Twitter API version 1.1.
  • Changed: The following tags were removed in version 1.1 of the Twitter API, and are now deprecated: retweeted_by_me, retweeted_to_me, retweeted_to_user, retweeted_by_user, retweeted_by, totals.
  • Changed: The Search tag variables changed quite a bit in version 1.1 of the Twitter API. They are now much more consistent with the other tags. Be sure to update them if upgrading from a previous version though.
  • Added: NSM Addon Updater compatibility.
  • Added: The Intents tag.
  • Added: The Tweet Button tag.
  • Added: The Follow Button tag.
  • Updated: Switch variables are now parsed.
  • Updated: The fieldtype now uses OAuth for search and show methods. It's slower, but it should make sure it works when OAuth requests are required by the Twitter API.

Version 1.2 - July 03, 2012

  • Fixed: There was a problem setting the count parameter on the search tag.
  • Added: Awesome fieldtype to easily tie Tweets to your entries. Matrix compatible.
  • Added: The oembed tag.

Version 1.1 - May 19, 2012

  • Fixed: The search tag will now cache and return the most up-to-date entries and will properly parse the results tag if there are no results.

Version 1.0 - May 07, 2012

  • Initial Release