diff --git a/includes.php b/includes.php index 66067715..312e4f61 100644 --- a/includes.php +++ b/includes.php @@ -34,7 +34,7 @@ if (! defined('PP_LOADED')) { if (! defined('PUBLISHPRESS_VERSION')) { // Define constants - define('PUBLISHPRESS_VERSION', '4.0.0'); + define('PUBLISHPRESS_VERSION', '4.0.1'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views'); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); diff --git a/publishpress.php b/publishpress.php index a64119d7..3e72714c 100644 --- a/publishpress.php +++ b/publishpress.php @@ -3,7 +3,7 @@ * Plugin Name: PublishPress Planner * Plugin URI: https://publishpress.com/ * Description: PublishPress Planner helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses. - * Version: 4.0.0 + * Version: 4.0.1 * Author: PublishPress * Author URI: https://publishpress.com * Text Domain: publishpress diff --git a/readme.txt b/readme.txt index bcdd298a..a8451ebb 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: editorial calendar, notifications, custom statuses, editorial comments, wo Requires at least: 5.5 Requires PHP: 7.2.5 Tested up to: 6.4 -Stable tag: 4.0.0 +Stable tag: 4.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -113,7 +113,7 @@ PublishPress Planner is based on the EditFlow plugin. It is easy for Edit Flow u The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -= [4.0.0] - 14 Dec 2023 = += [4.0.1] - 04 Jan 2024 = * Compat: PublishPress Statuses plugin integration * Update: Add first name and last name to Notification shortcode, #1500