From f9b5601e42c7b919daf079bdaaba5e4e4b5f56a5 Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:25:51 -0500 Subject: [PATCH] Beta version --- includes.php | 2 +- publishpress.php | 2 +- readme.txt | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/includes.php b/includes.php index 40717349..f342adcb 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.5.1'); + define('PUBLISHPRESS_VERSION', '4.6.0-rc'); 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 81282112..9a1cdc3b 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 inside WordPress. Features include a content calendar, kanban board, and notifications. - * Version: 4.5.1 + * Version: 4.6.0-rc * Author: PublishPress * Author URI: https://publishpress.com * Text Domain: publishpress diff --git a/readme.txt b/readme.txt index f4b99c5c..7b304f7b 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Author URI: https://publishpress.com Tags: editorial calendar, marketing calendar, kanban board, content overview, marketing Requires at least: 5.5 Requires PHP: 7.2.5 -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 4.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -125,6 +125,10 @@ Yes, one feature in PublishPress Planner is editorial fields. Editorial Fields e The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [4.6.0] = + +* Compat : PublishPress Statuses Pro + = [4.5.1] - 14 Oct 2024 = * Update : Add settings to control the maximum number of posts on Content Overview and Board page, #1772