Skip to content

Commit

Permalink
Update version to 3.15.1 and the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Mar 17, 2022
1 parent 7e2f992 commit c987d60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.15.1-alpha.1');
define('PP_AUTHORS_VERSION', '3.15.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/');
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.15.1-alpha.1
* Version: 3.15.1
* Text Domain: publishpress-authors
*
* ------------------------------------------------------------------------------
Expand Down
6 changes: 5 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.9
Stable tag: 3.15.0
Stable tag: 3.15.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -224,6 +224,10 @@ There are two ways to install the PublishPress Authors plugin:

== Changelog ==

= [3.15.1] - 17 Mar 2022 =

* Fixed: Fix fatal error: Cannot declare class PublishPress\WordPressBanners\BannersMain;

= [3.15.0] - 16 Mar 2022 =

* Fixed: Fix error where secondary authors were dropped off the posts if loading author pages on sites using plain permalinks, #593;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] ad25a9ab56f2e864fe1e1ca3aa723c98
<?php //[STAMP] c5ffcce770dc3351a7eb3ba9331170db
namespace _generated;

// This class was automatically generated by build task
Expand Down

0 comments on commit c987d60

Please sign in to comment.