Fix: fatal error caused when a taxonomy query contains a relation key
Tweak: disable folder dragging on mobile to prevent folders from inadvertently being reorganized while scrolling (this can be turned off by using the `wicked_folders_disable_drag_drop_on_mobile` filter and returning `false`)
Fix: JavaScript error in media modal after uploading media without a folder selected
Fix: JavaScript error preventing files from uploading to media library when multiple files are selected
Fix: media not uploading when sync folder upload dropdown option is turned off and a folder isn't selected
New: bulk delete folders
New: REST API
New: view others items folder permission
New: add folder support for Restrict Content Pro memberships and customers
Fix: enable/disable auto-updates link not appearing when plugin doesn't have an update available
Fix: folders not appearing in media model in some situations when Elementor is enabled
Tweak: move toggle folder from sidebar to floating icon
Tweak: refactor app to use React instead of Backbone
- Tweak folder pane on Elementor Templates screen so that folder pane does not overlap header bar
- Increase init action priority to 25 to accomodate Barn2 Document Library plugin which registers Document post type at priority 15 (this fixes an 'invalid taxonomy' error when attempting to create folders on the Documents post type screen)
- Add return types to fix deprecated errors in PHP 8
- Add ability to assign media to dynamic term folders
- Add nonce validation to AJAX functions to address cross-site request forgery vulnerability
- Add capability check to AJAX functions to address authorization bypass vulnerability