Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #1634

Merged
merged 11 commits into from
May 16, 2024
4 changes: 2 additions & 2 deletions common/php/class-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ public function get_post_status_options($post_status)
'publish' => 'dashicons-yes',
'future' => 'dashicons-calendar-alt',
'private' => 'dashicons-lock',
'draft' => 'dashicons-edit',
'pending' => 'dashicons-edit',
'draft' => 'dashicons-media-default',
'pending' => 'dashicons-clock',
'auto-draft' => 'dashicons-edit',
];

Expand Down
331 changes: 169 additions & 162 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.1.0' . time());
define('PUBLISHPRESS_VERSION', '4.2.0');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
Loading
Loading