* update to 0.4.0

* fixed some bugs in bugtracker
* updated database to version 9
This commit is contained in:
slawkens
2017-09-13 15:30:18 +02:00
parent 3a6aab67d5
commit ac3691dc08
74 changed files with 219 additions and 190 deletions

View File

@@ -1,3 +1,19 @@
[0.4.0 - 13.09.2017
- added option to add/edit/delete/hide/move forum boards
- added bug_report configurable which can enable/disable bug tracker
- log errors instead of showing them to users with system directories
- fix when $_SERVER['HTTP_ACCEPT_ENCODING'] is not set
- when it fails to load config.lua it will output error also to error.log
- automatically detect json file in .zip instead of basing on filename (admin panel - plugins)
- hopefully fixed the error with "The file you are trying to upload is not a .zip file. Please try again."
- fixed wrong name of table in bugtracker
- fixed some bugs in bugtracker
- added report bug link in templates
- fixed some rare error when user is logged in for longer than 15 minutes and tries to login again
- fixed some grammar errors
- some small improvements
- fixed some separators in kathrine template
[0.3.0 - 28.08.2017]
- added administration panel for screenshots management with auto thumbnail generator and image auto-resizing
- added Twig template engine and moved some html-in-php code to it