Version Information
- Plugin Name: JSM Accurate Modified Time for SEO
- Stable Version: 2.0.0
- Author: JS Morisset
- Description: Updates the WordPress post/page modified time when the output from a post/page shortcode or block changes.
- License: GPLv3
- Requires PHP: 7.2.34 or newer
- Requires WordPress: 5.8 or newer
- Tested Up To WordPress: 6.6.1
- Last Updated: 4 months ago
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 2.0.0 (2024/07/11)
- New Features
- None.
- Improvements
- Added calls to cache clearing functions after updating the post modified time:
- WordPress
clean_post_cache()
- WPSSO Core
wpsso_refresh_post_cache()
- W3TC
w3tc_pgcache_flush_post()
- WP Rocket
rocket_clean_post()
- WordPress
- Added calls to cache clearing functions after updating the post modified time:
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.8.
Version 1.0.1 (2023/07/08)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Minor code optimization and standardization:
- Replaced
{get|update|delete}_{comment|post|term|user}_meta()
functions by{get|update|delete}_metadata()
.
- Replaced
- Minor code optimization and standardization:
- Requires At Least
- PHP v7.2.34.
- WordPress v5.8.
Version 1.0.0 (2022/04/01)
- New Features
- Initial release.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
I use the WPSSO Core plugin as my go-to for SEO. This addition furthers SEO efforts by keeping your content in sync. Thank you ð