From fc68c0f357b797d99a4f5bf060f83b06eb365a01 Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Tue, 5 May 2020 15:51:02 -0300 Subject: [PATCH] Bump version to 3.3.0 --- publishpress-authors.php | 2 +- readme.txt | 4 ++-- src/includes.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/publishpress-authors.php b/publishpress-authors.php index 867ef098..e6adeefd 100644 --- a/publishpress-authors.php +++ b/publishpress-authors.php @@ -12,7 +12,7 @@ * @publishpress-authors * Plugin Name: PublishPress Authors * Plugin URI: https://publishpress.com/ - * Version: 3.3.0-beta.3 + * Version: 3.3.0 * Description: Add support for multiple authors * Author: PublishPress * Author URI: https://publishpress.com diff --git a/readme.txt b/readme.txt index edeee88c..f90408e3 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: multiple authors, authors, guest authors, author fields, author layouts Requires at least: 4.7 Requires PHP: 5.4 Tested up to: 5.3 -Stable tag: 3.2.4 +Stable tag: 3.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -127,7 +127,7 @@ There are two ways to install the PublishPress Authors plugin: The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html). -= [3.3.0] - 2020-04-30 = += [3.3.0] - 2020-05-05 = * Added: Some error messages are now added to the error log; * Added: Added links to the slug column in the authors list to open the authors page in the frontend; diff --git a/src/includes.php b/src/includes.php index 6a6359a0..3f8fc5c0 100644 --- a/src/includes.php +++ b/src/includes.php @@ -14,7 +14,7 @@ defined('ABSPATH') or die('No direct script access allowed.'); if (!defined('PP_AUTHORS_LOADED')) { - define('PP_AUTHORS_VERSION', '3.3.0-beta.3'); + define('PP_AUTHORS_VERSION', '3.3.0'); define('PP_AUTHORS_FILE', 'publishpress-authors/publishpress-authors.php'); define('PP_AUTHORS_BASE_PATH', plugin_dir_path(realpath(__DIR__ . '/../publishpress-authors.php'))); define('PP_AUTHORS_SRC_PATH', PP_AUTHORS_BASE_PATH . 'src/');