From 73914c1c739b2e6651eba4aaf7bf3b396d40d287 Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Tue, 15 Jun 2021 19:49:55 -0300 Subject: [PATCH] Bump version number --- includes.php | 2 +- publishpress.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes.php b/includes.php index 33e26ce69..dbe08c7ca 100644 --- a/includes.php +++ b/includes.php @@ -33,7 +33,7 @@ if (!defined('PP_LOADED')) { // Define constants - define('PUBLISHPRESS_VERSION', '3.3.2'); + define('PUBLISHPRESS_VERSION', '3.3.3-rc.1'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); define('PUBLISHPRESS_LIBRARIES_PATH', PUBLISHPRESS_BASE_PATH . '/libraries'); diff --git a/publishpress.php b/publishpress.php index 0c0788dfe..764f89f70 100644 --- a/publishpress.php +++ b/publishpress.php @@ -5,7 +5,7 @@ * Description: PublishPress helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 3.3.2 + * Version: 3.3.3-rc.1 * Text Domain: publishpress * Domain Path: /languages * diff --git a/readme.txt b/readme.txt index f044fc7d7..5273f8587 100644 --- a/readme.txt +++ b/readme.txt @@ -120,7 +120,7 @@ Follow PublishPress on [Facebook](https://www.facebook.com/publishpress), [Twitt The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -= UNRELEASED = += [3.3.3] - UNRELEASED = * Fixed: Fix "Statuses" doesn't appear with a title in important areas, #846; * Fixed: Fix links to posts with custom privacy are changed to preview links, #852;