Tag version 1.9

This commit is contained in:
Brian Miyaji
2015-09-23 22:39:10 +10:00
parent 789840f8f8
commit 07deef1cf4
49 changed files with 1107 additions and 921 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Modify SportsPress to work with individual (player vs player) sports.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.8.3
Version: 1.9
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Individual_Mode' ) ) :
* Main SportsPress Individual Mode Class
*
* @class SportsPress_Individual_Mode
* @version 1.8.3
* @version 1.9
*/
class SportsPress_Individual_Mode {
@@ -69,7 +69,7 @@ class SportsPress_Individual_Mode {
*/
private function define_constants() {
if ( !defined( 'SP_INDIVIDUAL_MODE_VERSION' ) )
define( 'SP_INDIVIDUAL_MODE_VERSION', '1.8.3' );
define( 'SP_INDIVIDUAL_MODE_VERSION', '1.9' );
if ( !defined( 'SP_INDIVIDUAL_MODE_URL' ) )
define( 'SP_INDIVIDUAL_MODE_URL', plugin_dir_url( __FILE__ ) );