1.5 (January 2nd, 2019)
- Bug: Fixed PHP 7.2 does not cast unquoted string literals to strings (Issue #11)
- Added post key check to edit revert

1.4 (July 12th, 2017)
- Added minimum time before Edit is logged (Issue #9)
- Removed PHP closing tags
- Use THIS_SCRIPT for template caching
- Handle display of deleted users/threads in logs
- Format usernames
- Updated numeric settings

1.3 (August 3rd, 2016)
- Added number of logged edits per post (Issue #6)
- Added display of edit count on posts (Issue #7)
- Bug: Fixed XSS issue with thread titles in Admin CP
- Sanitized usernames

1.2 (April 4th, 2016)
- Added setting for edit IP addresses viewing
- Added pruning task (Issue #2)
- Added 24 hour lock to edit history pruning (Issue #3)
- Updated breadcrumb to use thread subject instead of post subject
- Added (int) to editsperpage setting check
- Bug: Fixed Edit History link not showing up when quick editing (Issue #4)
- Bug: Fixed bad words are not filtered in subjects, messages and reasons (Issue #5)
- Indented templates and other file cleanup

1.1 (February 20th, 2015)
- Added PostgreSQL and SQLite support
- Using generate_numeric_field function
- Moved hardcoded HTML to template
- Changed (int)$mybb->input to $mybb->get_input

1.0 (September 1st, 2014)
- Updated plugin to work with MyBB 1.8
- Removed Edit Reason (feature added to MyBB 1.8)

## Version number reset for MyBB 1.8 ##

1.4 (May 25th, 2013)
- Added edit revert option
- Added line breaks to make text comparison function more readable
- Removed current post from compare page
- Removed post parsing when viewing edit text

1.3.1 (April 22nd, 2013)
- Updated Text comparison function due to changes introduced in 1.6.10

1.3 (April 1st, 2013)
- Updated personal plugin standards
- New method of checking history that doesn't require a query
- Added Admin log support
- Updated template varibles and designs
- Renamed "viewfull" action to "view"

1.2.2 (November 28th, 2011)
- Updated plugin with 1.6.5 plugin system updates
- Optimization and general plugin updating

1.2.1 (May 12th, 2011)
- Bug: Fixed comparison XSS issue
- Bug: Fixed minor error on online activity

1.2 (May 4th, 2011)
- Removed post parsing on main history page
- Added user deletion support
- Bug: Fixed possible XSS issue with edited text

1.1 (January 6th, 2011)
- Updated comparison highlighter style (use green and red instead of underline and strike-thorugh)
- Added charactor cutoff for long posts on main edit history page
- Bug: Fixed small bug with edit reason and previewing post
- Bug: Fixed possible XSS issue with edit reason

1.0 (December 18th, 2010)
- Initial release