From c987d6094a13be411eec95a632bb3d351cc00d04 Mon Sep 17 00:00:00 2001 From: andergmartins Date: Thu, 17 Mar 2022 13:06:13 -0300 Subject: [PATCH] Update version to 3.15.1 and the changelog --- defines.php | 2 +- publishpress-authors.php | 2 +- readme.txt | 6 +++++- .../_support/_generated/AcceptanceTesterActions.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/defines.php b/defines.php index 89e3c001..8d1bcba2 100644 --- a/defines.php +++ b/defines.php @@ -12,7 +12,7 @@ defined('ABSPATH') or die('No direct script access allowed.'); if (!defined('PP_AUTHORS_VERSION')) { - define('PP_AUTHORS_VERSION', '3.15.1-alpha.1'); + define('PP_AUTHORS_VERSION', '3.15.1'); define('PP_AUTHORS_FILE', 'publishpress-authors/publishpress-authors.php'); define('PP_AUTHORS_BASE_PATH', plugin_dir_path(__DIR__ . '/publishpress-authors.php')); define('PP_AUTHORS_MODULES_PATH', PP_AUTHORS_BASE_PATH . 'src/modules/'); diff --git a/publishpress-authors.php b/publishpress-authors.php index 472194bf..cbd3436f 100644 --- a/publishpress-authors.php +++ b/publishpress-authors.php @@ -5,7 +5,7 @@ * Description: PublishPress Authors allows you to add multiple authors and guest authors to WordPress posts * Author: PublishPress * Author URI: https://publishpress.com - * Version: 3.15.1-alpha.1 + * Version: 3.15.1 * Text Domain: publishpress-authors * * ------------------------------------------------------------------------------ diff --git a/readme.txt b/readme.txt index 27b97b79..a54a0d61 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.6 Tested up to: 5.9 -Stable tag: 3.15.0 +Stable tag: 3.15.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -224,6 +224,10 @@ There are two ways to install the PublishPress Authors plugin: == Changelog == += [3.15.1] - 17 Mar 2022 = + +* Fixed: Fix fatal error: Cannot declare class PublishPress\WordPressBanners\BannersMain; + = [3.15.0] - 16 Mar 2022 = * Fixed: Fix error where secondary authors were dropped off the posts if loading author pages on sites using plain permalinks, #593; diff --git a/tests/codeception/_support/_generated/AcceptanceTesterActions.php b/tests/codeception/_support/_generated/AcceptanceTesterActions.php index 4e5999e1..d51c068d 100644 --- a/tests/codeception/_support/_generated/AcceptanceTesterActions.php +++ b/tests/codeception/_support/_generated/AcceptanceTesterActions.php @@ -1,4 +1,4 @@ -