From 8707fb3e61f4d05232519e60772fea7104da531a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 12 Dec 2018 16:49:18 +1100 Subject: [PATCH] Update file version number --- modules/sportspress-gutenberg.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/sportspress-gutenberg.php b/modules/sportspress-gutenberg.php index 7085db41..77ceeb8e 100644 --- a/modules/sportspress-gutenberg.php +++ b/modules/sportspress-gutenberg.php @@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/ Description: Add Gutenberg support to SportsPress. Author: ThemeBoy Author URI: http://themeboy.com/ -Version: 2.6.9 +Version: 2.6.13 */ // Exit if accessed directly @@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Gutenberg' ) ) : * Main SportsPress Gutenberg Class * * @class SportsPress_Gutenberg - * @version 2.6.9 + * @version 2.6.13 */ class SportsPress_Gutenberg { @@ -37,7 +37,7 @@ class SportsPress_Gutenberg { */ private function define_constants() { if ( !defined( 'SP_GUTENBERG_VERSION' ) ) - define( 'SP_GUTENBERG_VERSION', '2.6.9' ); + define( 'SP_GUTENBERG_VERSION', '2.6.13' ); if ( !defined( 'SP_GUTENBERG_URL' ) ) define( 'SP_GUTENBERG_URL', plugin_dir_url( __FILE__ ) );