From da9967e1070682cb82f143ab8d35ad923752e9e3 Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Wed, 27 May 2020 12:10:38 -0300 Subject: [PATCH] Preparing for releasing 3.3.1 --- publishpress-authors.php | 2 +- readme.txt | 2 +- src/includes.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publishpress-authors.php b/publishpress-authors.php index eee497d9..af4921f2 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.1-beta.2 + * Version: 3.3.1 * Description: Add support for multiple authors * Author: PublishPress * Author URI: https://publishpress.com diff --git a/readme.txt b/readme.txt index 0601899e..69a9870b 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.3.0 +Stable tag: 3.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/includes.php b/src/includes.php index dc6c83e6..cd4b278f 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.1-beta.2'); + define('PP_AUTHORS_VERSION', '3.3.1'); 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/');