You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjusted priority of block editor JS assets to load at priority 5 instead of 999. Resolves plugin conflicts encountered when using block-level visibility on blocks registered after visibility filters are applied.
Removed usage of react-sortable-hoc and replaced with dndkit for drag and drop UX within the editor.
Refactored the instructors sidebar (on courses and memberships) as well as the option shorting (for fields with options) to utilize dndkit.
Bugfixes
Fixed an issue encountered on password confirmation fields when adjusting the minimum password length option on the user password block.