Skip to content

Commit

Permalink
Merge pull request #1686 from publishpress/release-v4.4.0
Browse files Browse the repository at this point in the history
Release v4.4.0
  • Loading branch information
ojopaul authored Mar 6, 2024
2 parents 2123911 + 28931a6 commit f35176c
Show file tree
Hide file tree
Showing 32 changed files with 2,538 additions and 1,720 deletions.
10 changes: 0 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
}
},
"minimum-stability": "stable",
"repositories": [
{
"type": "git",
"url": "https://github.com/publishpress/wp-browser"
},
{
"type": "git",
"url": "https://github.com/publishpress/publishpress-instance-protection"
}
],
"require": {
"php": ">=7.2.5"
},
Expand Down
181 changes: 94 additions & 87 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.3.2');
define('PP_AUTHORS_VERSION', '4.4.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 f35176c

Please sign in to comment.