Skip to content

Commit

Permalink
Update version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Feb 13, 2020
1 parent 0a643a3 commit a6ee35d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes.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_LOADED')) {
define('PP_AUTHORS_VERSION', '3.2.1-beta-3');
define('PP_AUTHORS_VERSION', '3.2.1');
define('PP_AUTHORS_FILE', 'publishpress-authors/publishpress-authors.php');
define('PP_AUTHORS_BASE_PATH', plugin_dir_path(__FILE__));
define('PP_AUTHORS_MODULES_PATH', PP_AUTHORS_BASE_PATH . 'modules');
Expand Down
2 changes: 1 addition & 1 deletion publishpress-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @publishpress-authors
* Plugin Name: PublishPress Authors
* Plugin URI: https://publishpress.com/
* Version: 3.2.1-beta-3
* Version: 3.2.1
* Description: Add support for multiple authors
* Author: PublishPress
* Author URI: https://publishpress.com
Expand Down
4 changes: 2 additions & 2 deletions 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.4
Tested up to: 5.3
Stable tag: 3.2.0
Stable tag: 3.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -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.2.1] - UNRELEASED =
= [3.2.1] - 2020-02-13 =

* Fixed: Fixed the author's posts count on some sites;
* Fixed: Fixed the query for migrating posts' authors when installed for the first time;
Expand Down

0 comments on commit a6ee35d

Please sign in to comment.