Fix: typo causing deprecation warning in PHP 8
Fix: deprecation warnings caused in some instances by REST API
Fix: jQuery Migrate warning
New: folder context menus
New: support for WPForms
Fix: Item count wrong for Unassigned Items folder in Gravity Forms when forms that were previously assigned to a folder are trashed
Fix: wrong item counts when using WPML
Fix: folder item count not updated when uploading multiple items at once to media library
Fix: only re-query media library after all files have finished uploading (instead of after each upload)
Fix: folders not appearing in media modal when a block containing an ACF WYSIWYG field is displayed in Edit mode inside the block editor
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