From 015e65112a0184a05f1c02fec24867eb8a84aa6e Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Thu, 5 Nov 2020 14:47:42 -0300 Subject: [PATCH] Update version and changelog --- defines.php | 2 +- publishpress-authors.php | 2 +- readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defines.php b/defines.php index ebe62726..b646e8ff 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.8.1-beta.1'); + define('PP_AUTHORS_VERSION', '3.8.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 aa4aa86f..22c572bc 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.8.1-beta.1 + * Version: 3.8.1 * Text Domain: publishpress-authors * * ------------------------------------------------------------------------------ diff --git a/readme.txt b/readme.txt index 4fbc9681..f1e8373b 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.5 -Stable tag: 3.8.0 +Stable tag: 3.8.1 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.8.1] - UNRELEASED = += [3.8.1] - 2020-11-05 = * Fixed: Fixed the consistency of avatar dimensions between the img tag attributes and the CSS, #258; * Fixed: Fixed edit_posts permission check for the PublishPress calendar, #264;