Changelog for controlErrorLog.

1.4.6-pl
==============
- Fixed a bug with the incorrect Smarty compilation path (#31).

1.4.5-pl
==============
- Fixed a bug with updating the ControlErrorlog icon.
- Fixed parsing for fatal errors.

1.4.4-pl
==============
- Removed the definition of the compilation path for Smarty.

1.4.3-pl
==============
- Fixed hashing of missing log file.
- Optimized for MODX 3.

1.4.2-pl
==============
- Added check for user menu existence (#27).

1.4.1-beta
==============
- Added system setting "enable" to manage controlErrorLog in the backend.
- Fixed a bug with the too large mode.
- Return back PHP5 support.

1.4.0-beta
==============
- Added the ability to format the error log content.
- Changed the "control_frontend" system setting behavior. Now it's responsible for displaying the error log on the frontend (useful in development mode).

1.3.1-pl
==============
- Added closing the window by clicking on the icon.

1.3.0-pl
==============
- Added the ability to control copies of the error log.

1.2.1-pl
==============
- Moved "Make a copy" button to the left (PR #16).

1.2.0-pl
==============
- Added a button "Make a copy" which makes a copy of the error log with current timestamp in the name.
- Changed the admin notification event from "OnHandleRequest" to "OnWebPageComplete".

1.1.3-pl
==============
- Fixed a bug which occurs when the error log is bigger then allowed memory size (#14).

1.1.2-pl
==============
- Code optimization.
- Added cron script for checking the error log (core/components/controlerrorlog/cron/checkerrorlog.php).

1.1.1-pl
==============
- Updated the Dutch lexicon.

1.1.0-pl
==============
- Added control of the error log in the frontend of the site and admin notification.

1.0.5-pl
==============
- Fixed bug with lexicon strings with some CMPs (#6)

1.0.4-pl
==============
- Fixed the error #5.

1.0.3-pl
==============
- Now the error log is checked for errors every minute (by default). It can be switched off.
- Add a system setting "Last lines".
- Add a system setting "Refresh frequency".
- Add a system setting "Auto refresh".
- Some improvements - now the window closes with animation, refreshing the error log on opening the window.

1.0.2-pl
==============
- Removed the table creation script.

1.0.1-pl
==============
- Changed the appearance of the error indicator.
- Now the error indicator is displayed only for users with permission "error_log_view".
- Removed Error Log button.
- Added language support for Dutch.

1.0.0-pl
==============
- Initial release