- Fixed a bug where all users were not displayed in the online block.
- Fixing the error "The session key must be overridden."
- Added the ability to display the "Typing..." block in a pop-up window.
- JavaScript optimized.
- Fixing errors when managing the socket server from the admin panel.
- Code refactoring.
- Additional checks have been added to prevent mixed socket server control. The server must be managed either from the admin panel or through the console.
- Added additional checks to prevent errors in the public part of the forum when the socketserver is disconnected.
- Fixed a bug due to which the Workerman server did not work on PHP 7.4
- fixed a bug with changing the style of conversations
- Fixed an error that occurred when sending messages in conversations
Before installing the plugin, you must stop the socket server.
- Added Swoole support (requires Swoole php extension and PHP >= 8.0)
- Choosing where to display the block of those reading the thread
- Added socket server management from the admin panel (requires exec function enabled)
- All known bugs have been fixed.
- Fixed bug when editing resources
- Fixed a bug when deleting thread
- Fixed a bug when restoring thread
- Optimized JS.
- Fixed a bug when an unknown method was called to send a notification
- Optimized JS to support custom styles.
- Support widgets:
- New threads
- New posts
- New profile posts
- Members online
- Forum statistics
- Added a block showing who is reading thread in real time
- Real-time in profile posts
- Real time when deleting and restoring messages
- Optimized JS
- Code refactoring