Skip to content

Commit

Permalink
Merge pull request #1792 from publishpress/release-v4.6.0
Browse files Browse the repository at this point in the history
Release v4.6.0
  • Loading branch information
ojopaul authored Jun 3, 2024
2 parents 58d0508 + 0a813ff commit f013a1f
Show file tree
Hide file tree
Showing 44 changed files with 11,916 additions and 2,698 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
[
"@babel/transform-react-jsx",
{
"pragma": "wp.element.createElement"
"pragma": "wp.element.createElement",
"pragmaFrag": "wp.element.Fragment"
}
]
],
Expand Down
54 changes: 27 additions & 27 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_LOADED')) {
define('PP_AUTHORS_VERSION', '4.5.0');
define('PP_AUTHORS_VERSION', '4.6.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-es_ES.mo
Binary file not shown.
Loading

0 comments on commit f013a1f

Please sign in to comment.