v0.9.0 Standalone (wintstar)
wintstar
released this
15 Jan 12:46
·
22 commits
to main
since this release
Frug
Version 0.9.0 (??.??.2020)
New Features:
- Reorganized the project around PSR-4 and composer. Bumping minimum php version to 7.
- Split code into
src
andpublic
directories.public
should be served directly by your server (eg. Nginx or Apache) without exposing thesrc
directory. - Use symfony polyfill for mbstring support (UTF-8 string operations).
- Added HTML5 audio support. - thanks to Jamrial.
- Added token to logout request to prevent an exploit that could log users out of chat. - thanks to Jugolo (and jsebean)
Bugfixes:
- French translation typo fixed. - thanks to Excale.
Misc:
- Database userID and channel fields changed to unsigned int.
wintstar
New Features:
- Added Selection use Composer or not
- New: Cookie Samesite
- New: Set Cookies after login and delete Cookies after logout
- Code cleaned up
Bugfixes:
- Fixed: Typing errors mo3 => Frug/AJAX-Chat#293
Misc:
- Fixed: Deprecated elements in Javascript
- Fixed: Chat Logs (www.your.domain.self/?view=logs), new Layout, fixed Logout, added Button return to chat