From e0ef06ea03958e47e03658e3e9cfb546bc495a85 Mon Sep 17 00:00:00 2001 From: Ojo Paul Date: Mon, 14 Oct 2024 10:34:06 +0100 Subject: [PATCH] Update version --- defines.php | 2 +- publishpress-authors.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defines.php b/defines.php index 589025da..8d584aa9 100644 --- a/defines.php +++ b/defines.php @@ -12,7 +12,7 @@ defined('ABSPATH') or die('No direct script access allowed.'); if (!defined('PP_AUTHORS_LOADED')) { - define('PP_AUTHORS_VERSION', '4.7.1.1'); + define('PP_AUTHORS_VERSION', '4.7.2'); 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/'); diff --git a/publishpress-authors.php b/publishpress-authors.php index 49649601..8fe380c4 100644 --- a/publishpress-authors.php +++ b/publishpress-authors.php @@ -5,7 +5,7 @@ * Description: PublishPress Authors allows you to add multiple authors and guest authors to WordPress posts * Author: PublishPress * Author URI: https://publishpress.com - * Version: 4.7.1 + * Version: 4.7.2 * Text Domain: publishpress-authors * Domain Path: /languages * Requires at least: 5.5