Update version numbers

This commit is contained in:
Brian Miyaji
2018-10-17 11:48:31 +11:00
parent fd644e3071
commit 8cac595ed9
22 changed files with 26 additions and 26 deletions

View File

@@ -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.8
Version: 2.6.9
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Gutenberg' ) ) :
* Main SportsPress Gutenberg Class
*
* @class SportsPress_Gutenberg
* @version 2.6.8
* @version 2.6.9
*/
class SportsPress_Gutenberg {
@@ -36,7 +36,7 @@ class SportsPress_Gutenberg {
*/
private function define_constants() {
if ( !defined( 'SP_GUTENBERG_VERSION' ) )
define( 'SP_GUTENBERG_VERSION', '2.6.8' );
define( 'SP_GUTENBERG_VERSION', '2.6.9' );
if ( !defined( 'SP_GUTENBERG_URL' ) )
define( 'SP_GUTENBERG_URL', plugin_dir_url( __FILE__ ) );