Releases: gaambo/sharable-password-protected-posts
Releases · gaambo/sharable-password-protected-posts
v2.0.0
This is a major release with breaking changes.
These breaking changes are only important for developers extending this plugin or using the plugins functions.
If you are just using the plugin, you are fine and nothing will change for you.
The old plugins name was a mouth full, so we changed it to better reflect what it does.
The old name was Sharable Password Protected Posts and the new name is Private Post Share.
- Breaking: New plugin structure and namespace
- The plugin has been moved to a new namespace called
Private_Post_Share - All hooks are prefixed with
private_post_share/ - Meta keys and query var stay the same
_sppprefix for backwards compatibility - Plugin slug and textdomain stays
sharable-password-protected-posts(for WP.org repository)
- The plugin has been moved to a new namespace called
- Breaking: Update required PHP version to 8.1 and WP 6.7
- Dev: Add code quality tools and GitHub Actions for them
- Dev: Add automated tests via Codeception