Skip to content

Releases: ocean90/public-post-preview

3.1.2

Choose a tag to compare

@ocean90 ocean90 released this 16 Jun 11:18
6dc39f0

What's Changed

  • fix: grant read_post cap for preview post to enable Block Bindings by @krokodok in #225

New Contributors

Full Changelog: 3.1.0...3.1.2

3.1.1

Choose a tag to compare

@ocean90 ocean90 released this 16 Jun 11:12
816c7ef

What's Changed

  • fix: grant read_post cap for preview post to enable Block Bindings by @krokodok in #225

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

Choose a tag to compare

@ocean90 ocean90 released this 01 Mar 16:12
62726ce

What's Changed

  • Requires WordPress 6.6.
  • Compatibility with WordPress 7.0.
  • Add ppp_show_public_preview action for plugin extenders.

Full Changelog: 3.0.1...3.1.0

3.0.1

Choose a tag to compare

@ocean90 ocean90 released this 23 Dec 09:51
0330bcf
  • Fix calculation of expiration time for preview nonce.

Full Changelog: 3.0.0...3.0.1

3.0.0

Choose a tag to compare

@ocean90 ocean90 released this 21 Dec 09:33
4ec378b
  • Requires WordPress 6.5.
  • Requires PHP 8.0.
  • Add setting to increase the default expiration time (Settings > Reading > Public Post Preview).
  • Show icon for preview link in list tables next to the state.
  • Change interface in block editor to match latest editor design.
  • Update sidebar description to include the preview link.
  • Extend Preview dropdown for public preview in WordPress 6.7+.
  • Add Public Preview post list view. Props @rafaucau.

Full Changelog: 2.10.0...3.0.0

2.10.0

Choose a tag to compare

@ocean90 ocean90 released this 19 Nov 13:12
eeb4c24
  • Compatibility with WordPress 6.1.
  • Integrate with User Switching: Direct the user to the public preview of a post when they switch off from the post editing screen. Props @johnbillion.

2.9.3

Choose a tag to compare

@ocean90 ocean90 released this 12 Mar 20:21
  • Compatibility with WordPress 5.7.
  • Create a fresh preview URL when enabling public preview.
  • Add check for possibly undefined PHP "superglobals". Props @waviaei.

2.9.2

Choose a tag to compare

@ocean90 ocean90 released this 03 Oct 12:58
  • Fix saving of preview status without a previous Ajax request.