Public Post Preview

Wordpress Plugin
Download latest - 2.10.0

Developers

ocean90
sivel

Download Stats

Today 75
Yesterday 147
Last Week 847
All Time 138,548
Banner 772x250


Releases (22 )

Version Release Date Change Log
2.10.0 2022-11-19
2.9.3 2021-03-12

(2021-03-12): = * 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 2020-10-03

(2020-10-03): = * Fixes saving of preview status without a previous Ajax request.

2.9.1 2020-07-25

(2020-07-25): = * Improve HTTP status codes for expired/invalid preview links.

2.9.0 2019-07-20
2.8.0 2018-11-27

(2018-11-27): = * Add support for WordPress 5.0 and the new block editor.

2.7.0 2018-09-14

(2018-09-14): = * Initial support for Gutenberg. * Block robots for public post previews. Props @westonruter.

2.6.0 2017-11-12

(2017-04-27): = * Make DS_Public_Post_Preview::get_preview_link() public. Props @rcstr. * Send no-cache headers for public post previews.

2.5.0 2016-12-07

(2016-04-05): = * Auto select preview link on focus. Props @JeroenSormani. * Remove preview status from posts which are trashed or after scheduled posts are published. * Add support for paged posts.

2.4.1 2015-11-23

(2015-10-13): = * Update text domain to support language packs. Translations are now managed via http://translate.wordpress.org/projects/wp-plugins/public-post-preview.

2.4 2015-07-20

(2014-08-21): * Supports EditFlow and custom statuses * Disables comments and pings during public post preview * Adds Public Preview to the list of display states used in the Posts list table * Prevents flickering of link box on Post edit while loading

2.3 2014-04-16

(2013-11-18): = * Introduces a filter ppp_preview_link. With the filter you can adjust the preview link. * If a post has gone live, redirect to it's proper permalink. * Adds the query var _ppp to WordPress SEO by Yoast whitelist.

2.2 2013-03-14

Based on feedback: Removed the extra metabox and added preview link to the main Publish metabox. Requires now WordPress 3.5

2.2-beta 2013-03-14

= 2.2 = Based on feedback: Removed the extra metabox and added preview link to the main Publish metabox. Requires now WordPress 3.5

= 2.1 = The update fixes a rare issue which had created 404 errors.

= 2.0 = New plugin maintainer, supports now all public post types, saves preview status via an AJAX request, ready for translation, requires at least WordPress 3.3.

2.1.1 2012-09-20

(20012-09-19): = * Sorry for the new update. Through a change in 2.1 a filter was applied to each query. The misplaced "The link has been expired!" message is now gone. Props Aki Bjrklund and Jonathan Channon.

2.1 2012-09-16

The update fixes a rare issue which had created 404 errors.

2.0.1 2012-09-14

(20012-07-25): = * Makes the preview link copyable again

2.0 2012-09-14

New plugin maintainer, supports now all public post types, saves preview status via an AJAX request, ready for translation, requires at least WordPress 3.3.

=

1.3 2012-07-19

(2009-06-30): = * Hook in earlier in the post selection process to fix PHP notices * Add uninstall functionality to remove options from the options table

1.2 2009-06-20

(2009-03-30): = * Fix preview URL for scheduled posts on sites with a permalink other than default activated.

1.1 2009-06-20

(2009-03-11): = * Don't limit public previews to posts in draft or pending status. Just exclude posts in publish status.

1.0 2009-06-20

(2009-02-20): = * Initial Public Release