Tag version 2.6.11

This commit is contained in:
Brian Miyaji
2018-12-06 22:49:06 +11:00
parent d83ac87638
commit 0abd9585bc
15 changed files with 35 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add player lists to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.1.4
Version: 2.6.11
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Player_Lists' ) ) :
* Main SportsPress Player Lists Class
*
* @class SportsPress_Player_Lists
* @version 2.1.4
* @version 2.6.11
*/
class SportsPress_Player_Lists {
@@ -48,7 +48,7 @@ class SportsPress_Player_Lists {
*/
private function define_constants() {
if ( !defined( 'SP_PLAYER_LISTS_VERSION' ) )
define( 'SP_PLAYER_LISTS_VERSION', '2.1.4' );
define( 'SP_PLAYER_LISTS_VERSION', '2.6.11' );
if ( !defined( 'SP_PLAYER_LISTS_URL' ) )
define( 'SP_PLAYER_LISTS_URL', plugin_dir_url( __FILE__ ) );