Skip to content

Commit

Permalink
Beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 10, 2024
1 parent 6f711d0 commit f9b5601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.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');
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 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
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f9b5601

Please sign in to comment.