Skip to content

Commit

Permalink
Merge pull request #611 from publishpress/release-v3.16.0
Browse files Browse the repository at this point in the history
Release v3.16.0
  • Loading branch information
andergmartins authored Mar 23, 2022
2 parents c987d60 + 48f1af4 commit af0db0d
Show file tree
Hide file tree
Showing 21 changed files with 2,248 additions and 1,581 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
}
],
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": {
Expand Down
17 changes: 7 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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');
define('PP_AUTHORS_VERSION', '3.16.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
Binary file modified languages/publishpress-authors-it_IT.mo
Binary file not shown.
Loading

0 comments on commit af0db0d

Please sign in to comment.