Skip to content

Commit

Permalink
Prepare for 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Nov 19, 2022
1 parent 3a4bb52 commit eeb4c24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.10.0 (2022-11-19)
* Compatibility with WordPress 6.1.
* Integrate with [User Switching](https://wordpress.org/plugins/user-switching/): Direct the user to the public preview of a post when they switch off from the post editing screen. Props [@johnbillion](https://github.com/johnbillion).

## 2.9.3 (2021-03-12)
* Compatibility with WordPress 5.7.
* Create a fresh preview URL when enabling public preview.
Expand Down
6 changes: 3 additions & 3 deletions public-post-preview.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: Public Post Preview
* Version: 2.9.3
* Version: 2.10.0
* Description: Allow anonymous users to preview a post before it is published.
* Author: Dominik Schilling
* Author URI: https://dominikschilling.de/
* Plugin URI: https://dominikschilling.de/wp-plugins/public-post-preview/en/
* Plugin URI: https://github.com/ocean90/public-post-preview
* Text Domain: public-post-preview
* Requires at least: 5.0
* Tested up to: 6.0
* Tested up to: 6.1
* Requires PHP: 5.6
* License: GPLv2 or later
*
Expand Down
12 changes: 5 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: ocean90
Tags: public, preview, posts, anonymous, drafts
Requires at least: 5.0
Tested up to: 6.0
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 2.9.3
License: GPLv2 or later
Expand Down Expand Up @@ -73,15 +73,13 @@ Or use the [Public Post Preview Configurator](https://wordpress.org/plugins/publ

== Change Log ==

## 2.10.0 (2022-11-19)
* Compatibility with WordPress 6.1.
* Integrate with [User Switching](https://wordpress.org/plugins/user-switching/): Direct the user to the public preview of a post when they switch off from the post editing screen. Props [@johnbillion](https://github.com/johnbillion).

= 2.9.3 (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](https://github.com/waviaei).

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

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

For more see [CHANGELOG.md](https://github.com/ocean90/public-post-preview/blob/master/CHANGELOG.md).

0 comments on commit eeb4c24

Please sign in to comment.