From f938adcc0023ed1e3bb45282b978f16c346533f4 Mon Sep 17 00:00:00 2001 From: Ojo Paul Date: Fri, 10 Jun 2022 18:39:53 +0100 Subject: [PATCH] - Update the version number to the next stable version --- defines.php | 2 +- publishpress-authors.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defines.php b/defines.php index 1fc1bde4..8e0bbdad 100644 --- a/defines.php +++ b/defines.php @@ -12,7 +12,7 @@ defined('ABSPATH') or die('No direct script access allowed.'); if (!defined('PP_AUTHORS_LOADED')) { - define('PP_AUTHORS_VERSION', '3.17.0'); + define('PP_AUTHORS_VERSION', '3.18.0'); 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 15874290..d4d8d8dc 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.17.0 + * Version: 3.18.0 * Text Domain: publishpress-authors * * ------------------------------------------------------------------------------ diff --git a/readme.txt b/readme.txt index bc72a059..827415ed 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: 6.0 -Stable tag: 3.17.0 +Stable tag: 3.18.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html