/**
 * Changelog
 *
 * @package     Articles Anywhere
 * @version     1.5.0
 *
 * @author      Peter van Westen <peter@nonumber.nl>
 * @link        http://www.nonumber.nl
 * @copyright   Copyright (C) 2010 NoNumber! All Rights Reserved
 * @license     http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

/**
 * + Added
 * ! Removed
 * ^ Changed
 * # Fixed
 */

18-Sep-2010 : v1.5.0
 + Added ability to overrule readmore classname
 + Added extra output control through {if} & {else} tags
 # Fixed issue with tags being handled in Eventlist textareas

03-Sep-2010 : v1.4.6
 # Fixed issue with custom readmore text not working

30-Aug-2010 : v1.4.5
 + Added option to turn off the handling of content plugins
 # Fixed issue with errors when k2 hasn't been uninstalled properly

30-Jul-2010 : v1.4.4
 # Fixed issue with text attributes (strip and length) not working (since 1.4.3)

29-Jul-2010 : v1.4.3
 + Added ability to add custom format on date values

24-Jul-2010 : v1.4.2
 ^ Changed way version and license information are displayed (now via ajax)
 ^ Changed way versions and licenses are checked (no more base64)

10-Jul-2010 : v1.4.1
 # Fixed issue with error about reference passing

07-Jul-2010 : v1.4.0
 + Added ability to also display values stored in the attribs/params
 + Added ability to also display K2 extra fields
 ^ Improved some code to make it lighter
 # Fixed incompatibility with rokajaxsearch
 # Fixed issue with readmore link not being completely SEF compatible
 # Fixed some issues with (content) plugins being called on
 # Fixed incompatibility with php4 (due to use of stripos function)

23-Jun-2010 : v1.3.2
 ^ Added {link} tag to easily add link to article to stuff
 # Fixed issue with readmore links not being fully SEF compatible
 # Fixed issue with code looping, causing page timeouts

22-Jun-2010 : v1.3.1
 # Fixed issue with foreach error in some cases

22-Jun-2010 : v1.3.0
 + Added support for K2 items
 ^ Improved code (=faster)
 ^ Improved removal of obsolete paragraph tags
 # Fixed some ordering issues in the (editor button) modal popup
 # Fixed issue with text type selection not working in the (editor button) modal popup

22-May-2010 : v1.2.1
 ^ Improved removal of obsolete paragraph tags
 # Fixed issue with some language strings not being loaded
 # Fixed styling of notice in the (editor button) modal popup
 # Fixed issue with ordering not working in (editor button) modal popup

12-May-2010 : v1.2.0
 + Added option to strip html tags from the texts (text, intro, full)
 + Added ability to set more than 1 data tag to insert
 + Added ability to set default data tags and parameters (in editors-xtd plugin parameters)
 + Added option to not place the HTML comments
 ^ Improved removal of obsolete paragraph tags
 # Fixed issue with editor button popup page being accessible to all
 # Fixed issue with surrounding tags with digits (like h1) not being closed
 # Fixed issue with undefined index notice in some occasions
 # Fixed issue with undefined reference error on some setups
 # Fixed issues with tags not closing properly when cutting of text with max character limit
 # Fixed issues with script tags when cutting of text with max character limit

02-Apr-2010 : v1.1.0
 + Content plugins are now executed over article text (even when placed in modules and such)
 + Added readmore class to readmore links
 # Fixed issue with publish dates not being taken into account
 # Fixed issue with rss feed breaking
 # Fixed issue with errors when using max character limit and article text is shorter
 # Fixed issues with tags not closing properly when cutting of text with max character limit
 # Fixed issue with errors about registry for php 5.0.5

09-Feb-2010: v1.0.1
 + Added some missing language strings
 + Added option to ignore published state of articles
 ^ Reduced number of database queries
 # Fixed location of Joomla! DTD files
 # Fixed issue with deprecated syntax for php 5.3+
 # Fixed issue with preg_match_all error in some cases (when article author is not set)
 # Fixed issue with assignment to JACL user group levels not working correctly

20-Jan-2010 : v1.0.0
 + First stable release
 + Added Commercial License Code support
 ^ Moved elements to separate global plugin (also used by other extensions)
 # Fixed issue with titles with special characters

19-Dec-2009 : v0.2.0
 + Added tag to place a read more link
 + Added tag to place the url to the article
 ^ Changed syntax
 ^ Improved way texts get cut of when using maximum length

18-Dec-2009 : v0.1.2
 ^ Improved query for texts
 # Fixed issue with all text displaying when choosing introtext / fulltext

16-Dec-2009 : v0.1.1
 # Fixed issue with php errors on frontpage
 # Fixed issue with alert in plugin admin page

15-Dec-2009 : v0.1.0
 + First beta release