This minor update fixes script load-order issues which can occur when other plugins try to interact with the new WordPress editor.
Detailed log
For everyone:
- Fixed:
- Some plugins clashed with The SEO Framework when loading the legacy Gutenberg editor, resulting in a white screen. This issue has been resolved.
- Changing the primary term can now invoke an “unsaved changes”-notification when you try to leave the page when using the new editor.
For developers:
- Improved:
- The primary term selector for the new WordPress editor now adheres to React’s coding standards.
- Fixed:
- The dependencies for the new WordPress editor are now correctly registered.
- The
tsf-tt
code can now load independently from The SEO Framework, as was intended.