From 6e310fe5e9435c9f75774fc2ec45493282eff15f Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Wed, 10 Apr 2024 08:52:04 -0600 Subject: [PATCH] Bump version to 0.9.8 --- edit_flow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edit_flow.php b/edit_flow.php index 77adf6a9..309b110f 100644 --- a/edit_flow.php +++ b/edit_flow.php @@ -4,7 +4,7 @@ Plugin URI: http://editflow.org/ Description: Remixing the WordPress admin for better editorial workflow options. Author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others -Version: 0.9.7 +Version: 0.9.8 Author URI: http://editflow.org/ Copyright 2009-2019 Mohammad Jangda, Daniel Bachhuber, Automattic, et al. @@ -46,7 +46,7 @@ function _ef_print_php_version_admin_notice() { } // Define contants -define( 'EDIT_FLOW_VERSION' , '0.9.7' ); +define( 'EDIT_FLOW_VERSION' , '0.9.8' ); define( 'EDIT_FLOW_ROOT' , dirname(__FILE__) ); define( 'EDIT_FLOW_FILE_PATH' , EDIT_FLOW_ROOT . '/' . basename(__FILE__) ); define( 'EDIT_FLOW_URL' , plugins_url( '/', __FILE__ ) );