Skip to content

Commit

Permalink
Merge pull request #232 from publishpress/release-v3.7.0
Browse files Browse the repository at this point in the history
Release v3.7.0
  • Loading branch information
andergmartins authored Sep 10, 2020
2 parents a045de5 + 0caadc0 commit 03d6c35
Show file tree
Hide file tree
Showing 8 changed files with 492 additions and 448 deletions.
2 changes: 1 addition & 1 deletion defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
defined('ABSPATH') or die('No direct script access allowed.');

if (!defined('PP_AUTHORS_VERSION')) {
define('PP_AUTHORS_VERSION', '3.6.3');
define('PP_AUTHORS_VERSION', '3.7.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/');
Expand Down
2 changes: 1 addition & 1 deletion publishpress-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.3
* Version: 3.7.0
* Text Domain: publishpress-authors
*
* ------------------------------------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.3
Stable tag: 3.7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -127,6 +127,11 @@ 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.7.0] - 2020-09-10 =

* Fixed: Fixed performance issue in the post list and edit page removing avatars from the authors fields, #227;
* Added: Added option to change the default author for new posts in the site, #50;

= [3.6.3] - 2020-09-04 =

* Fixed: Fix error "Uncaught Error: Call to a member function add_cap() on null", #223;
Expand Down
Loading

0 comments on commit 03d6c35

Please sign in to comment.