Skip to content

Commit

Permalink
Merge pull request #691 from publishpress/release-3.17.0
Browse files Browse the repository at this point in the history
Release 3.17.0
  • Loading branch information
ojopaul authored May 30, 2022
2 parents 83bb501 + f8be672 commit 0097308
Show file tree
Hide file tree
Showing 16 changed files with 7,380 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @andergmartins
* @ojopaul
128 changes: 64 additions & 64 deletions composer.lock

Large diffs are not rendered by default.

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_LOADED')) {
define('PP_AUTHORS_VERSION', '3.16.3');
define('PP_AUTHORS_VERSION', '3.17.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.16.3
* Version: 3.17.0
* Text Domain: publishpress-authors
*
* ------------------------------------------------------------------------------
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Author URI: https://publishpress.com
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.16.3
Tested up to: 6.0
Stable tag: 3.17.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= [3.17.0] - 30 May 2022 =

* Added: Option to enable/disable loading font awesome assets in frontend, #625
* Added: Support for user fields WPML translations, #642
* Added: Add new shortcode [publishpress_authors_data] which can be used to display the author names or any profile field, #673
* Fixed: Multiple Authors Compability with Yoast SEO authors's title, #672
* Update: Change [author_box] to [publishpress_authors_box] in shortcode tab, #670

= [3.16.3] - 18 May 2022 =

* Added: Add an Author Filter for Posts, #90
* Update: Enable Author Profile for Administator and other roles with 'ppma_manage_authors', #649
* Added: Add a shortcodes tab to settings, #641
* Update: Run the WordPress VIP scans on Authors, #639
* Fixed: Authors menu links can be split up by PODS content types, #684

= [3.16.2] - 09 May 2022 =

Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/multiple-authors.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ form#edittag tr.form-field #slug {

.ppma-settings-shortcodes-shortcode .shortcode-field {
width: 82%;
max-width: 350px;
max-width: 440px;
padding: 8px 10px;
border-radius: 3px;
}
Expand Down
Loading

0 comments on commit 0097308

Please sign in to comment.