Simple Forum: Changelog
-------------------------------------------------------------------------------*** February 12, 2024 - Version 1.07 Released
- Added closing / to <atom:link> tag for valid XML
- Misc Code and other minor improvements.
-------------------------------------------------------------------------------
*** April 13, 2022 - Version 1.06 Released
NOTE: If upgrading from an earlier version, please see readme.txt for additional upgrade instructions.
- Added increase/decrease indent buttons to wysiwyg
- Improved UX for archived topics
- Delete user and purge their forum posts/topics feature
- Added option to prevent follower emails from new users for a set duration
- Added purge orphans feature to remove topics and posts with deleted parents
- Improved PHP 8.1 support
-------------------------------------------------------------------------------
*** September 17, 2018 - Version 1.05 Released
NOTE: If upgrading from an earlier version, please see readme.txt for additional upgrade instructions.
- Applied fix to Code Sample functionality in post editor
- Added prism.js library for front-end Code Sample highlighting
-------------------------------------------------------------------------------
*** August 21, 2018 - Version 1.04 Released
NOTE: If upgrading from an earlier version, please see readme.txt for additional upgrade instructions.
- Added custom CSS file to allow additional styling inside the TinyMCE editor.
This includes some styling for blockquotes and code blocks to match the
default front-end styles.
- Added "Mark all as read" link for forums. Requires update to forum file forum-topics.php
-------------------------------------------------------------------------------
*** August 6, 2018 - Version 1.03 Released
NOTE: If upgrading from an earlier version, please see readme.txt for additional upgrade instructions.
- New Feature: Subscribed Topics page. Lists topics a user has subscribed to, with options to unsubscribe or add custom note.
- Security: Added html filtering and encoding for user updated fields
- Update to TinyMCE4
- Misc code improvements
-------------------------------------------------------------------------------
*** July 22, 2017 - Version 1.02 Released
- Updated for PHP 7 and mysqli
- Fixed issue where forum subscribers wouldn't get notified when new top was created
- Upgrade instructions for existing sites:
- Open /plugins/simpleForum/forumFiles/forum-topics-create.php
- Search for: sforum_sendFollowersPostNotifications
- Copy that line to your copy of forum-topics-create.php
- Misc Code and other minor improvements
-------------------------------------------------------------------------------
*** April 4, 2016 - Version 1.01 Released
- Stopped signature being double HTML encoded.
- Fixed unescaped table names being used.
- Fixed missing closing div tag on forum home page.
-------------------------------------------------------------------------------
*** March 24, 2016 - Version 1.00 Released
First Release
-------------------------------------------------------------------------------
*** NOTE: NEW ENTRIES ARE LISTED AT THE TOP ***