26b / post-version
A WordPress Plugin to version your posts.
Installs: 247
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=8.0
- composer/installers: ~1.0
- dg/composer-cleaner: ^2.2
- wp-cli/wp-cli: ^2.7
Requires (Dev)
- phpunit/phpunit: ^9.5.28
README
A WordPress Plugin to version your posts.
Known Issues
- WP queries using
ids
andid=>parent
fields are not automatically converted to their latest version due lack ofposts_results
orthe_posts
filters. Results are converted onall
fields, unless thepost_version_hide_unreleased
returns false.