Skip to content

Commit

Permalink
Merge pull request #1701 from publishpress/release-v4.3.0
Browse files Browse the repository at this point in the history
Release v4.3.0
  • Loading branch information
olatechpro authored Jul 22, 2024
2 parents 8485150 + 75a7087 commit f64a6ad
Show file tree
Hide file tree
Showing 30 changed files with 7,676 additions and 13,410 deletions.
16 changes: 8 additions & 8 deletions common/php/class-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,14 @@ public function get_post_status_options($post_status)
$color = $term->color;
} else {
$default_status_colors = [
'pitch' => '#cc0000',
'assigned' => '#00bcc5',
'in-progress' => '#ccc500',
'draft' => '#f91d84',
'pending' => '#d87200',
'private' => '#000000',
'future' => '#655997',
'publish' => '#655997',
'pitch' => '#887618',
'assigned' => '#009ba0',
'in-progress' => '#8c5400',
'draft' => '#767676',
'pending' => '#b95c00',
'private' => '#b40000',
'future' => '#8440f0',
'publish' => '#207720',
];

if (isset($default_status_colors[$post_status])) {
Expand Down
517 changes: 256 additions & 261 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (! defined('PP_LOADED')) {
if (! defined('PUBLISHPRESS_VERSION')) {
// Define constants
define('PUBLISHPRESS_VERSION', '4.2.1');
define('PUBLISHPRESS_VERSION', '4.3.0');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
Binary file modified languages/publishpress-es_ES.mo
Binary file not shown.
Loading

0 comments on commit f64a6ad

Please sign in to comment.