In this update, we added a new extension: Transport! It allows you to migrate data from other SEO plugins to TSF easily. We also increased the server and browser requirements, which allowed us to modernize the codebase.
Important release note
- Henceforth, Extension Manager requires The SEO Framework v4.2.0 or higher and PHP 7.3.0 or higher.
Updated extensions
- Focus at version 1.5.2
- Articles at version 2.2.1
- Transport at version 1.0.0
- Local at version 1.2.0
- Monitor at version 1.2.8
Detailed log
- Extension Manager now requires PHP 7.3.0 or higher, from PHP 5.6.5.
- The SEO Framework v4.2.0 or higher is now required from TSF v4.1.4.
- Touched up the interface; it’s now centered, more compact, and easier on the eyes.
- Now relies on The SEO Framework’s JavaScript availability test instead of WordPress’s, making unresponsive interfaces less likely when a faulty plugin or theme is installed.
- Modernized PHP code, making the plugin respond a tad faster.
- Modernized some JavaScript code, improving UI responsiveness significantly.
- Reduced plugin file size by no longer packing rendered vector images for archaic browser support.
- Introduced a new API alias for
tsf_extension_manager()
:tsfem()
. - The plugin and its extensions now support PHP 8.2 flawlessly.
- With this update, we hit a new milestone: 2 million characters of exceptional code.