-----------------------------------------------------------------------
 SimpleNews Change Log
-----------------------------------------------------------------------

SimpleNews 1.0.0 (Final)

 - [BUG FIX]	Fixed bug with comments template variable name - comment date/time is now displayed correctly
 - [BUG FIX]	'Article Email' now displays the sender's email address in the From field
 - [BUG FIX]	Fixed code typo that prevented sticky topic icon from being displayed
 - [BUG FIX]	'Full Article link' now shows up when viewing the articles comments/email form
 - [SECURITY]	included an index.html file in the simplenews directory to prevent directory listing
 - [MISC]	Replaced custom HTML filter with php's htmlentities() function

SimpleNews 1.0.0 (RC2)

 - [BUG FIX]	Added ./ to template paths
 - [BUG FIX]	Fixed 'download updates' URL in Help page
 - [BUG FIX]	Count comment character length before adding security 'slahses' for an accurate number
 - [BUG FIX]	Next/Prev article links no longer show up when viewing comments, full article or email form
 - [BUG FIX]	BBCode/Emoticons is now parsed in print.php
 - [FEATURE]	New default theme - SimpleNews
 - [FEATURE]	Added 'header.tpl' theme object -- optionally appears at top of all SimpleNews pages
 - [FEATURE]	Added 'no_articles.tpl' theme object -- will be shown when there are no articles to display
 - [SECURITY]	Now checks for the 'setup' directory and warns the admins to remove it
 - [SECURITY]	Added a check to make sure integer GET variables really are integers
 - [SECURITY]	Added security 'slashes' for all visitor input fields
 - [MISC]	Cleaned up variable names for date and timestamps for added consistancy
 - [MISC]	Addded {THEME} variable to all template files
 - [MISC]	Updated URL for the 'updates check' feature
 - [MISC]	Updated documentation
 - [MISC]	Added Warranty disclaimer for GPL compliancy
 - [MISC]	Misc code clean-up and formating


SimpleNews 1.0.0 (RC1)
 - Initial Release