#CHANGE LOG

Version 0.1.1
-------------
1) Fixed pagination links for users listing in /includes/paginator.php
2) Fixed footer copyright information, it now parses the organization email address to be the organization's main site.

Version 0.1.3
-------------
1) Fixed Maris SimpleDocu(tm) link at page footer to actually link back to its home page.
2) Users can now edit their email addresses on the profile page.
3) Administrators can now edit usernames and email addresses.
4) Added security access to the user profile page. Before, people could just go to that page without being logged in.
5) Fixed pagination link, showing "LAST" at the beginning when it should have shown "FIRST"...so now its "FIRST".

Version 0.1.4
-------------
1) Fixed errors on install page.

Version 0.1.5
-------------
1) Fixed page rendering. It wasn't accepting page names with actual "_" underscores.

Version 0.1.6
-------------
1) Fixed table of contents parsing in Pages::display_tbl_contents

Version 0.2.0
-------------
1) Added 'show'/'hide' toggle link for the table of contents.
2) Added link parsing in page content so words that start with http or https or ftp automatically get hyperlinked.
3) Added internal page linking. You can now link to other pages in the SimpleDocu with this syntax [[]] i.e. [[pagename]]
4) Enhanced session security.

Version 0.3.0
-------------
1) Added version update detector for the control panel.
2) Added smart page deleting.
3) Added the ability to show/hide pages.
4) Added auto hyperlinking for words that start with 'www.' and email addresses in page content.
5) Added auto database operations for version updates that have changes to the database structure.
6) Fixed Table of Contents link sizes for Hide | Re-order | Add page

Version 0.3.1
-------------
1) Further fixed hyperlink parsing.
2) Enabled 2 types fo config files so users database settings don't get overwritten every time they update the software.
3) Expanded the initial width of container for page content.

Version 0.3.2
-------------
1) Fixed installation issues.

Version 0.3.3
-------------
1) SimpleDocu can now be installed in a database with other tables.

Version 0.3.5
-------------
1) Add a System Backup tool to backup database data.

Version 0.3.6
-------------
1) Added basic BB code parsing.
2) Added some bread crumb navigation in other places.

Version 0.4.0
-------------
NOTE: This version is the 1.0.0 warm up ...the last minor implementation of the initial release beta.
1) Added a WYSIWYG editor for page adding/editing.
2) Sharpened text parsing for page content.

Version 1.0.0
-------------
1) Added access loggin for any user actions.
2) Added option to back up system when deleting pages.
3) Added code syntax highlighting.
4) Added 'help' link to direct a user to the Maris SimpleDocu User Guide.

Version 1.2.1
-------------
1) Added page merging.
2) Added some statistics such as top pages viewed and user count within the control panel.
3) Enhanced securities.

Version 1.2.2
-------------
1) Added more BBCode buttons for the text editor.

Version 1.3.3
-------------
1) Added message sending to users.

Version 1.3.4
-------------
1) Fixed installation error.

Version 1.3.5
-------------
1) Fixed user log error in the control panel, was trying to work with a file that was not in existance.

Version 1.3.6
-------------
1) Fixed page new page functionality.

Version 1.3.7
-------------
1) Sharpened text parsing.

Version 1.3.8
-------------
1) Fixed email parsing problem, for validating email addresses.
