From 4068e988a39c69856f39d5c24aff4908ad022281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20Gr=C3=BCdtner=20Martins?= Date: Tue, 22 Oct 2024 13:43:28 -0300 Subject: [PATCH] Release 4.0.3 (#994) (#995) * Fix warning when post is empty in the workflow model, #987 * Fix warnings if the post is not set and workflow model methods are called, #988 * Fix error when manage_posts_columns filter do not receive post type, #990 * Bump version to 4.0.3-beta.1 * Bump version to 4.0.3-beta.2 * Fix undefined index: date, #991 * Bump version to 4.0.3 * Update the changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 +++++++++++- post-expirator.php | 4 ++-- readme.txt | 12 +++++++++++- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99584ef57..2bf0871c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.3] - 22 Oct, 2024 + +### Fixed + +- Fix PHP warning when post attribute is empty in the workflow model (Issue #987, #988). +- Fix error when`manage_posts_columns` filter do not receive a post type (Issue #990). +- Fix error about undefined index: date (Issue #991). + ## [4.0.2] - 21 Oct, 2024 -- Fix error when the filter `the_title` is called without an ID, #984 +### Fixed + +- Fix error when the filter `the_title` is called without an ID (Issue #984). ## [4.0.1] - 21 Oct, 2024 diff --git a/post-expirator.php b/post-expirator.php index 75cd52f5f..c50e12569 100644 --- a/post-expirator.php +++ b/post-expirator.php @@ -5,7 +5,7 @@ * Plugin URI: http://wordpress.org/extend/plugins/post-expirator/ * Description: PublishPress Future allows you to schedule automatic changes to posts, pages and other content types. * Author: PublishPress - * Version: 4.0.3-beta.2 + * Version: 4.0.3 * Author URI: http://publishpress.com * Text Domain: post-expirator * Domain Path: /languages @@ -50,7 +50,7 @@ } if (! defined('PUBLISHPRESS_FUTURE_VERSION')) { - define('PUBLISHPRESS_FUTURE_VERSION', '4.0.3-beta.2'); + define('PUBLISHPRESS_FUTURE_VERSION', '4.0.3'); } if (! defined('PUBLISHPRESS_FUTURE_PLUGIN_FILE')) { diff --git a/readme.txt b/readme.txt index fb41bf6fe..017a0d691 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Requires at least: 6.1 Requires PHP: 7.2.5 Tested up to: 6.6 License: GPLv2 or later -Stable tag: 4.0.2 +Stable tag: 4.0.3 PublishPress Future can make scheduled changes to your content. You can unpublish posts, move posts to a new status, update the categories, and more. @@ -173,8 +173,18 @@ Yes, the PublishPress Future plugin allows you to schedule automatic changes to The full changelog can be found on [GitHub](https://github.com/publishpress/PublishPress-Future/blob/main/CHANGELOG.md). +## [4.0.3] - 22 Oct, 2024 + +### Fixed + +- Fix PHP warning when post attribute is empty in the workflow model (Issue #987, #988). +- Fix error when`manage_posts_columns` filter do not receive a post type (Issue #990). +- Fix error about undefined index: date (Issue #991). + ## [4.0.2] - 21 Oct, 2024 +### Fixed + - Fix error when the filter `the_title` is called without an ID, #984 ## [4.0.1] - 21 Oct, 2024