2.0 RC3 2012-02-27:
---

* integrated new version 0.4.0 of twitterapi.class.php, now based on Twitter JSON-API instead of XML and supporting native entities
* supports native entities (#hashtags, URLs and @mentions), can be enabled on the config page and replaces regex-twitter-parsing, resolves those annoying t.co link-masking
* supports native retweets and a new config item to show or hide retweets

2.0 RC2:
---

* removed language var H ("h"/"&nbsp;Uhr"), can be replaced with an expression in timestamp config value
* fixed error-log problem, where output-errors were logged to the backup-log
* improved Regexes for Twitter-Parsing


2.0 RC1:
---

* renamed from serendipity_plugin_microblog 0.2 to serendipity_plugin_twitter 2.0
* now replaces former serendipity_plugin_twitter 0.7
* added a config option for the path to the JavaScript file (for symlinked environments)
* minified the JavaScript file with JSMin

Notice: First time backup is still problematic, so the backup feature keeps marked as experimental

0.2 RC3:
---

* improved DB code for the backup feature with the databases pgSQL and SQLite
* fixed a critical bug in in TwitterApi class that stopped the backup process in most cases (Error in class TwitterApi: Missing mandatory config item cache_file. Check your config.)
* introduced seperate logfiles for backup and output errors (like no cache available and Twitter API down)
* fixed the JavaScript @#!URL parser to work with more than one of one type in one message
* some minor non-critical fixes


0.2 RC2:
---

* improved backwards-compatibility for old Twitter plugin (strftime() instead of date, renamed config-items)
* DB code now hopefully also works with SQLite and pgSQL
* some minor improvements


0.2 RC1:
---

* Major feature release
* Added backup capability
* Added JavaScript version with fully configureable output (uses template and language config and implements nicer timestamps and clickable #hashtags, @usernames, !groups and URLs)
* New "Oldshool" template for output compatibility to old Twitter PlugIn
* Minor updates everywhere

Notice: The first time Backup is critical and very slow: If it runs into a script runtime limit or gets an error, the missing old tweets will never be backed up! (unless the whole table is cleared)
Always Check the logfile in the templates_c directory!


0.1:
---

* First release

