Page 1 of 1

v1.8.5

PostPosted: 30 Jun 2016, 23:24
by Jason
ArrowChat v1.8.5 Patch Notes
Squashing some more bugs.


New Features


  • Mobile Support for chatWith API
    The chatWith API will now automatically work with mobile devices.



General


  • Chat room creators can now have their moderator status removed by an admin.
  • Changed the default database host from IP to localhost.



Bug Fixes


  • Fixed the smiley pop out on some jQuery versions.
  • Fixed the chat window going off the page when too many tabs are open.
  • Fixed some slow loading admin pages.
  • Fixed backslashes being added to some text.
  • Fixed quotes around a server variable.
  • Fixed the phpFox integration.
  • Fixed the vBulletin database prefix guessing algorithm.
  • Fixed the vBulletin 5 template instructions.
  • Security fix that would allow someone to appear as if they posted from another user in chat rooms.
  • Security fix related to file includes.
  • Security fix for chat rooms that would allow a user without permissions to receive messages.


Upgrade Instructions


Only perform these instructions if upgrading from v1.8.4, v.1.8.41, or v1.8.42. Otherwise, please follow the upgrade instructions from v1.8.4.


  • Step 1: Backup your existing files
    It's very important that you backup your files in case something goes wrong. You'll then have the old files that may help you fix any issues.

  • Step 2: Download and replace all files
    Download the v1.8.5 update from our site and replace all the files on your server. Replacing all the files will not delete any settings or information.






Files Changed


Show/Hide Information

arrowchat/bootstrap.php
arrowchat/admin/includes/admin_init.php
arrowchat/admin/layout/pages_themes.php
arrowchat/includes/init.php
arrowchat/includes/functions/functions_common.php
arrowchat/includes/functions/functions_receive.php
arrowchat/includes/js/arrowchat_mobile.js
arrowchat/includes/js/arrowchat_core.dev.js
arrowchat/includes/js/arrowchat_core.js
arrowchat/includes/json/receive/receive_chatroom_room.php
arrowchat/includes/json/send/send_message_chatroom.php
arrowchat/install/includes/functions_install.php
arrowchat/install/includes/integrations_db_list.php
arrowchat/install/includes/integrations_list.php
arrowchat/install/layout/pages_config.php
arrowchat/public/chatroom/js/chatroom_core.js
arrowchat/public/mobile/index.php
arrowchat/public/mobile/includes/js/mobile_core.dev.js
arrowchat/public/mobile/includes/js/mobile_core.js

NEW FILES
arrowchat/includes/functions/integrations/functions_phpfox_v4.2.php