This minor update addresses a few regressions brought in v4.2.0; it fixes the canonical URL for paginated categories, corrects an API typo, and rectifies a few edge cases. TSF now also supports PHP 8.1.
Detailed log
> View code changes.
> View closed issues.
For everyone
- Added:
- TSF is now fully compatible with PHP 8.1.
- Fixed:
- The paginated canonical URL now works as intended again for taxonomies (categories, tags, etc.).
- When the PHP execution time limit is set to unlimited (
0
), the sitemap can be locked for at most 3 minutes now, instead of never. - The PHP execution time limit is no longer decreased during plugin upgrade, which may cause issues in some corner cases.
For developers
- Changed:
tsf.disPatchAtInteractive
is nowtsf.dispatchAtInteractive
without deprecation handling (note the capitalP
, dang it).- This is a change early after its introduction to the world, so the impact should remain minimal for this (yet) undocumented method. Sorry about that!
- Fixed:
- Fixed a warning on the SEO settings page when
the_seo_framework_sitemap_post_limit
is used.- This filter no longer affects the display of option field
sitemap_query_limit
.
- This filter no longer affects the display of option field
- Fixed a warning on the SEO settings page when