Release date: November 2nd, 2023
Important release notes
- Extension Manager now requires PHP 7.4.0 or higher and WordPress 5.9 or higher.
- We recommend installing this update before upgrading to The SEO Framework v5.0.0 to ensure a smooth upgrade.
Feature highlights
- Added compatibility with the upcoming TSF v5.0.0 update.
- Added WooCommerce Marketplace UI support. You can now get a Premium Subscription via WooCommerce Marketplace.
Updated extensions
Detailed log
Plugin improvements
- Added: Compatibility with TSF v5.0.0.
- Added: Endpoint
wcm
(WooCommerce Marketplace) is now supported.- This comes with a new constant,
TSF_EXTENSION_MANAGER_PREMIUM_WCM_URI
. - Advanced users may be asked to allow communications with host
wcm.theseoframework.com
.
- This comes with a new constant,
- Fixed: Resolved all deprecation notices with PHP 8.1.
- Dev: Actions
tsfem_inpost_before_enqueue_scripts
,tsfem_listedit_enqueue_scripts
,tsfem_before_enqueue_scripts
are no longer invoked.- Use filter
the_seo_framework_scripts
instead.
- Use filter