diff options
author | Frug <frugen@gmail.com> | 2014-07-01 13:41:17 -0400 |
---|---|---|
committer | Frug <frugen@gmail.com> | 2014-07-01 13:41:17 -0400 |
commit | a815e10c6ec34cacc52f59aa765d2b54a510b55b (patch) | |
tree | 3477ebd852d0dc081b17627cedd4b60248d51025 | |
parent | 89cc6ba3ff3487265b34a833340b8e9d8fd5cb26 (diff) | |
download | AJAX-Chat-a815e10c6ec34cacc52f59aa765d2b54a510b55b.zip AJAX-Chat-a815e10c6ec34cacc52f59aa765d2b54a510b55b.tar.gz AJAX-Chat-a815e10c6ec34cacc52f59aa765d2b54a510b55b.tar.bz2 |
section for 0.8.8
-rw-r--r-- | chat/changelog.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chat/changelog.txt b/chat/changelog.txt index 733eb99..97ea565 100644 --- a/chat/changelog.txt +++ b/chat/changelog.txt @@ -843,4 +843,15 @@ Bugfixes: - Fix potential conflict between php and mysql timezones by using mysql's FROM_UNIXTIME(). - thanks to ManOnDaMoon. - Normalized sound volumes a bit. - Fixed mybb integration database connection. Connection details should be pulled automatically now. -- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions).
\ No newline at end of file +- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions). + +Version 0.8.8 (?.?.2014) +------------------------------- +Notice: +- If you are using the javascript override handleCustomInfoMessage in custom.js, you should make it return true if you capture an event + +New Features: + + +Bugfixes: +- HTML is now stripped from [IMG] tag URLs, and tag parsing errors will no longer crash chat. - thanks to
\ No newline at end of file |