Skip to content

Commit

Permalink
Merge pull request #1835 from publishpress/release-v4.7.0
Browse files Browse the repository at this point in the history
Release v4.7.0
  • Loading branch information
ojopaul authored Jun 20, 2024
2 parents f013a1f + 74107b0 commit 478a22b
Show file tree
Hide file tree
Showing 48 changed files with 34,607 additions and 16,836 deletions.
247 changes: 124 additions & 123 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', '4.6.0');
define('PP_AUTHORS_VERSION', '4.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
3 changes: 2 additions & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ function ($settings) {
['base' => 'edit', 'id' => 'edit-ppmacf_field', 'post_type' => 'ppmacf_field'],
['base' => 'post', 'id' => 'ppmacf_field', 'post_type' => 'ppmacf_field'],
['base' => 'authors_page_ppma-modules-settings', 'id' => 'authors_page_ppma-modules-settings'],
['base' => 'authors_page_ppma-author-categories', 'id' => 'authors_page_ppma-author-categories'],
['base' => 'authors_page_ppma-author-list', 'id' => 'authors_page_ppma-author-list'],
['base' => 'authors_page_ppma-author-pages', 'id' => 'authors_page_ppma-author-pages'],
]
];

Expand Down
Binary file modified languages/publishpress-authors-es_ES.mo
Binary file not shown.
1,165 changes: 658 additions & 507 deletions languages/publishpress-authors-es_ES.po

Large diffs are not rendered by default.

Binary file modified languages/publishpress-authors-fr_FR.mo
Binary file not shown.
1,167 changes: 660 additions & 507 deletions languages/publishpress-authors-fr_FR.po

Large diffs are not rendered by default.

Binary file modified languages/publishpress-authors-it_IT.mo
Binary file not shown.
1,166 changes: 658 additions & 508 deletions languages/publishpress-authors-it_IT.po

Large diffs are not rendered by default.

Loading

0 comments on commit 478a22b

Please sign in to comment.