Public Post Preview - Version 2.2

Version Description

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

Download this release

Release Info

Developer ocean90
Plugin Icon 128x128 Public Post Preview
Version 2.2
Comparing to
See all releases

Code changes from version 2.2-beta to 2.2

Files changed (2) hide show
  1. public-post-preview.php +1 -1
  2. readme.txt +1 -1
public-post-preview.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Public Post Preview
4
- * Version: 2.2-beta
5
  * Description: Enables you to give a link to anonymous users for public preview of any post type before it is published.
6
  * Author: Dominik Schilling
7
  * Author URI: http://wphelper.de/
1
  <?php
2
  /**
3
  * Plugin Name: Public Post Preview
4
+ * Version: 2.2
5
  * Description: Enables you to give a link to anonymous users for public preview of any post type before it is published.
6
  * Author: Dominik Schilling
7
  * Author URI: http://wphelper.de/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: public, post, preview, posts, custom post types
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR8YU922B7K46
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
- Stable tag: 2.2-beta
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR8YU922B7K46
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
+ Stable tag: 2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10