From c66c5f65801c93ee4105262be2c8dc287444e6e0 Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Wed, 18 Sep 2024 14:57:58 +1000 Subject: [PATCH] Bump up the version of the plugin --- vip-workflow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vip-workflow.php b/vip-workflow.php index ad65cac1..27eab847 100644 --- a/vip-workflow.php +++ b/vip-workflow.php @@ -5,7 +5,7 @@ * Description: Adding additional editorial workflow capabilities to WordPress. * Author: WordPress VIP * Text Domain: vip-workflow - * Version: 0.2.0 + * Version: 0.3.0 * Requires at least: 6.2 * Requires PHP: 8.0 * License: GPL-3 @@ -36,7 +36,7 @@ } // Define contants -define( 'VIP_WORKFLOW_VERSION', '0.2.0' ); +define( 'VIP_WORKFLOW_VERSION', '0.3.0' ); define( 'VIP_WORKFLOW_ROOT', __DIR__ ); define( 'VIP_WORKFLOW_URL', plugins_url( '/', __FILE__ ) ); define( 'VIP_WORKFLOW_SETTINGS_PAGE', add_query_arg( 'page', 'vw-settings', get_admin_url( null, 'admin.php' ) ) );