Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Dec 23, 2024
1 parent fd92e50 commit 0330bcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 3.0 (2024-12-21)
## 3.0.1 (2024-12-23)
* Fix calculation of expiration time for preview nonce.

## 3.0.0 (2024-12-21)
* Requires WordPress 6.5.
* Requires PHP 8.0.
* Add setting to increase the default expiration time (Settings > Reading > Public Post Preview).
Expand Down
2 changes: 1 addition & 1 deletion public-post-preview.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Public Post Preview
* Version: 3.0.0
* Version: 3.0.1
* Description: Allow anonymous users to preview a post before it is published.
* Author: Dominik Schilling
* Author URI: https://dominikschilling.de/
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Public Post Preview ===
Contributors: ocean90
Tags: public, preview, posts, anonymous, drafts
Stable tag: 3.0.0
Stable tag: 3.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -70,7 +70,10 @@ function my_nonce_life() {

== Changelog ==

= 3.0 (2024-12-21): =
= 3.0.1 (2024-12-23): =
* Fix calculation of expiration time for preview nonce.

= 3.0.0 (2024-12-21): =
* Requires WordPress 6.5.
* Requires PHP 8.0.
* Add setting to increase the default expiration time (Settings > Reading > Public Post Preview).
Expand Down

0 comments on commit 0330bcf

Please sign in to comment.