Skip to content

Commit

Permalink
Merge pull request #1713 from publishpress/release-v4.3.1
Browse files Browse the repository at this point in the history
Release v4.3.1
  • Loading branch information
olatechpro authored Jul 24, 2024
2 parents f64a6ad + ae0385d commit 3a88136
Show file tree
Hide file tree
Showing 12 changed files with 262 additions and 243 deletions.
22 changes: 11 additions & 11 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 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.3.0');
define('PUBLISHPRESS_VERSION', '4.3.1');
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 3a88136

Please sign in to comment.