Skip to content

Commit

Permalink
Merge pull request #1520 from publishpress/release-v4.0.2
Browse files Browse the repository at this point in the history
Release v4.0.2
  • Loading branch information
agapetry authored Jan 4, 2024
2 parents 392855d + 7b1c3bb commit aa5727b
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 96 deletions.
4 changes: 2 additions & 2 deletions includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package PublishPress
* @author PublishPress
*
* Copyright (c) 2022 PublishPress
* Copyright (c) 2024 PublishPress
*
* ------------------------------------------------------------------------------
* Based on Edit Flow
Expand Down Expand Up @@ -34,7 +34,7 @@
if (! defined('PP_LOADED')) {
if (! defined('PUBLISHPRESS_VERSION')) {
// Define constants
define('PUBLISHPRESS_VERSION', '4.0.1');
define('PUBLISHPRESS_VERSION', '4.0.2');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
Loading

0 comments on commit aa5727b

Please sign in to comment.