From eeb4c242034b94d819c63d7921e22ae59cf83457 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 19 Nov 2022 14:06:46 +0100 Subject: [PATCH] Prepare for 2.10.0 release --- CHANGELOG.md | 4 ++++ public-post-preview.php | 6 +++--- readme.txt | 12 +++++------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1007a..aba85d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/public-post-preview.php b/public-post-preview.php index b7f9aba..037bac8 100644 --- a/public-post-preview.php +++ b/public-post-preview.php @@ -1,14 +1,14 @@