Skip to content

Releases: gaambo/sharable-password-protected-posts

v2.0.0

11 Aug 13:52
b1a1d47

Choose a tag to compare

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 _spp prefix for backwards compatibility
    • Plugin slug and textdomain stays sharable-password-protected-posts (for WP.org repository)
  • 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

v1.1.1

12 Jun 09:46

Choose a tag to compare

  • Security: Secret key could be exposed via REST API. Thanks to WPScan for the report and disclosure.

v1.1.0

02 Sep 12:38

Choose a tag to compare

  • Add WordPress 6.6 compatibility

v1.0.2

02 Nov 10:03

Choose a tag to compare

  • Fix version in files

v1.0.1

02 Nov 09:49

Choose a tag to compare

Fix source code repo and deployment to WordPress.org plugin repo