Skip to content

Commit

Permalink
Update version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Jan 4, 2024
1 parent ccbcc8c commit ab4d266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab4d266

Please sign in to comment.