GD bbPress Toolbox
Changelog
Version: 7.3 / october 3 2023
- new tweaks: set bbPress ‘Do No Reply Email’ address used for email sending
- new booster: forums table expanded with visibility and subforums count
- new booster: topics table expanded with attachment counts
- new booster: panel with the basic statistics of the booster index tables
- new cleanup: tool to remove all orphaned reports from the database
- edit booster: improvements to the `Update` class for handling forums
- edit booster: few more plugin queries handled by the booster
- edit custom views: improvements to the subscription and favorite queries
- edit custom views: run fewer queries when registering the views
- edit few more improvements to the activity tracking caching process
- edit additional improvements to the forums hierarchy caching process
- edit many interface updates related to the new shared library
- edit forums count recalculation improved with the proper meta key handling
- edit optimization of the user profile widget for visitors
- edit Dev4Press Library 4.3.4
- fix forums count recalculation sometimes generates duplicated meta entries
- fix user profile widget was not properly checking if the user is logged in or not
- fix cleanup tools processing was not checking for the tool activation properly
- fix few issues with the ordering for the Members and Thanks panels
- fix some custom view may generate invalid query due to the type casting
Version: 7.2.2 / september 6 2023
- fix update version build and version mismatch to the server
Version: 7.2.1 / september 3 2023
- fix missing elements for the statistics widget under some conditions
- fix buddypress signature fatal errors if signatures feature is disabled
Version: 7.2 / july 5 2023
- new tweaks: KSES list includes ‘Basic set’ of HTML tags and attributes
- new started adding more information provided for some panels via Help tab
- new code documentation for all the conditional functions
- edit some changes in the organization of the conditional functions
- edit many improvements to the use of the translation functions
- edit various minor tweaks to the plugin default styling
- edit Dev4Press Library 4.2
- edit more deprecated functions to be removed in version 7.3
- del removed all the deprecated functions scheduled for removal
- del removed bbpress.php functions file
Version: 7.1 / may 25 2023
- new system requirements: WordPress 5.7 or newer
- new tweaks: option to disable smilies conversion to images
- new tweaks: option to disable wptexturize processing
- new markdown: support for different markdown parsers
- new markdown: includes alternative PHP Markdown Extra parser
- new markdown: is no longer a Beta Feature
- new admin columns: journal topic check for the topics list
- new journal topic: added CSS class to topics in topics lists
- new support for the WEBP image format for attachments
- edit attachments: many optimizations to the main upload handler class
- edit attachments: improved attachment shortcode name to id replacement
- edit admin columns: improved display for some of the columns
- edit updated plugin icon for admin menu to the latest version
- edit forum index statistics and welcome expanded element classes
- edit forum index statistics and welcome various minor tweaks
- edit many more code tweaks related to the PHP syntax
- edit Dev4Press Library 4.1.1
- del removed some unused files and empty classes leftovers
- del removed many of the deprecated functions scheduled for removal
- fix auto close topics: issue with processing job parameters
- fix bbcodes: issue with embed, vimeo and youtube size attributes processing
- fix problem with attachment shortcode auto replacing file name with ID
- fix few additional small issues related to attachment shortcode
- fix attachment name to shortcode replacement wrong use of escape
- fix missing screen options for all table based admin panels
- fix no controls for the columns and items per page for some panels
Version: 7.0.7 / april 3 2023
- edit Dev4Press Library 3.9.4
- fix translation issue related to getting current user language
Version: 7.0.6 / February 20 2023
- fix online tracking: statistics not saving some of the data
- fix online tracking: few problems with the correct visited date for topic
- fix online tracking: new reply badge not displayed when needed
- fix setup wizard: few problems with saving tracking settings
- fix setup wizard: problem with the visibility of the BBCodes toolbar
- fix source code highlighting theme loading not working properly
Version: 7.0.5 / February 15 2023
- edit activity tracking: alternative method to get last posted timestamps
- edit activity tracking: few more changes to the forum new posts detection
- fix booster: new posts query had hardcoded return limit to 10
- fix admin columns: no results in the table causes fatal error
- fix custom views: views using new posts query showing few results only
Version: 7.0.4 / February 12 2023
- edit clickable: few minor changes to removal process
- edit Dev4Press Library 3.9.3
- fix buddypress signatures: issue with field detection
- fix markdown: problem with the conversion of links
- fix bbcodes source: issue with the clickable override
- fix bbcodes source: missing the enlighter library
Version: 7.0.3 / February 10 2023
- fix buddypress signatures: fatal error during activation
- fix invalid value for the basic tracking cookie expiration
- fix invalid value for the session cookie expiration
Version: 7.0.2 / February 8 2023
- edit check headers sent status before sending new cookies
- edit Dev4Press Library 3.9.2
- fix user profile widget not preparing widget settings
Version: 7.0.1 / January 26 2023
- edit dashboard links use generated panel URL builder method
- edit updated function calls to remove default values arguments
- edit updated some of the core PHP language syntax elements
- edit javascript replacing
substr
withsubstring
- edit Dev4Press Library 3.9.1
- fix some settings methods calls had mismatched number of arguments
- fix wizard form element mismatch label and field connection
- fix critical error with processing of thanks requests
- fix minor updates list broken changelog link
- fix several typos and spelling issues
Version: 7.0 / January 23 2023
- new major plugin codebase rewrite fully completed
- new major updates to the admin side styling and layouts
- new fully based on the features implementation
- new feature: booster (performance enhancements in beta phase)
- new feature: mark as read (forums tracking related in beta phase)
- new feature: markdown (new content parser in beta phase)
- new moved to features: online tracking
- new moved to features: activity tracking
- new booster: support for forums based limiting of topics and replies
- new booster: support for topics ordering by activity and replies count
- new booster: support for forum based search results
- new booster: support for the new posts widget queries
- new booster: support for the user replied to topic queries
- new booster: support for some activity tracking queries
- new booster: support for some custom views modification queries
- new booster: local cache for some of the queries that can run more than once
- new markdown: support for topics and replies content
- new markdown: support for signatures content
- new tweaks: modify number of results on the search pages
- new activity tracking: various new performance optimizations
- new dashboard widgets: quick access and control
- new dashboard widgets: features status and statistics
- new new posts widget: allow for no limit timespan
- new new posts widget: allow for 2 years timespan
- new tested with WordPress 6.0 and 6.1
- new tested with PHP 8.1 and 8.2
- edit improved and expanded plugin dashboard widgets
- edit improved and expanded forums statistics calculations
- edit search widget for forums includes all subforums in the results
- edit expanded setup wizard with few more option to control
- edit changed some of the forums statistics value’s keys and names
- edit unified moderator check to only check ‘moderator’ capability
- edit forum activity tracking is mostly rewritten and improved
- edit table based panel object with improved query and actions
- edit new posts widget: big changes in the way the widget works
- edit many improvements to the Forums Index feature display
- edit many improvements to the use of sanitation functions
- edit many improvements and tweaks to how the SEO feature works
- edit improvements to shortcodes and BBCodes registration
- edit few more deprecated functions to be removed in version 7.1
- edit few more deprecated functions to be removed in version 7.2
- edit d4pLib 3.9
- del removed various unused CSS and JS files and code
- del removed admin.php functions file and transferred functions away
- del removed many of the deprecated functions scheduled for removal
- fix bbcodes breaking layout with improperly closed bbcodes
- fix various issues with the SEO and SEO Tweaks features
- fix some shortcodes breaking if their features are inactive
- fix small problem with the reply content editor displayed settings
- fix various issues with the activity tracking and forums status
- fix setup wizard settings in some rare case were not saving properly
- fix issue with the post-processing of attachments shortcode
- fix minor styling issues with the Forum Index elements
- fix several problems with the setup wizard features panel
Version: 6.7.6 / November 23 2022
- edit shortcode embed is now disabled by default due to conflicts
- fix attachments: issues saving topic/reply with attachment shortcode
- fix attachments: visibility for visitors settings are ignored on display
Version: 6.7.5 / June 30 2022
- fix visitor redirect: problem detecting post when not on single forum page
- fix visitor redirect: minor issue with the topic detection
Version: 6.7.4 / June 3 2022
- edit signuature: updated the admin side profile editing process
- fix signuature: few admin side editing issues
Version: 6.7.3 / May 27 2022
- new tested with WordPress 6.0
- edit various small updates and improvements
Version: 6.7.2 / February 24 2022
- fix critical issue related to signature editor and BBCodes toolbar
Version: 6.7.1 / February 15 2022
- new requirement for BuddyPress: version 7.0 or newer
- edit content editor: few updates to override method
- fix few styling issues related to the BBCodes Toolbar
- fix detection issue related to BuddyPress 10.0
Version: 6.7 / December 23 2021
- new system requirements: PHP 7.2 or newer
- new system requirements: WordPress 5.3 or newer
- new feature: content editor (always enabled)
- new content editor: select between different types of editors
- new content editor: centralized settings for TinyMCE Editor
- new content editor: centralized settings for BBCodes Toolbar
- new moved to features: bbcodes
- new bbcodes: new panel to control bbcodes access rules
- edit tools: preview of all bbcodes now on single panel
- edit tools: reset panel updated list of settings groups
- edit improvements to the plugin upgrade process
- edit few more deprecated functions to be removed in version 7.0
- edl removed feature: rich text editor
- del removed SyntaxHighlighter script
- del removed many previously deprecated functions
- del badge ‘new’ from the Features menu item
- fix notifications overrides: missing moderators on reply handling
- fix notifications overrides: missing moderators on reply settings
Version: 6.6 / October 11 2021
- new system requirements: WordPress 5.2 or newer
- new moved to features: buddypress tweaks
- new moved to features: buddypress notifications
- new moved to features: buddypress signature
- new tools: panel for bbPress recalculations
- new recalculation tools: calculate subforums counts
- new old database class split into three new database classes
- new fully reorganized database query functionalities
- new using placeholder DB abstract classes from Library
- new improved organization of he JavaScript files and libraries
- new option to load JS as a bulk file replacing multiple files
- new option to load CSS as a bulk file replacing multiple files
- new option to load font with icons with embedded WOFF and WOFF2 fonts
- new source code BBCode: Enlighter script, version 3.4.0
- new source code BBCode: option to choose the script to use
- new font with icons now using new FontAwesome 6 icons
- new more code refactoring done in various parts of the plugin
- edit shortcodes for content enabled with the Shortcodes feature
- edit use bbPress user roles translation function for bbPress roles
- edit many more deprecated functions to be removed in version 7.0
- edit deprecated SyntaxHighlighter script for source code BBCode
- fix email sender: not working for the reply notifications for moderators
- fix core shortcodes don’t work if the BBCodes module is disabled
- fix user roles names displayed without translation
Version: 6.5.4 / September 20 2021
- fix forums index: few issues related to last activity time
- fix private topics: content not hidden in search results
- fix private replies: content not hidden in search results
Version: 6.5.3 / August 31 2021
- new function to reclculate subforums counts
- edit attachments: changed the image based icons rendering format
- fix attachments: fatal error when using image based icons for files
- fix attachments: styling issues when using image based icons
- fix topic views widget: problem with missing views inclusion
- fix topic info widget: problem with the link when the forum is missing
- fix small issue with the message for protected profile
Version: 6.5.2 / August 10 2021
- fix attachments: one query uses hardcoded DB tables prefix
Version: 6.5.1 / July 26 2021
- new tested with WordPress 5.8
- new statistics: filter to change statistics cache expiration period
- edit auto close topic feature: changed activation order to early
- edit d4pLib 2.8.14
- fix widgets: not working with Blocks powered Widgets panel
- fix auto close topic feature: cron not always running properly
- fix auto close topic feature: uses wrong logic for the forum rules override
- fix statistics: calculation for user_roles_count value is broken
- fix statistics: not properly cached on caclulation
- fix dashboard: warning with the User Statistics widget
Version: 6.5 / June 15 2021
- new system requirements: WordPress 5.1 or newer
- new feature: post anonymously – with the registered account
- new feature: journal topic – only author can reply
- new post anonymously: control who can use it and in which forums
- new post anonymously: control link between real and anon account
- new post anonymously: designate forums for forced anonymous posting
- new journal topic: control who can use it and in which forums
- new moved to features: attachments
- new attachments: show all the thread attachments at once
- new attachments: all settings consolidated into single panel
- new attachments: all settings reorganized with additional information
- new attachments: option to skip missing files
- new attachments: option to control files list visibility for roles
- new attachments: validation option replaced with the upload method
- new attachments: rewritten rendering for the attachments list
- new attachments: code reorganized into various logical classes
- new visitors redirect: rewritten code for detection of topic
- new private topics: support for forum manager topics actions
- new private topics: filters to change hiding messages
- new private topics: method to change privacy status
- new private replies: filters to change hiding messages
- new private replies: method to change privacy status
- new new posts widget: option and template support to show thumbnail
- new new posts widget: option and template support to show tags and forum
- new new posts widget: option and template support to show topic prefixes
- new statistics class: replacing old functions
- new statistics calculations: topics & forums subscriptions and favorites
- new improved initialization entry points to avoid shortcodes embedding issues
- new old loader and plugin classes merged into new Plugin class
- new plugin initialization much improved with the better main Plugin class
- new huge code refactoring for the improved coding standards
- edit attachments: few options replaced or removed
- edit attachments: various styling improvements
- edit attachments: thumbnails layout switched to flex
- edit close topic control: don’t send notification if the topic is already closed
- edit rich editor: added more information about the feature
- edit info and statistics widgets: styling switched to flex
- edit new posts widget: template layout and styling improvements
- edit many structure changes to the SASS styling files
- edit many more deprecated functions to be removed in version 7.0
- edit many PHP language updates for better and cleaner code
- edit changes to several default plugin settings
- fix welcome box: date and time not passing through translation
- fix attachments: many wrongly named filters and actions
- fix attachments: icons mode not properly loaded in some cases
- fix attachments: various styling issues with the edit form
- fix private topics: not working properly when using forum shortcode for embedding
- fix private replies: not working properly when using topic shortcode for embedding
- fix rich editor: updated knowledge base link for the information
- fix auto close topics: problem with the missing forum based settings
- fix list of statistics elements was not complete
- fix several typos and spelling issues
Version: 6.4.4 / April 4 2021
- fix private topics: regression caused to make private topics visible in some cases
- fix private replies: regression caused to make private replies visible in some cases
Version: 6.4.3 / April 1 2021
- newprivate topics: run when used inside RSS feed
- newprivate replies: run when used inside RSS feed
- editprivate topics: hide replies in the topic RSS feed
- editseo tweaks: using deprecated function in WordPress 5.7
- fixprivate replies visible inside the RSS feed
Version: 6.4.2 / February 15 2021
- newoption to completely disable advanced user tracking
- newforum manager support for lock topics now in own class
- newsupport for gd forum manager plugin version 2.0
- editlock topics forum manager support with few improvements
- editfew changes in user tracking settings organization
- fixstatistics widget: main function not properly loaded
- fixmissing class use for some of the rarely used functions
- fixfew issues related to roles check for media upload
Version: 6.4.1 / February 4 2021
- newadmin side handling of grid settings moved to new class
- delremoved some more obsolete functions or class methods
- fixadmin side panels grid rows count not saving properly
- fixquote shortcode: not showing the quote author line
Version: 6.4 / February 2 2021
- newsystem requirements: PHP 7.0 or newer
- newsystem requirements: WordPress 5.0 or newer
- newsystem requirements: bbPress 2.6.2 or newer
- newfeature: shortcodes – additional global use shortcodes
- newshortcodes: attachment shortcode moved from BBCodes
- newshortcodes: quote and postquote shortcodes moved from BBCodes
- newshortcodes: user_profile with various items
- newmoved to features: search engine optimizations
- newmoved to features: email sender
- newmoved to features: email overrides
- newmoved to features: notifications
- newwidgets: new base Widget class for all widgets
- newwidgets: reorganized into auto-loading classes
- newwidgets: improved visibility controls
- newnotifications: notify keymasters/moderators on new reply
- newvisitors redirect: options to redirect to login page
- newvisitors redirect: options to redirect topics with no access
- newtweaks: hide user role from displaying along the profile link
- newtopics: minimal number of words for the new topic title
- newreplies: minimal number of words for the new reply title
- newsay thanks: filter to override sending user notification
- newuser stats: now using the expanded User class for rendering
- newsetup wizard: class now part of the next core code scope
- newexpanded main User class with the new methods
- newrefreshed plugin icon
- edittopics/replies: changed the format of the message strings
- edittopics/replies: don’t check for length if empty content
- editwidgets: improved settings organization
- editnotifications: changes to methods signatures in few cases
- editFlatpickr 4.6.9
- editd4pLib 2.8.13
- delremoved outdated bbPress 2.5 compatibility code
- fixreport: missing default email content for override
- fixnotifications: problem getting forum title in some cases
- fixusers panel: getting users not using proper Query method
- fixusers panel: main query can be broken in some cases
Version: 6.3.2 / November 23 2020
- fixextra menu items rendering issue with missing variable
Version: 6.3.1 / September 15 2020
- fixreport link displayed even if the report is not available
Version: 6.3 / August 26 2020
- newfeature: schedule topic – publish topics in the future
- newschedule topic: control who can use topic scheduling
- newschedule topic: use Flatpickr control to select publish date and time
- newcustom topics views: view for current user scheduled topics
- newusers panel: bulk options to clear favorites and subscriptions
- newprofiles: show thanks given and received counts
- newauto close topics: options to override auto close for individual topics
- newauto close topics: control override through topic and reply form
- newicons: show icon for forum visibility hidden and private
- newicons: show icon for closed forums
- newattachments: filter for the thumb size image arguments
- newFlatpickr 4.6.3
- editvarious updates to the include theme templates
- fixtoolbar: external links missing the ‘rel’ attribute ‘nofollow’ value
- fixtopic read and reply tracking can run into missing topic id issue
- fixfew small layout issues with some of the custom templates
Version: 6.2.3 / August 8 2020
- fixbroken call for formatted file size limit for attachments upload
- fixmissing commas for the tracker DB table definition
Version: 6.2.2 / July 27 2020
- editd4pLib 2.8.12
- fixsettings import: some settings imported as object not arrays
- fixmime types: list of custom types not stored properly
Version: 6.2.1 / July 7 2020
- newtracking database table: few more columns indexes
- editcustom topics views: changed the registration order
- edittracking: rewritten query to get latest user activity by forum
- editsome core actions changed to use bbPress ready action
- fixtracking: problem getting latest user activity by forum
- fixcustom topics views: registration order can cause some issues
Version: 6.2 / July 6 2020
- newfeature: lock topics – split from lock forums
- newlock topics: support for gd forum manager
- newmoved to features: custom topics views
- newcustom topics views: fully rewritten and improved
- newcustom topics views: view for spammed topics
- newcustom topics views: view for trashed topics
- newcustom topics views: view for pending topics
- newcustom topics views: option to enable rss feeds support
- newcustom topics views: option to include pending topics in some views
- newstatistics: function expanded to count forum visibilities
- newstatistics: use capabilities to count visible forums count
- newstatistics widget: additional items to display
- newtracking: rewritten forum activity retrieval with caching
- newtracking: rewritten forum activity retrieval with caching
- newcache: count of private replies in the topic
- newperformance: more cached queries to lower overall database queries used
- newdatabase queries: optimized queries using post_date_gmt column
- newwidget: additional information displayed for some widgets
- editperformance: big improvements for forums and views pages
- editcustom topics views: improved handling of extra query parts
- edituser stats: most elements don’t get run for anonymous users
- edittracking: few imporvements to the initialization of variables
- editstatistics widget: few changes in the template
- editvarious code quality improvements and updates
- editvarious small updates to several features
- editd4pLib 2.8.11
- fixprivate replies: color coding of replies not always working
- fixdatabase queries: slow queries using post_date_gmt column
- fixuser stats: registration date get’s broken for anonymous users
- fixtracking: minor issue when the activity value is missing
- fixrewritter: potential issue with the building forum URL’s
- fixcustom topic views: some views could cause query related issues
- fixcache: private topics items not cached for non forum lists
Version: 6.1.4 / June 22 2020
- fixsnippet for DiscussionForumPosting includes invalud author URL
Version: 6.1.3 / June 21 2020
- fixregression related to the allowed HTML tags for filtering
Version: 6.1.2 / June 20 2020
- editexpanded list of HTML tags and attributes for KSES filtering
- editd4pLib 2.8.10
- fixattachments: file types limiter applied even if it is disabled
- fixattachments: file types list is always populated
Version: 6.1.1 / June 10 2020
- editdatabase: actions meta table key is now varchar(128)
- fixrewrite feature: rules for the edit pages had some issues
- fixreport feature: notification send can’t be activated
- fixreport feature: wrong filter name used for email control
Version: 6.1 / June 1 2020
- newdashboard thanks widget: properly formatted list rendering
- newdashboard reports widget: properly formatted list rendering
- newbbcode HIDE: option to allow keymaster to see all hidden content
- editbbcode HIDE: improvements to the BBCode processing
- editbbcode HIDE: expanded included information about the settings
- fixdashboard thanks widget: list elements can’t be translated
- fixdashboard thanks widget: broken when listing missing users
- fixdashboard reports widget: list elements can’t be translated
- fixdashboard reports widget: broken when listing missing users
- fixmenu item for Canned Replies was not being translated
- fixemail notification strings not properly formatted in POT file
Version: 6.0.3 / May 26 2020
- editd4pLib 2.8.9
- fixplugin navigation: missing entry for canned replies
- fixforum statistics: skipped calculation for canned replies
- fixplugin dashboard: missing entry for the canned replies
- fixuser thanks widget: always returning empty list results
- fixuser stats: thanks information was missing even when enabled
- fixquote: HTML version of the quote had invalid reply url
- fixexpanded tags list: missing the P tag
- fixusing outdated module check for some features
Version: 6.0.2 / May 21 2020
- fixtweaks: allowed tags override was not applied properly
Version: 6.0.1 / May 18 2020
- newattachments: allow attachments into topic form that has no forum defined
- editrich snippets: parse breadcrumbs using regular expressions
- editchanged features loading order to move snippets to the end of the order
- fixrich snippets: breadcrumbs support breaks when HTML is invalid
Version: 6.0 / May 14 2020
- newfirst major steps taken for the full rewrite of the plugin
- newnamespaced based parts of the code with use of autoloader
- newconcept of ‘features’ for encapsulation of various plugin features
- newfeatures: enhanced panel allowing easier way to find features
- newenhanced settings and tools panels allowing to get better info about them
- newrewritten handler for the frontend files registration and enqueue
- newrewritten handler for the admin side files registration and enqueue
- newjavascript data linked to the main javascript library loading
- newall CSS and JS files are first registered before enqueue
- newfeatures: rewriter – extra control over URL rewrite rules
- newfeatures: icons – centralized rendering of the forum/topics list icons
- newfeatures: topic actions – control all actions for topics
- newfeatures: reply actions – control all actions for reply
- newfeatures: user settings – add extra settings into bbPress user profile
- newmoved to features: various tweaks
- newmoved to features: topics tweaks and options
- newmoved to features: replies tweaks and options
- newmoved to features: clickable control
- newmoved to features: rich text editor
- newmoved to features: say thanks
- newmoved to features: privacy control
- newmoved to features: advanced content object control
- newmoved to features: forum public status
- newmoved to features: breadcrumbs rich snippet
- newmoved to features: protect revisions
- newmoved to features: admin access control
- newmoved to features: footer actions area
- newmoved to features: user profile enhancements
- newmoved to features: user stats
- newmoved to features: signatures
- newmoved to features: seo tweaks
- newmoved to features: lock forums
- newmoved to features: canned replies
- newmoved to features: visitors redirect
- newmoved to features: toolbar
- newmoved to features: admin columns
- newmoved to features: admin widgets
- newmoved to features: private topics
- newmoved to features: private replies
- newmoved to features: auto close topics
- newmoved to features: close topic control
- newmoved to features: extra mime types
- newrewriter: remove selected rewrite rules for forums, topics and replies
- newtopic and reply actions: move or hide all the available actions
- newicons: topics list shows icon for the closed topics
- newicons: topics list shows icon if topic has private replies
- newrich snippets: topic specific DiscussionForumPosting snippet
- newrich snippets: breadcrumbs now use JSON-LD to add rich snippet
- newvisitors redirect: filters to control each redirection method
- newtweaks: alternative and shorter freshness display format
- newadmin columns: attachment count links to the filtered attachments page
- newclickable control: support for bbPress 2.6
- newbuddypress: url override option support for bbPress 2.6
- newsay thanks: register user settings for allowing thanks notifications
- newsay thanks: sent notifications only if user allows them
- newauto close topics: register user settings for allowing close notifications
- newauto close topics: sent notifications to authors only if author allows them
- newclose topic control: register user settings for allowing close notifications
- newclose topic control: send notifications to authors only if author allows them
- newattachments: option to allow attachments for topic and/or reply form
- newattachments: forum based override for topic and/or reply form integration
- newtools export: export settings compressed into JSON formatted file
- newtools import: select groups of settings to import from file
- newforum info widget: additional templates with the icons showing
- newtopic info widget: additional templates with the icons showing
- newsetup wizard: improved the last page of the wizard with links and information
- newfully rebuilt and expanded frontend used font with icons
- newcentralized core class for metaboxes loading and handling
- newcentralized core class for displaying context help for plugin pages
- newcompletely rebuilt and expanded admin side JS and CSS files
- newadmin side styling rewritten using SCSS
- editsetup wizard: changes related to the new ‘features’ system
- editforum info widget: hide action if user is not logged in
- edittopic info widget: hide actions if user is not logged in
- edittoolbar: various changes and updates to included links
- editbuddypress: url override simplified with a single option only
- editlock forums: renamed and rewriten some of the object methods
- edittools reset: expanded information and settings removal method
- editno more duplicated content definitions for notifications
- editnotification processing moved to appropriate features
- editmain settings page includes settings for online tracking
- editmain settings page includes settings for attachments, bbcodes and views
- editforums metabox has improved tab initialization and handling
- editforums metabox has improved styling and layout of the included elements
- editsome modules split into multiple features to avoid confusion
- editexpanded descriptions provided for various plugin features
- editimprovements to the plugin panels, pages and menus organizarion
- editmore plugin strings now include context information for translators
- editd4pLib 2.8.8
- delwordpress 4.4 update tools
- delvarious deprecated functions and methods
- delfontawesome loading source selection
- delforced JS data added to every page header
- delall instances of using the tabindex for bbPress forms and controls
- delsettings pages for attachments, bbcodes and views
- delseveral settings related to loading of own CSS/JS files
- delseveral settings for loading extra navigation elements
- delseveral duplicated and confusing settings
- delseveral more obsolete plugin settings
- fixattachments: few issues with the topic/reply edit
- fixsay thanks: allowed roles not processed correctly
- fixsay thanks: problem handling mising users for display purposes
- fixadmin widgets: user avatar positioning styling
- fixlock forums: invalid detection of the topic and reply form ids
- fixlock forums: few issues with the handling of forum based settings
- fixtopic info widget: actions not rendered properly
- fixsetup wizard: few minor issues with default settings
- fixinvalid actions processing for some admin side panels
- fixreply edit form page returns invalid forum ID
- fixinformation provided for some of the settings
- fixfew more improper use of the remove_action functions arguments
- fixmore than 15 typos and other text formatting issues
Version: 5.8.9 / April 2 2020
- newquote: option to allow use of the quote to visitors
- editd4pLib 2.8.5
- fixnotifications: minor issue with the revisions log building
- fixnotifications: warning when there are no users to send to
Version: 5.8.8 / February 4 2020
- newattachments: cache the attachments errors checks information
- editattachments: display of attachments code can handle lone errors
- fixattachments: errors not displayed if post has no attachments
Version: 5.8.7 / January 14 2020
- newrewritten code to retrieve the forum children lists
- newtwo layers of cache used for the forum children lists
- editimprovements to the transient cache use and versioning
- fixtoo many SQL queries executed to get forum children lists
Version: 5.8.6 / January 9 2020
- newtested with PHP 7.4
- editd4pLib 2.8.3
- fixpotential issue relating to option for fixing bbPress 404 errors
- fixminor issue with with the PHP 7.4 deprecations
Version: 5.8.5 / November 21 2019
- editminor change in the forum index statistics rendering
- editd4pLib 2.8.2
- fixmanual topic close notification missing some of the tags
- fixmore than 20 typos and other text formatting issues
- fixhuge performance issue with the Users panel
Version: 5.8.4 / November 9 2019
- fixhide attachment from media library not working for list view
- fixfew issues with mailer content overrides filters
- fixsome email notifications not sending all required data through filters
Version: 5.8.3 / October 26 2019
- newreport form template for the Quantum theme
- newcanned replies template for the Quantum theme
- editfew changes to the HTML markup for the forum info templates
- fixone more issue with the media library button in TinyMCE editor
- fixfew small issues with the Quantum theme related templates
- fixminor styling issue with the thanks list block
Version: 5.8.2 / October 17 2019
- editimproved tinymce add media button for participants integration
- fixtinymce add media button for participants not always working
- fixminor layout problems with attachment BBCode
Version: 5.8.1 / September 27 2019
- fixwrong URL for the library related to Toolbar Editor
Version: 5.8 / September 18 2019
- newfull RTL (Right to Left) support for frontend styling
- newonline tracking: code moved into own file and class
- newonline tracking: rewritten to use dedicated database table
- newonline tracking: track forums, topics, profiles and views
- newonline tracking: show forum notice with online numbers
- newonline tracking: show topic notice with online numbers
- newonline tracking: show topics view notice with online numbers
- newonline tracking: show user profile notice with online numbers
- newattachments: queries rewritten to use new attachments table
- newattachments: update conversion for attachments assignments
- newattachments: admin metabox allows to delete or detach attachments
- newattachments: admin metabox option to add more attachments
- newattachments: option to hide attachments from media library
- newattachments list: show custom attachment caption
- newattachment BBCode: embed audio file support
- newattachment BBCode: embed video file support
- newcache: cache private flags for all replies in the topic thread
- newplugin dashboard: show basic attachments statistics
- newdatabase table: to store online visits tracking data
- newdatabase table: to store attachments assignments
- newreset/remove tool: drop/truncate plugin’s database tables
- newreset/remove tool: remove plugin’s cron job
- newreset/remove tool: disable the plugin
- newtranslation: es_ES – Español / Spanish
- newtranslation: pl_PL – Polski / Polish
- newtranslation: pt_PT – Português / Portuguese
- newtranslation: pt_BR – Português / Portuguese – Brazil
- editperformance: big improvements with cache and attachments changes
- editattachments: improved delete/detach actions nonce based protection
- editattachments: improved styling for the bulk download button
- editattachments: various under the hood updates and improvements
- editattachments list: various small improvements and updates
- editerrors log list: various small improvements and updates
- editplugin dashboard: improved users statistics box
- editstatistics function: return attachments basic statistics
- editcache: various changes related to the attachments caching
- editreorganized a lot of saving and processing for various panels
- editupdated JavaScript and CSS minification
- editmany improvements to the plugin JavaScript files
- editd4pLib 2.7.8
- delremoved unused attachment delete/detach log entry saving
- delremoved several unused functions and methods
- deprecationwordpress 4.4 update tools, will be removed in 5.9
- fixattachments: various small styling fixes
- fixattachments list: delete/detach not updating topic attachments count
- fixattachments list: various small issues related to filtering
- fixattachments list: missing the checkbox column
- fixattachments list: after action redirects to wrong panel
- fixattachments list: some elements were missing proper nonce checks
- fixerrors log list: various small issues related to filtering
- fixonline tracking: problem with max users calculation
- fixfew instances with hardcoded ‘topic’ and ‘reply’ keywords
Version: 5.7.3 / June 27 2019
- editd4pLib 2.7.3
- fixonline dashboard: problem displaying wrongly tracked user roles
- fixusers online tracking: problem with users with missing roles
- fixforums welcome: potential issues with missing users to show
Version: 5.7.2 / June 2 2019
- editremoved some old unused or obsolete code
- fixbbcodes: function to list active bbcodes was broken
- fixbbcodes: problem with the attachment caption
- fixattachments: issue with function to get list of all thread attachments
- fixattachments: issue with the generating bulk download attachments link
- fixfew small issues with the PHP code syntax
Version: 5.7.1 / May 30 2019
- edithide the engagements admin side management for bbPress older than 2.6
Version: 5.7 – 7th Birthday Edition / May 28 2019
- newsignature: filter to change tinymce editor settings
- newadmin forums: display number of subscribed users
- newadmin topics: display number of subscribed users
- newadmin topics: display number of favorited users
- newuser profile: extras block with subscription and favorites counts
- newuser profile: extras block can remove all subscriptions and favorites
- newusers list: filter users to show forums subscriptions
- newusers list: filter users to show topics subscriptions
- newusers list: filter users to show topics favorites
- newusers list: link to the bbPress profile for a user
- newsay thanks: show date or age with each thanks
- newsay thanks: new filters to control building of users for display list
- newcache updated to support caching of private topics and replies status
- newtranslation: fr_FR – French
- newtranslation: it_IT – Italian
- newtranslation: nl_NL – Dutch
- newtranslation: ru_RU – Russian
- editsay thanks: improved method to building user for display
- editimprovements to the performance of some areas of the plugin
- editimprovements to the descriptions of various plugin settings
- editfew updates to the helper signature module functions
- editupdated icons font with extra icon for the bar graph
- editd4pLib 2.6.5
- fixadmin topics: missing proper label for new columns in Options
- fixadmin replies: missing proper label for new columns in Options
- fixsay thanks: missing option for limiting displayed users
- fixminor problems with saving forum specific settings
- fixissue with the gdbbx_attachments_display_enable() function
Version: 5.6 / April 18 2019
- newbbcode: postquote – quote the topic/reply by id
- newquote: option to use postquote when quoting full topic/reply
- newnotifications: code reogranized into mailer based module
- newnotifications: email sent after topic auto close
- newnotifications: email sent after topic is closed manually
- newprivate posts: disable moderators/administrators from seeing private posts
- newsignatures: option to store signatures as global (in network) or local (per blog)
- newquantum theme: additional styling and templates overrides
- newquantum theme: template for signature profile field
- newadditional tags for some email notifications content
- newall strings used in default settings are now translatable
- newall override email notifications content moved from file into translatable strings
- newglobal flag to disable various features inside the content
- newseveral more useful helper functions
- edittracking module no longer loads when WordPress CRON is running
- editvarious improvements to the settings organization
- editincluded context with many more translation strings
- editd4pLib 2.6.3
- fixheaders output problem with cookies when WordPress CRON is running
- fixattachments insert into content issue with file name with spaces
- fixdouble check if the BuddyPress notifications are available
- fixtopic views registration title used translation function wrong
- fixfew minor issues with some tags for email notification
- fixsome tags for email notification were not replaced at all
- fixproblems with several translation function calls
Version: 5.5.3 / March 26 2019
- editforum welcome back: improvements with the last activity
- editforum welcome back: hide latest posts link if no posts to show
- editd4pLib 2.6.1
- fixforum welcome back: last activity can show bogus date
Version: 5.5.2 / March 11 2019
- newcompatibility with the GD Quantum Theme Pro
- newattachments: insert into content processing order changes
- editlayout improvements for some of the plugin templates
- editvarious minor styling changes and improvements
- editsmall updates related to the TinyMCE override styling
- editd4pLib 2.6
- fixattachments: insert into content on edit breaks revisions logging
- fixsome minor issues with the toolbar default styling
Version: 5.5.1 / January 8 2019
- newnotifications: filters for each email override tags list
- newnotifications: filters for email cleanup tags stripping
- newnotifications: cleanup function can be overriden by theme
- newattachments: thumbnail now has extension based class
- editattachments: REL attribute is added only if not empty
- editd4pLib 2.5.2
- fixnotifications: topic/reply content shortcodes not processed
Version: 5.5 / December 12 2018
- newattachments: option to bulk download files from topic or reply
- newattachments: prevent duplicated files validation
- newattachments: rewritten JavaScript that handles attachments
- newattachments: improved styling for enhanced attachments
- newattachments: option to control set file caption feature
- newattachments BBCode: option to show the image caption
- newwidget: top thanked users
- newwidget top thanked users: two default templates
- newbuddypress: support for instant notifications system
- newbuddypress notifications event: on thanks received
- newbuddypress notifications event: on post report
- newcss: using SCSS for all the stylesheet files
- newscss: split into smaller components for better control
- newcss: attachments styling in own stylesheet file
- newjs: attachments script in own javascript file
- newreport: action executed when the report is saved
- newreport: show reported message to moderators only
- newprivate topics: filter to control access to private topic
- newprivate replies: filter to control access to private reply
- newseo: support for TITLE tag for themes with title-tag feature
- newnotifications: cleanup for all custom notifications before sending
- newnotifications: default message and title now translatable
- editattachments: improvements to embedding attachments
- editcss: various improvements to the styling
- edittweaks: lead topic always return false for feeds
- editimprovements to information for some of the settings
- editsome additional code refactoring
- editd4pLib 2.5
- delremoved outdated translations
- fixattachments BBCode: not properly filtering empty file value
- fixattachments BBCode: broken option to hide inserted attachments
- fixnotifications: missing reply title for some emails
- fixnotifications: encoding problems with special characters
- fixcss: few smaller issues with the styling
- fixbuddypress signature field: not saving empty value
- fixwrong description for some plugin settings panels
- fixproblem saving some of the plugin settings
Version: 5.4.3 / October 29 2018
- editupdate few SQL queries to sort by ID instead of post_date
- editupdated all the translation files
- editd4pLib 2.4.3
- fixslow last forum post query from ordering by post_date_gmt
Version: 5.4.2 / September 21 2018
- newtranslation: ja – 日本語 / Japanese
- newtranslation: de_DE – Deutsch / German
- newtranslation: sr_RS – СрпÑки / Serbian
- editd4pLib 2.4.1
- fixquote button appears on the search and user profile pages
- fixreport not working on search or user profile pages
- fixmethod to get last forum post time not using replies
Version: 5.4.1 / September 13 2018
- newnotice about the GD Power Search of bbPress plugin
- editfew styling updates for the search results lists
- editfew updates to the main front stylesheet file
- editd4pLib 2.4
- fixminor issue with the search module
Version: 5.4 / September 4 2018
- newwidget forum information: option to include subscribe button
- newwidget forum information: option to select the template
- newwidget forum information: alternative display template
- newwidget forum information: various new control filters
- newwidget topic information: option to include subscribe and favorite buttons
- newwidget topic information: option to select the template
- newwidget topic information: alternative display template
- newwidget topic information: various new control filters
- newwidget online users: option to select the template
- newwidget online users: various new control filters
- newwidget user profile: option to select the template
- newwidget user profile: option to add engagements link
- newwidget user profile: various new control filters
- newwidget user profile: alternative display template
- newwidget new posts: option to select the template
- newwidget new posts: various new control filters
- newwidget statistics: rendering moved into a template
- newwidget statistics: option to select the template
- newwidget statistics: various new control filters
- newcss: using SCSS for the widget stylesheet
- editcanned replies: expanded labels for post type registration
- editcanned replies: expanded labels for taxonomy registration
- editcanned replies: improved translations for post type registration
- editcanned replies: improved translations for taxonomy registration
- editwidget online users: improved widget settings layout
- editwidget online users: improved styling for default template
- editwidget topic information: improved styling for table template
- editwidget forum information: improved styling for table template
- editwidget user profile: improved styling for table template
- editwidget statistics: improved styling for default template
- editall widgets templates moved into own directory
- editmany improvements to the plural translation strings
- editmany changes to the settings information and explanations
- editfew changes to the wizard steps information and explanations
- editd4pLib 2.3.6
- delremoved legacy mode for Say Thanks module
- fixfallback issue with the function loading the templates
- fixmore than 20 spelling errors
Version: 5.3.1 / August 21 2018
- editbbcodes: improved cleanup of the YouTube/Vimeo links
- editbbcodes: improved cleanup for various other BBCodes content
- editbbcodes: updated information for some plugin options
- editd4pLib 2.3.6
Version: 5.3 / July 18 2018
- newwidget: forum information
- newmodule: closing topics
- newclosing topics – auto close inactive topics
- newclosing topics – auto close forums overrides
- newclosing topics – close topic checkbox
- newreport: filters to change report button label
- newreport: filter to modify the JavaScript side values
- newquote: filter to change quote button label
- newattachments: hide files that are inserted into contnet
- newforum settings metabox: using tabs and icons metabox
- newtopic attachments metabox: using tabs and icons metabox
- newplugins own notifications: using special character encoding
- newbuddypress: signature field removal option
- newdaily maintenance cron job
- editbuddypress: signature field layout updated
- editbuddypress: signature field checking updated
- editbuddypress: various signature field updates
- editclose topic checkbox options moved into closing topics module
- editvarious updates to the options descriptions and other information
- editd4pLib 2.3.4
- fixplugins own notifications can show garbled email subjects
- fixbuddypress: signature field display broken on the admin side
- fixon reply edit notification reply title was missing
- fixtranslations loading was initializing too late
- fixclose this topic checkbox not visible to topic author
- fixmissing settings to disable some widgets
Version: 5.2.1 / June 18 2018
- editd4pLib 2.3.2
- fixupload_dir folder path sanitation issue
Version: 5.2 – 6th Birthday Edition / May 28 2018
- newattachments: change the upload_dir for attachments
- newattachments: svg images are listed for thumbnail display
- newattachments: pdf files are listed for thumbnail display
- newwidgets: search widget – to replace default one
- newsearch widget: current forum only search mode
- newmodules: search – for handling the search widget queries
- newmodules: privacy – control user privacy
- newprivacy: disable logging of IP’s
- newprivacy: stop IP’s from displaying
- newprivacy: tool to remove all logged IP’s from database
- newcanned replies: select roles that can insert canned replies
- newoption to hide user profiles pages for non-logged in visitors
- newtemplate for user profile protected page content
- newshow search form on top of all forums
- newshow search form on top of all topics
- editimproved auto CSS/JS enqueue for shortcode based content
- editimproved styling for the list of thanks list avatars
- editfew updates to all widgets settings organization
- editd4pLib 2.3
- fixsetup wizard few issue with some wizard settings
- fixdisplay attachment PDF thumbnail if available
Version: 5.1.4 / April 27 2018
- editsanitize file name stored for the upload errors
- editescape the file name displayed for upload errors
- fixpotential stored XSS vulnerability with attachment errors
Version: 5.1.3 / April 24 2018
- fixquery for user repied to topics calculations always runs
Version: 5.1.2 / April 12 2018
- newsettings panel: clickable control
- newclickable filter options moved to new panel
- newoptions to disable clickable for URLs, FTPs, Emails and Mentions
- editd4pLib 2.2.7
- fixbroken options to disable make clickable filters
- fixbroken options to disable @mntions filters
Version: 5.1.1 / March 14 2018
- editquote: improvements for the quote content processing
- editimproved styling for the admin side metaboxes
- editd4pLib 2.2.6
- fixquote: empty lines not preserved with TinyMCE editor
Version: 5.1 / February 22 2018
- newattachments: user roles options for insert into content
- newquote: filter to control if the quote link is added to the topic/reply
- newquote shortcode: option to control quote title
- newimg shortcode: attribute for image float (left/right)
- newtoolbar menu: menu item for reported posts panel
- newtoolbar menu: menu item for thanks list panel
- newtools page: new panel for data cleanup
- newdata cleanup: tool to remove orphaned thanks records
- newfunctions to load welcome and online blocks anywhere
- editattachment shortcode: improved default attributes filters
- edittoolbar menu: titles now mirror the main menu items
- editabout info: expanded with the translations information
- editsome updates to the files organization for tools page
- delremoved outdated translations
- fixattachment shortcode: impossible to set default image attributes
- fixattachment shortcode: file display defaults not used at all
- fixfew translation strings missing from the POT file
Version: 5.0.4 / January 12 2018
- editimprovements to data validation in plugin data grids
- editd4pLib 2.2.4
- fixxss vulnerability: query string panel was not sanitized
- fixxss vulnerability: panel variable for some pages was not verified
Version: 5.0.3 / December 5 2017
- editminor imporvements to the metabox handling
- editshow message for attempt to load invalid panel
- editd4pLib 2.2.1
- fixadmin side: few minor issues with missing icons
Version: 5.0.2 / November 12 2017
- editquote: better styling for the private content
- editdatabase object: few minor imporvements to some queries
- fixprivate content: problem with subscribe/favorites links
- fixquote: issue with detecting private content
Version: 5.0.1 / November 10 2017
- editminor improvements to some core functions
- editstatistics tansient cache now uses version based key
- fixminor issue with the posts caching function
- fixminor issue with the online users widget
- fixfew problems with rendering of the user stats block
Version: 5.0 / November 8 2017
- newcompletely redesigned and expanded dashboard page
- newcompletely redesigned and expanded about page
- neweasy to use wizard for quick plugin setup
- newabout page: major and minor versions highlights
- newabout page: detailed list of Dev4Press plugins
- newdashboard page: basic forums information block
- newdashboard page: forum users information block
- newdashboard page: thanks module information block
- newdashboard page: report posts information block
- newquote: hide content if the quoted text is private
- newBBCodes: forum – link to the forum by forum ID
- newBBCodes: dedicated function to call any shortcode handler
- newreport posts: filter to control display of report link
- newreport posts: admin grid filter reports by status
- newthanks: admin side list of all thanks logged
- newthanks: option to disable legacy thanks buttons links
- newstatistics functions: include counts of canned replies
- newstatistics functions: include counts of user roles
- newfull CSS classes names refactoring for better consistency
- newdedicated font with icons used by the plugin
- newoptimized admin side data handling for better performance
- newdedicated handler files for all admin side processing
- newtopic/reply user stats elements wrapped in DIV’s
- newsupport for the posts caching in bbPress 2.6
- newfilters for all the front end displayed notices
- newvarious new functions for dealing with attachments
- editimproved notice display various attachments messages
- editimproved notice display for BBCodes status
- editimproved notice display for reported topic/reply
- editimproved methods for forum front page statistics display
- editexpanded Help tab with more tabs and information
- edittoolbar menu no longer uses hardcoded post type names
- editquote jQuery code uses trim() to cleanup the quote content
- editfew minor improvements to the cache processing
- editusing functions for translation with context in few places
- editinstall and update screens open About and Setup Wizard
- edituse ‘absint’ instead of ‘intval’ in the shortcodes class
- editmenu item ‘Views’ renamed to ‘Topic Views’
- editd4pLib 2.2
- delfont FontAwesome no longer loaded on frontend
- delremoved some unused filters and actions
- fixquote generates wrong back URL in some cases
- fixmissing sanitation for filters on the admin side grids
- fixissue with disable RSS module caused by wrong module name
- fixinvalid action entry saved for the report closing
Version: 4.8.6 / October 12 2017
- fixrare issues with the cache bulk database queries
Version: 4.8.5 / October 6 2017
- editd4pLib 2.1.2
- fixfavorites topic view: not working with bbPress 2.5
- fixsubsciption topic view: not working with bbPress 2.5
Version: 4.8.4 / September 22 2017
- newfile for storing all deprecated functions
- editattachments: updated function to match file name to ID
- editd4pLib 2.1.1
- fixbbcode attachment: performance issue for large websites
Version: 4.8.3 / August 17 2017
- fixattachments: some replies don’t show list of files
Version: 4.8.2 / August 17 2017
- fixreport: fatal error when saving report
Version: 4.8.1 / August 16 2017
- editcache for attachments: improved count methods
- fixattachments: files list not displayed in the replies
- fixattachments: invalid attachments counts for replies
- fixattachments: problem with displaying file types icons
- fixattachments: image icons not displayed with some themes
Version: 4.8 / August 15 2017
- newreorganization of the modules structure and classes
- newcomplete reorganization of the theme templates
- newcomplete reorganization of the CSS and JS files
- newcomplete reorganization of the notification templates
- newinternal cache object using WordPress own object cache
- newthanks: improved performance by using object cache
- newreport: improved performance by using object cache
- newattachments: improved performance by using object cache
- newuser stats: improved performance by using object cache
- newuser replied: improved performance by using object cache
- newuser tracking: improved performance by using object cache
- newposts filter functions: improved performance with pre-fetch
- newtopic new reply tracking: option to show the ‘new reply’ badge
- newattachments: option to show visitors option to log in first
- newattachments: option to show visitors attachments preview
- newattachments: forum meta override for visitors attachments preview
- newsignatures: filter for the signature before adding it into content
- newnotify on reply edit: option to notify topic author
- newforum lock: lock message control for individual forums
- newforum lock: filters for lock message control
- newoption to control site forums public/private status
- newprivate topics and replies: filters for the checkbox tab index
- newprivate topics and replies: filters for the checkbox label
- newimproved code reogranization to include smaller classes
- newdatabase methods to get favorite topics ID’s
- newdatabase methods to get subscribed topics ID’s
- editfew small improvements to the plugin accessibility
- edittopic new reply tracking: various tweaks and improvements
- editviews registration uses internal favorite topics function
- editviews registration uses internal subscribed topics function
- editfew improvements to the admin side forum metabox layout
- editminor updates to the database tables installation script
- edituser stats: don’t display thanks counts if Thanks module is disabled
- editd4pLib 2.0.6
- fixrare issue causing problem with BuddyPress hidden groups
- fixrunning reply to topic queries even if user is not logged in
Version: 4.7.2 / June 9 2017
- fixwrong filter name used for the edit reply notification
- fixproblem with saving of the Statistics widget settings
Version: 4.7.1 / June 7 2017
- newcore object for the proper RSS Feed detection
- newnotifications: reply edit now includes topic title tag
- editsignatures: don’t show in the feed
- editquote: don’t show in the feed
- editattachments: don’t show in the feed
- editd4pLib 2.0.2
- fixnotifications: reply edit invalid default subject
- fixnotifications: topic edit invalid default subject
- fixnotifications: new topic invalid default subject
- fixnotifications: small typo in the default reply edit template
- fixminor thumbnail function issue with the filter arguments
- fixproblems with some topics and reply specific settings
Version: 4.7 / May 27 2017
- newtinymce editor: option to control Quicktags Text editor tab
- newsay thanks: filters to change thanks related strings
- newsyntaxhighlighter: few more additional languages
- newsyntaxhighlighter: additional theme style
- newsend notification to keymasters and moderators on new topic
- newsend notification to author and subscribers on reply edit
- newoptions to customize email for the reply edit notification
- newprevent closing of settings page if there are unsaved changes
- newwidgets tabbed interface using ARIA markup
- newadministration interface accessibility improvements
- newfirst step in the plugin reorganization with new core objects
- newdisable plugin if system requirements are not met
- editsyntaxhighlighter: improved validation of BBCode settings
- editsyntaxhighlighter: check if the specified language is valid
- editwidgets: improved forum statistics rendering
- editwidgets: improved forum statistics handling and saving
- editwidgets: improved topics views handling and saving
- editwidgets: interface using proper HTML input types
- editwidgets: improved sanitation for all widget value on save
- editwidgets: all widgets classes updated and improved
- editplugin now requires WordPress 4.3 or newer
- editfew tweaks in the SEO module excerpt generating function
- editseveral always active modules converted to core objects
- editchanged organization for some folders and files
- editvarious improvements in shared library loading
- editSyntaxHighlighter 4.0.1
- editd4pLib 2.0
- fixrare issue with the options handling in forum statistics widget
- fixfew problems with function listing active BBCodes
- fixsome notification overrides not working for all types
- fixtopic edit notification overrides not applied to the emails
- fixfew translation strings missing from the POT file
Version: 4.6.6 / May 11 2017
- editvarious improvements in the new posts (replies only) query
- editcheck for attachments shortcode in the content on attachments upload
- editminor accessibility improvements with attachments editing
- editfew more database related functions moved to main database object
- editd4pLib 1.9.6
- fixactivity date for new posts (replies only) widget is wrong
- fixfatal error in PHP 7.1 for to the array/string conversion
Version: 4.6.5 / May 2 2017
- editd4pLib 1.9.3
- delremoved several unused functions and files
- fixnoindex meta for non private topics and replies
Version: 4.6.4 / April 17 2017
- newreport: report form now includes the cancel button
- editfitvids library updated to version 1.2
- fixbuddypress: wrong order for the field integration
- fixfew translation strings missing from the POT file
Version: 4.6.3 / April 9 2017
- editbuddypress: notices displayed if signatures are disabled
- fixtemplates: fieldset wrappers with unused label tags
- fixattachments: several more accessibility issues
- fixattachments: javascript adding incomplete markup
- fixbuddypress: integration when signatures are disabled
- fixreport: report form not automatically focusing on input field
Version: 4.6.2 / March 29 2017
- newquote: scroll to editor puts focus on textarea
- newquote: quote link now has ‘role’ set to ‘button’
- newreport: report link now has ‘role’ set to ‘button’
- newsay thanks: thanks link now has ‘role’ set to ‘button’
- newattachments: new file link now has ‘role’ set to ‘button’
- newcanned replies: toggle links now have ‘role’ set to ‘button’
- newbbcode toolbar: handle keyboard activation of buttons
- editbbcode toolbar: buttons are part of normal tabindex
- editallowed kses tags override filter has higher priority
- editminor update to the database install script
- editd4pLib 1.9.2
- fixproblem with the notify on edit validation
Version: 4.6.1 / March 23 2017
- editnotify on edit: optional checkbox for topic author
- editnotify on edit: filter list of subscribers to remove duplicates
- fixbbcodes toolbar: content textarea not matched properly
- fixbbpress user profile: styling issues with the signature editor
- fixsignature editor length limiter might be dispayed twice
Version: 4.6 / March 21 2017
- newforum: welcome back block with activity since last visit
- newforum: settings for individual elements of the statistics block
- newforum: color coded list of users with additional options
- newforums: display badge when forum has a new post (topic/reply)
- newforums: display badge when forum was not read by the user
- newmodule: dedicated module for BuddyPress specific features
- newbuddypress: special field type for signature editing
- newbuddypress: extended profile field for forum signature
- newnew posts widget: option to specific forums to include
- newattachments: additional information for max file size
- newlatest posts queries: completely rewritten functions
- newtopic attachments count: store counts in postmeta
- newsignatures: option to limit signature to plain text only
- newunread replies: option to mark unread replies in the topic thread
- newunread badges: include titles attributes for each badge
- newunread badges: filter to change the new replies badge
- newnotification on topic edit: include editor name in template
- newsay thanks: fire actions when thanks is saved or removed
- newoption to hide private replies using CSS and jQuery
- newsupport for the threaded replies in various areas
- newuser tracking meta support for multisite WordPress
- newuser tracking cookies support for multisite WordPress
- newoption to choose from where to load FontAwesome font
- newscript and style code for BBCodes Toolbar moved to new files
- newfilter for the topic thumbnail size
- editattachments: force size limit for the file size option
- edituser replied to topic: query supports threaded replies
- edittopic replies id: query supports threaded replies
- edittopic participants: query supports threaded replies
- edittopic attachments count: query supports threaded replies
- edittopics with user replies: query supports threaded replies
- editplugin settings: changes to notifications settings
- editlatest posts queries: big performance improvement
- editlatest posts queries: take into account threaded replies
- editall database query related functions moved into DB object
- editusers panel grid shows GMT corrected last activity time
- editupdated and improved information for various plugin settings
- editvarious small styling changes and improvements
- editvarious and numerous changes in code organization
- editrenamed all JavaScript and CSS files according to loading
- editvarious optimization in code of main JavaScript file
- editremoved obosolete and duplicated portions of JavaScript
- editprevent direct access to all form files
- editd4pLib 1.9.1
- delremoved option for controlling loading of jQuery
- delremoved outdated jQuery Browser library for old IE detection
- fixtopic read tracking: tracking info not saved for topics with no replies
- fixattachments: ignoring no limit upload for file size
- fixattachments: ignoring no limit upload for mime types
- fixattachments: ignoring forum based mime types override
- fixtopic info widget: problem with the missing users
- fixsay thanks: problem with the missing users when showing users list
- fixnotification on topic edit: settings now used correctly
- fixlinking issues with the admin attachments panel grid
- fixusers panel grid uses invalid format for time display
- fixone instance of missing semicolon in the main JavaScript file
Version: 4.5.1 / January 27 2016
- editd4pLib 1.8.9
- fixmultisite issue with the blog switching functions
- fixmultisite issue with deletion of the blog tables
- fixfirst unread topic reply link always links to last reply
- fixfew small issues with generating unread marks for topics
Version: 4.5 / January 19 2016
- newtopics: track last access time for each user
- newtopics: display badges for new and unread topics for loggedin user
- newtopics: links to unread replies for loggedin user
- newmodule: disable and redirect selected RSS feeds
- newreport: select method for reporting topic or reply
- newreport: methods to send report without filling the form
- newdashboard widget: display latest topics and replies activity
- newredirect: blocked users
- newredirect: no access to private forums
- newredirect: no access to hidden forums
- newview: my favorite topics
- newview: my subscribed topics
- newmultisite: remove tables for deleted blogs
- newuser stats: filter for the registration date format
- newshow icon for the temporary locked topic
- newall image icons moved into separate stylesheet file
- newadded few image icons for some new plugin features
- newfilter to replace default icons stylesheet file
- newfilter to control list of attachment file icons sets
- newobject for handling rendering of all icons/marks
- newplugin now requires bbPress 2.5 or newer
- newplugin now requires WordPress 4.2 or newer
- editenabled moderators access to some plugin admin panels
- editenabled moderators access to TinyMCE Media Buttons
- editattachment BBCode: show as image for selected image types
- editchanged title of the Online Users dashboard widget
- edituse different icon for marking private topics in the topics list
- editshow selected image types as a links, not as the thumbnails
- editexpanded list of filters in mu plugins custom code example file
- editimproved main styling for better display of inline images
- editimproved file enqueue to load icons when needed
- editimproved organization of plugin form files
- editd4pLib 1.8.8
- editremoved outdated and unsued images
- fixseveral styling issues with the forum meta boxes
- fixthumbnail for TIFF type displayed as the blank thumbnail
Version: 4.4.6 / January 11 2016
- editimproved method for handling thanks buttons
- fixthanks buttons not working in some rare cases
Version: 4.4.5 / December 27 2016
- fixfatal error with some PHP versions
Version: 4.4.4 / December 27 2016
- newtranslation: fa_IR – Persian / Farsi
- newbbcodes toolbar: show only active and available BBCodes buttons
- editbbcodes: webshot serves HTTP/HTTPS based URL
- editupdated various URL’s to reflect Dev4Press Network changes
- editdisabled use of moderation based user roles for admin panels
- editd4pLib 1.8.7
- fixbbcodes: restricted BBCodes disabling not working properly
- fixbbcodes: restriction processing ignores uppercase codes
- fixbbcodes: restriction processing not working on edit
- fixbbcodes: restriction processing always shows message
- fixproblem with some settings after the plugin is updated
Version: 4.4.3 / November 1 2016
- editd4pLib 1.8.4
- fixissue with the topic lock and access to locked topic
- fixtopic lock template misspelling of word Temporarily
Version: 4.4.2 / October 20 2016
- newoption to allow visitors to use advanced BBCodes
- editfew minor changes to some of the options descriptions
- fixmedia upload control constant not defined warning
Version: 4.4.1 / October 16 2016
- newfilter to control display of the user stats online status
- newtools panel to recheck database and update plugin settings
- editnew posts widget: notice about the access rights option
- editsome small updates to the tools panel organization
- editexpanded list of filters in the MU override script
- editupdated sv_SE translation file
- editd4pLib 1.8.3
- fixonline status widget: some settings ignored
- fixfew translation strings minssing from the POT file
Version: 4.4 / September 27 2016
- newattachments: add download attribute to files links
- newattachments: option to remove ‘insert into content’ button
- newattachments: disable limits for selected user roles
- newattachments: improved error validation messages
- newattachments: extra panel with deletion settings
- newattachments: delete attachments from topic/reply edit
- newreport: option to disable scroll to report form behavior
- newreport: show on the front if the topic or reply are reported
- newadditional capabilities for control over admin side panels
- newoptions to allow moderator access to some admin side panels
- newoptions to select roles that can see front forum statistics block
- newoption to allow only topic author to modify tags in reply
- newplugin has new icon for WordPress admin side menu
- editattachments: some settings are moved to different panels
- editattachments: various improvements in the display of attachments
- editattachments: add another attachment styled as a button
- editquotes: display allowed HTML tags option on quotes settings panel
- editimprovements to the styling of the BBCode toolbar buttons
- editchanges in the way JavaScript files are compressed
- editadditional information for many of the plugin settings
- editfew more settings validation improvements and changes
- editd4pLib 1.8.2
- delremoved search topics widget
- delremoved search topics results view
- fixattachments: button for adding files gone in some cases
- fixattachments: delete attachment parameters not sanitized
- fixtranslations in some rare cases can break JavaScript code
Version: 4.3.5 / September 15 2016
- editoptimizations in functions getting latest topics and replies
- fixslow query from using post_date_gmt column in some queries
Version: 4.3.4 / September 8 2016
- newforum statistcs function results are now cached
- editreplaced statistical function for counting users
- fixslow query from WordPress count_users function
Version: 4.3.3 / September 5 2016
- editimprovements to the main frontend CSS stylesheet
- editd4pLib 1.8
- fixstyling problems when using bbPress shortcodes
Version: 4.3.2 / August 11 2016
- editsay thanks: shows message after saving thanks
- editd4pLib 1.7.8
- fixsay thanks: shows removal link after thanks
- fixsome styling missing from minified CSS file
- fixmissing base class for the list of attachments panel
Version: 4.3.1 / August 2 2016
- newreport: scroll screen to the top of the form
- newreport: replace report button after submit report
- newreport: filter for list of emails where notification is sent
- editreport: improved detection for waiting reports only
- editreport: small improvements in the positioning of the form
- editd4pLib 1.7.7
- fixreport: detection of report position not working in some cases
- fixreport: display of topic/reply forum in the report grid
Version: 4.3 / July 19 2016
- newreport topic or reply to keymaster or moderator
- newmodify the list of allowed HTML tags and attributes
- newprocess shortcodes for email notifications
- newusing AJAX for Say Thanks module
- newimproved sanitation of plugins settings on save
- editimprovements to all plugin admin side grids
- editsmall changes in the settings organization
- editsmall changes in the default settings values
- editupdated all SQL queries to go through wrapper object
- editimprovements to JS/CSS compression and minification
- editd4pLib 1.7.6
- fixwrong date comparison in functions to get latest posts
- fixfew small issues with the main JavaScript file
Version: 4.2.1 / June 22 2016
- editfew minor improvements to plugin styling with BuddyPress
- editchanges to some of the plugin default settings
- editd4pLib 1.7.5
- fixproblem with adding multiple attachments with new jQuery
- fixattachment preview before upload for some file names
Version: 4.2.0.1 / May 17 2016
- editinternationalization of date display for online users
- editupdated sv_SE translation file
- fixoption for topic duplication was hidden
Version: 4.2 / May 16 2016
- newbbcode toolbar: accessibility support
- newattachments: accessibility support
- newadmin interface: accessibility support
- newforum index: basic forum statistics block
- newview: most thanked topics
- newview: my most thanked topics
- newlock: conditional functions for locked topics and replies
- newshow topic thumbnail if available in the forum topics list
- newonline users: track maximum number of online users
- newprivate reply: basic threaded replies support
- newnew posts widget: option to exclude forums by forum ID
- editonline users widget: show maximum number of users ever
- editquote: attempt to close broken HTML before adding
- editbbcode toolbar: toolbar buttons now use BUTTON tag
- editattachments: many changes to attachment rendering
- editseveral improvements to public functions organization
- editd4pLib 1.7.0
- fixonline users tracking: duplicated run of tracking code
- fixonline users widget: warning related to tracking cookie
- fixfew minor issues with several functions names
Version: 4.1.1 / April 21 2016
- editupdated sv_SE translation file
- editd4pLib 1.6.6
- fixusers stats integration: thanks count displayed wrong
- fixproblem with source code BBCodes in some cases
- fixfew typos and missing translation strings
Version: 4.1.0.2 / March 31 2016
- fixinvalid URL for the admin side attachments list page
- fixmissing items per page screen option for attachments list
- fixuing search field for the attachments list not working
Version: 4.1.0.1 / March 28 2016
- fixsettings from BBCodes panel not saving
- fixfew small settings description issues
Version: 4.1 / March 28 2016
- newwidget: enhanced forum statistics
- newBBCode: highlight
- newBBCode: heading
- newBBCode hide can be set to check for thanks
- newBBCode attachment attempts to replace file name with ID
- newshows thanks counts inside user stats area
- newredirect non-logged users to custom URL or home page
- newfitvids library for auto sizing videos added using BBCodes
- newadmin panel for Views, Modules, Attachments and BBCodes
- newreorganization of settings with new groups and panels
- newindividual BBCodes settings moved into own panels
- newposts widget has option to show author avatar
- newposts widget filters post by author access rights
- newfilters for the items in the user counts area
- newactions fired when users says and removes thanks
- newbasic help tab for all plugin admin pages
- newmu-plugins based filters override php starter file
- newmore knowledge base links for various plugin features
- newplugin now requires WordPress 4.0 or newer
- editimproved styling for the thanks list of users
- editimprovements to the WordPress toolbar plugin menu
- editall grids now have full sanitation of input data
- editinternal file structures improvements
- editupdated method for loading translations
- editd4pLib 1.6.3
- editremoved some duplicated functions
- editremoved standalone export handler file
- fixminor issue with attachment insert into content control
- fixproblem with canned replies menu position in some cases
- fixfew problems with BBCodes toolbar when used on admin side
- fixsome filter and action names were named wrong
- fixprivate topics and replies admin colum always empty
- fixprivate topics and replies undefined variable
- fixprofile widget misspelling of word Subscription
- fixsettings panel misspelling of word Enhancements
Version: 4.0.8 / February 4 2015
- editquote loading workaround for BuddyPress integration
- editd4pLib 1.5.9
- fixquote button not displayed in some cases
- fixtypo: replayed used instead of replied
- fixtypo: subsciptions used instead of subscriptions
Version: 4.0.7 / December 28 2015
- editd4pLib 1.5.5
- fixmissing tag in the notification settings description
Version: 4.0.6 / December 10 2015
- editauto update signature for shorthand BBCodes
- editupdated sv_SE translation file
- fixminor issue with the main JavaScript file
Version: 4.0.5 / December 9 2015
- newupdate tool added for WordPress 4.4 shortcodes changes
- newglobal update confirmation notice after plugin is updated
- editlist of BBCodes updated to remove shorthand notation
- editlist of used BBCodes formats for toolbar updated
- newupdated sv_SE translation file
- fixlist of BBCodes in some cases are missing quotes
- fixlist of toolbar BBCodes in some cases are missing quotes
- fixadding quote BBCode using shorthand notation
Version: 4.0.4 / December 8 2015
- newadded Apple Swift support for Syntax Highlighting
- newexpand list of Syntax Highlighting brushes for auto load
- newtoolbar menu expanded with Knowledge Base and Support Forum links
- editd4pLib 1.5.3
- fixissues with private topics and replies created by anonymous users
- fixsome outdated links in the WordPres toolbar menu
- fixsome outdated links on the About Dev4Press panel
- fixminor problem with enqueuing files on the admin side
- fixfew typos and missing translation strings
Version: 4.0.3 / Novemeber 21 2015
- newadded WordPress plugin flag Private
- editremoved PHP close tags from end of all PHP files
- editfully tested with upcoming WordPress 4.4
- editsome important loading changes and improvements
- editd4pLib 1.5.2
- fixwrong link used for reply to topic for thanks feature
- fixseveral missing strings from translation file
Version: 4.0.2 / October 30 2015
- fixtopic lock options is always active regardless of settings
- fixproblem with escaping string function for SQL query in PHP 5.5 and newer
Version: 4.0.1 / October 22 2015
- newonline users widget: option to show / hide user roles
- newdedicated function to get list of online users
- editonline users widgets are using new function to get users list
- editd4pLib 1.5
- editupdated sv_SE translation file
- fixattachment BBCode name not sanitized before search for attachment
- fixonline users widget now showing only user display name
- fixsource code BBCode was parsing shortcodes inside of it
Version: 4.0 / October 5 2015
- newmodule: say thanks for topics and replies
- newmodule: define and use canned replies
- newmodule: track users and guests online status
- newfunctions: set of functions to override by theme
- newfunctions: display signature for any user anywhere
- newbbcode: scode for displaying formated source code
- newsyntax highlighting for source code shortcode
- newwidget: display online users and guests
- newwidgets: template based rendering for all widgets
- newdashboard widget: display online users and guests
- newforums: expanded attachments settings override
- newforums: lock topic / reply form override settings
- newtopics: option to temporaraly lock any topic
- newtopics: option to duplicate any topic
- newtweak: fix the user/view pages 404 status error
- newtweak: enable media library upload for TinyMCE for Participant
- newtweak: disable make_clickable filter for topics and replies
- newtweak: disable mention filter for topics and replies
- newtweak: position for some topics and replies actions
- newattachments: alternative placement for attachments list
- newfunctions for custom signatures integration
- newsecondary action area added at the topic/reply bottom
- newchild / parent inheritance of forum settings
- newsend notification to subscribers on topic edit
- newsend notification to forum subscribers on new topic
- newreplace content and subject for forum notification emails
- newoptions to display user online status in topic and reply
- newoptions to enforce min/max length for title and content
- newadditional bbPress related links for Nav Menus
- newdisplay links to Knowledge Base for some plugin settings
- newdatabase tables to store data about user actions
- newconvert individual forum settings to new format
- phptested for compatibility with upcoming PHP7
- editupdated some private topic/reply style colors
- editimproved CSS for some of the BBCodes
- editrenamed some CSS classes for naming consistency
- editattachment shortcode no longer limiting parent post
- editrewritten adding of Quote links for topics and replies
- editrewritten handling of the forum settings metabox
- editrewritten loading of privacy checkbox settings
- editrewritten loading of attachments module
- editimprovements to plugin JavaScript core code
- editimprovements to many plugin core functions
- editrefactored main settings object and access function
- editvarious adminisitration improvements and tweaks
- editd4pLib 1.4.6
- editupdated pt_BR translation file
- fixminor styling issues with new posts widget
- fixminor issues with BBCode toolbar button replacement
- fixattachments display styling issues with inline images
- fixfew issues with BBCode toolbar replacement of BBCodes
- fixuser profile widget appears empty due to some settings
- fixproblem with file size check for attached files
- fixprivate topic CSS class not applied in all cases
Version: 3.8.3 / September 9 2015
- editadd line breaks after the content added to editor
- editchanged minification for main plugin JavaScript code
- editchanged minification for jQuery Browser plugin
- editjQuery jqEasyCharCounter Extended
- editjQuery Textrange 1.3.3
- editupdated sv_SE translation file
- fixbuttons broken with signature BBCode editor
- fixmissing semicolon in minified JavaScript file
- fixBBCode Toolbar issue with some BBCodes replacement
- fixcursor stuck inside HTML quote in TinyMCE
Version: 3.8.2 / September 7 2015
- editd4pLib 1.4.4
- fixattachments list styling for responsive layouts
Version: 3.8.1 / August 17 2015
- newtranslation: de_DE – Deutsch / German
- editd4pLib 1.4.1
- editupdated pt_BR translation file
- fixbroken remove of custom MIME types
Version: 3.8 / May 27 2015
- newnew posts widget can show topic/reply author
- newnew posts widget now has template to override
- newoption to open attachments in blank page
- newoption to enable KSES support for IMG tag Class attribute
- newadd close topic checkbox to replies for some roles
- newsearch topics view widget now has template to override
- newremove topic action link: Merge
- newremove reply action link: Split
- newsettings panel for topics and replies features
- newcheck for reply form access when displaying quote link
- newtranslation: sv_SE – Svenska / Swedish
- editfew minor changes to the display of attachments
- editseveral improvements to TinyMCE specific styling
- editd4pLib 1.3.5.1
- editupdated pt_BR translation file
- editremoved outdated and incomplete translations
- fixattachments display alignment issue without caption
- fixseveral small styling issues on the admin side
Version: 3.7.1 / May 5 2015
- editimproved main admin side enqueue files process
- editd4pLib 1.3.5
- fixforced JS/CSS loading fails for the BBCode Toolbar
- fixforced JS/CSS loading fails for the BBCodes
- fixdisplay of last activity in the Users grid
Version: 3.7 / April 22 2015
- newset caption for attachments before upload
- newenhanced attachments upload form is responsive
- newnew detect and load of the plugin JS and CSS files
- newoption to change attachments form position
- newoption to change privacy checkbox form position
- editescaping urls from add_query_args function
- editattachments display shows caption if available
- editimprovements to TinyMCE styling for BuddyPress integration
- editchanges to some settings default values
- editseveral small styling improvements
- editload always option moved to advanced settings
- editd4pLib 1.3.4.1
- fixupgrade notice displayed while upgrading plugin
- fixfew minor problems with minified CSS files
Version: 3.6.4 / April 8 2015
- newfilter to modify allowed user roles for moderation
- editd4pLib 1.3.4
- fixattachments on upload preview not working for uppercase filenames
- fixprivate reply not always visibile to topic author
Version: 3.6.3 / March 18 2015
- editd4pLib 1.3.3
- fixdetection of allowed features in some very rare cases
- fixpotential security vulnerability with attachments grid
Version: 3.6.2 / March 7 2015
- fixattachments shortcode missing embedded file HREF attribute
- fixsome styling issues with enhanced attachments
Version: 3.6.1 / March 5 2015
- editforum meta box checks if modules are active
- editupdated pt_BR translation file
- fixforum edit page broken if attachments are disabled
Version: 3.6 / March 3 2015
- newprotect display of topic/reply revisions
- newseo tools module
- newseo: meta description tags
- newseo: override topic/reply default excerpts
- newseo: override forum/topic/reply meta title
- newseo: meta robot for private topics/replies
- newseo: rich snippet breadcrumbs
- newwidget: current topic information
- newtools: close old and inactive topics
- newrewritten admin side forum metabox
- newoverride privacy settings for each forum
- newselect roles that can create private topic/reply
- newlist current attachments in topic/reply mode
- newsignature filter for before the display
- newoptions for topic/reply admin side panel columns
- newtopic/reply admin side panel privacy column
- newattachment validation always prevents .js and .php files
- newnew posts widget rewrited functions to get data
- newwidgets have own CSS styles file
- newoptions to disable more bbPress default widgets
- editnew posts widget uses reply names and URL’s
- editfew improvements to the plugin adminbar menu
- editimprovements to attachments module
- editimprovements to signatures module
- editimprovements css/js compression
- editmany improvements to all plugin widgets
- editd4pLib 1.3.2
- fixbroken enhanced signatures and signatures editor
- fixbroken signature display in some cases for visitors
- fixproblem with loading signature module
- fixprivate topic CSS class not always applied
- fixnew posts widget problems with getting data
- fixbasic wrappers missing for all widgets
- fixseveral styling issues with user profile widget
Version: 3.5.5 / February 23 2015
- newsignatures display additional processing
- newmore options to control signature display
- editd4pLib 1.3.1
- fixbroken filtering for signature content editing
- fixbroken buddypress signature edit is some cases
Version: 3.5.2 / February 18 2015
- newfilter to control private topics/replies checkbox
- fixbuddypress links removal with broken base object
Version: 3.5.1 / February 6 2015
- editfew more improvements to JavaScript file
- editround attachment size to 2 decimals
- editd4pLib 1.3.0.1
- fixbroken insert attachment into content
Version: 3.5 / February 5 2015
- newoptions to control private topics
- newoptions to control private replies
- newuse of BBCodes toolbar to edit signatures
- newuse of TinyMCE editor to edit signatures
- newlimit roles that can edit signatures
- newpanel listing all users active in forums
- newoption to enable titles for replies
- newoption to change length for the titles
- newoption to disable Toolbar information submenu
- newtopic icons: user replied to topic
- newtopic icons: topic is set as sticky
- newauto flush rewrite rules on saving Views
- editvarious improvements to main style file
- editvarious improvements to rendering of icons
- editfully reorganized main JavaScript file
- editvarious improvements to the quote object
- editupdated list of included icons PNG file
- editreorganization of some settings panels
- editd4pLib 1.3
- editFontAwesome 4.3.0
- fixproblems with quote envelop filters order
- fixBBCodes examples missing double quotes
- fixseveral minor styling problems
Version: 3.4.2 / January 17 2015
- newbrowser detection in JavaScript
- newgranular display of allowed attachment size
- editchanges to the attachment form theme template
- editfew minor updates to meta boxes forms
- editd4pLib 1.2.9.1
- fixenhanced attachments displayed in outdated browsers
Version: 3.4.1 / January 9 2015
- editcapabilities check work even with no administrator role
- editquote BBCode now parses shortcodes inside the quote
- editlist attachments in the order of the upload
- editd4pLib 1.2.9
- fixissue with attachments validation submit button
- fixsome minor issues with saving plugin settings
Version: 3.4 / December 16 2014
- newviews: integration of Views into Nav Menus
- newattachments: enhanced file selection with image preview
- newattachments: insert into content before upload
- newbbcode: attachment for getting topic/reply attachments
- newsignature: saving checks if user can post unfiltered HTML
- newwidgets: topic views allows for reordering of views list
- newwidgets: all now have before and after HTML
- newsettings to disable bbPress adding ‘nofollow’ to links
- newsettings panel to add new MIME Types
- newoption to reverse replies order on the topic page
- newshow notice to disable our free bbPress plugins
- editrenamed old functions to avoid collision with free plugins
- editwidgets: all use new and improved tabbed layout
- editwidgets: all are renamed to avoid confusion
- editfew updates to the plugin admin side interface
- editFontAwesome 4.2.0
- editd4pLib 1.2.6
- fixwidgets: not applying custom css class to all widgets
- fixattachments: some minor styling issues
Version: 3.3.1 / November 5 2014
- editd4pLib 1.1
- fixattachments log: delete and unattach not working
- fixattachments log: bulk delete and unattach not working
- fixerrors log: delete not working
- fixerrors log: bulk delete not working
Version: 3.3 / August 22 2014
- newattachments: client side validation for size and type
- newattachments: show file size and type before upload
- newattachments: option to reset attachment input field
- newattachments: confirmation when deleting or detaching
- newview: my topics with no replies
- newview: my topics with most replies
- newoption to lock all forums for new topics
- newoption to lock all topics for new replies
- newoption to enable adding of DIV into allowed tag
- newoption to show last user activity column in the users panel
- editattachments: file types with new FontAwesome file icons
- editexpanded instructions for some of the settings
- editFontAwesome 4.1.0
- editd4pLib 1.0.6
- fixattachments list styling with font based icons
- fixproblems with upload of audio and video attachments
- fixquote problem caused by filtered DIV tags
Version: 3.2 / July 8 2014
- newview: topics with my replies
- newview: all my topics (active and closed)
- newoption to disable views that require log in
- editencoded BBCodes toolbar buttons contents
- editexpanded instructions for some of the settings
- editclear instructions for BBCodes toolbar activation
- editseveral styling improvements for quotes
- editd4pLib 1.0.3
- fixBBCodes toobar problems with some theme templates
- fixmy active topics view was showing closed topics
- fixviews widget warnings for views no longer registered
Version: 3.1.4 / June 25 2014
- fixduplicated define entry for last activity constant
Version: 3.1.3 / June 21 2014
- fixemail notifications override number of filter parameters
Version: 3.1.2 / June 15 2014
- editchanged loading of some core libraries
- fixseveral missing string from translation file
- fixseveral broken settings on admin side
Version: 3.1.1 / June 12 2014
- newtracking cookie number of days for expiration
- newextra cookie for the current session
- editimprovement to the ‘since last visit’ view
- editd4pLib 1.0.2
Version: 3.1 / May 15 2014
- newauto set first attached image as post thumbnail
- newselection of allowed mime types for attachments upload
- newoptions to register extra features for forum post type
- newoptions to register extra features for topic post type
- newoptions to register extra features for reply post type
- newview: topics by freshness
- newtheme can override attachments form template
- newtheme can override signature form edit templates for bbPress and BuddyPress
- editattachments form template notice display improvements
- editmany admin side styling improvements
- editd4pLib 1.0.1
- fixquote issue with rich editor in WordPress 3.9
- fixquote issue with BR tags not properly stripped
Version: 3.0.1 / April 23 2014
- newsignature: process smilies when displaying
- fixposts deletion problem caused by attachments module
Version: 3.0 / April 16 2014
- newcompletely new administration interface
- newadministration interface is now responsive
- newshow user registration date in topics/replies
- newshow user posts counts in topics/replies
- newbbcodes: toolbar for quick access to codes
- newbbcodes: toolbar uses FontAwesome font icons
- newsignatures: enhanced signature settings
- newsignatures: user can mix HTML and BBCodes
- newattachments: use font icons or images for icons
- newbbPress: disable login widget
- newbbPress: disable dashboard right now widget
- newtools: export and import plugin settings
- newtools: reset plugin settings
- newwidgets: expanded new posts time period index
- newenhance: disable bbPress breadcrumbs
- newnow using WordPress List Table based grids
- newnow using d4pLib shared code library
- newuses FontAwesome font icons for admin interface
- newuses DashIcons font icons for admin interface
- editrefactoring of filters/actions names
- editrefactoring of most functions names
- editchanged form elements for signature edit
- delremoved support for bbPress 2.0, 2.1 and 2.2
- delremoved shared gdr2 library
- delremoved dependency on jQueryUI
- delremoved many obsolete or duplicated functions
- fixbuddypress editing custom fields can remove signature
- fixstyling issues caused by the bbPress layout changes
- fixwidgets: broken new posts time period index
- fixseveral small issues with attachments block layout
- fixbbcode email broken: wrong protection encoding method
- fixlist of bbcodes for display purposes missing some codes
- fixproblem with periods selection for new posts widget
Version: 2.0 / september 11 2013
- newwidget: logged in user profile
- newviews: current user active (open) topics
- newviews: new topics/replies in the last 3 days
- newbbcode: hide
- newbbcode: spoiler
- newbbcode: topic link
- newbbcode: reply link
- editimproved form integration for attachments
- editall widgets have option for extra CSS class
- editfew improvements to signatures integration
- editupdated to latest gdr2 2.8.2.2 shared library
- editupdated jquery ui library to 1.10.3
- fixhardcoded posts table for custom views
- fixwarnings with views module query modification
Version: 1.6.3 / september 3 2013
- editupdated to latest gdr2 2.8.2.1 shared library
- fixsignatures not working with bbPress 2.4
- fixquotes not working with bbPress 2.4
- fixsaving plugin settings fails in some cases
Version: 1.6.2 / september 3 2013
- editmany improvements to handling of bbCodes
- fixfew attachments module initialization problems
- fixissue with attachments DIV not closed properly
- fixfew typos and missing translation strings
- fixbbCode youtube and vimeo don’t work with SSL active
- fixbbCode notice option was not used by the plugin
Version: 1.6.1 / june 25 2013
- newreplace content and subject for subscribe notification emails
- newreplace sender email and name for subscribe notification emails
- editupdated to latest gdr2 2.8.2 shared library
- editremoved all unused debugger related code
- fixbbCode use info on signature edit when bbCodes are disabled
Version: 1.6 / may 10 2013
- newmodule: control over the topic fancy editor
- newmodule: control over the reply fancy editor
- newoption to disable BBCodes you don’t need
- editoptimized and improved custom views queries
Version: 1.5.1 / april 21 2013
- newselect profile group in BuddyPress for signature editor
- editchanged upload field location to end of the form
- fixmissing enhanced info when editing signatures
- fixminor problem with quote removing filters
- fixmissing table cell ending for admin side signature editor
Version: 1.5.0.1 / april 19 2013
- fixquote not setting proper ID for lead topic display
Version: 1.5 / march 31 2013
- newconfirmed plugin support for bbpress 2.3
- newbbcodes: youtube code supports full url
- newbbcodes: vimeo code supports full url
- editupdated bbpress user profile signature editor form
- editchanged method for enqueuing scripts and css files
- editchanged loading of modules init and order
- editupdated jquery ui library to 1.9.2
- editupdated jquery qtip2 library to 2.0.1
- fixvarious warnings due to missing variables check
Version: 1.4.0.1 / march 26 2013
- editupdated to latest gdr2 2.8.1.2 shared library
- fixminor problem with the widgets initialization
- fixattempts to load CSS file that is no longer in use
Version: 1.4 / december 13 2012
- newsupport for dynamic roles with bbpress 2.2
- newtoolbar: support for new bbpress 2.2 tools
- editupdated to latest gdr2 2.8 shared library
- editupdated jquery ui library to 1.9.2
- editupdated jquery ui multiselect to 1.14_dev
- fixroles selection dropdowns not saving changes
- fixduplicated signature form on profile edit page
- fixbroken url’s to images in main CSS file
Version: 1.3.1 / november 21 2012
- editconfirmed compatibility with bbPress 2.2
- editsome changes for WordPress 3.5 compatibility
- editstyling updates for TwentyTwelve theme
- fixdetecting script debug mode generates warning
Version: 1.3 / november 16 2012
- newenhancing: remove buddypress profile url overrides
- newbbcode: filters to restrict and strip shortcodes
- newbbcode: restricted codes section
- newbbcode: embed using oEmbed for supported providers
- newbbcode: nfo (monospaced info files)
- newbbcode: email
- newbbcode: anchor
- newbbcode: webshot (screenshot for url)
- newbbcode: iframe (restricted)
- newbbcode: function to return list of bbcodes and information
- editbbcode: improved youtube and vimeo implementation
- editbbcode: improvements to main bbcodes class
- editbbcode: improvements to panel listing codes
- editupdated some styling elements on admin side
- editupdated to latest gdr2 2.7.9.5 shared library
- editupdated qtip 2.0 library to latest nightly
- editupdated jquery ui library to 1.9.1
- fixbbcode: not applied when displaying lead topic
- fixdetecting script debug mode generates warning
- fixseveral php warnings and notices
Version: 1.2.2 / november 2 2012
- newenhancing bbPress: always show lead topic
- newtranslation: German
- newtranslation: Serbian
- editsignature: improvements to display filters
- editattachments: improvements to display filters
- editquote: improvements to display filters
- editupdated to latest gdr2 2.7.9.3 shared library
- fixsignature: fails to find topic/reply author
- fixsignature: not displayed when using lead topic
- fixattachments: using actions instead of filters for content
- fixquote: not working when using lead topic
- fixquote: in some cases quote link is missing
- fixminor problem with saving plugin settings
Version: 1.2.1 / october 18 2012
- newbbcode: admin panel with list of all bbcodes
- newwidgets: new posts can display date with topics
- newwidgets: new posts allows selection of posts type
- fixview: new posts since last visit broken
- fixview: new posts broken when slug for it is changed
Version: 1.2 / october 12 2012
- newbbcode: line break tag – br
- newviews: new topics/replies in the last week
- newviews: new topics/replies in the last month
- newviews: set your own slugs and titles for views
- editquote: few missing translation strings
- edittoolbar: Change to generating some links in toolbar menu
- fixquote: scroll in javascript with ie7 and ie8
- fixquote: javascript use of trim function with ie7 and ie8
- fixquote: hook order breaks the oembed feature
- fixquote: option displayed even when not allowed
Version: 1.1 / october 7 2012
- newviews: new topics/replies since last visit/activity
- newviews: new topics/replies in the last 24 hours
- newviews: filter allowing to change views slugs
- newwidget: new topics/replies for selected timeframe
- newsignature: buddypress profiles support to edit signature
- newtools: options to track latest user activity time
- newtoolbar: show menu to normal visitors if toolbar is active
- newlanguages: added german translation
- editupdated to latest gdr2 2.7.9 shared library
- editupdated jquery ui library to 1.8.24
- editupdated jquery multiselect library to 1.13
- fixduplicated registration for reply embed filter
- fixtoolbar menu broken when there are no forums or views
- fixquote element was also including attachments
- fixfew small issues with the WordPress 3.5
Version: 1.0.1 / june 14 2012
- editimproved detection for bbpress
- editshared code library gdr2 updated to 2.7.6
- fixtoolbar integration causing post edit problems
Version: 1.0.0 / may 27 2012
- new:first official version