Tag version 2.6.11
This commit is contained in:
@@ -1026,6 +1026,7 @@ table.sp-status-table td mark.yes {
|
||||
display: inline;
|
||||
}
|
||||
.about-sportspress-wrap .sp-welcome-logo img {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
.about-sportspress-wrap .sp-about-text {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin/Meta_Boxes
|
||||
* @version 2.5
|
||||
* @version 2.6.11
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
* AJAX Event Handler
|
||||
*
|
||||
* @class SP_AJAX
|
||||
* @version 2.6.9
|
||||
* @version 2.6.11
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* The SportsPress event class handles individual event data.
|
||||
*
|
||||
* @class SP_Event
|
||||
* @version 2.6.9
|
||||
* @version 2.6.11
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
* Registers post types and taxonomies
|
||||
*
|
||||
* @class SP_Post_types
|
||||
* @version 2.6.8
|
||||
* @version 2.6.11
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add event calendars to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6.8
|
||||
Version: 2.6.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Calendars' ) ) :
|
||||
* Main SportsPress Calendars Class
|
||||
*
|
||||
* @class SportsPress_Calendars
|
||||
* @version 2.6.8
|
||||
* @version 2.6.11
|
||||
*/
|
||||
class SportsPress_Calendars {
|
||||
|
||||
@@ -51,7 +51,7 @@ class SportsPress_Calendars {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_CALENDARS_VERSION' ) )
|
||||
define( 'SP_CALENDARS_VERSION', '2.6.8' );
|
||||
define( 'SP_CALENDARS_VERSION', '2.6.11' );
|
||||
|
||||
if ( !defined( 'SP_CALENDARS_URL' ) )
|
||||
define( 'SP_CALENDARS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add league tables to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.4
|
||||
Version: 2.6.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_League_Tables' ) ) :
|
||||
* Main SportsPress League Tables Class
|
||||
*
|
||||
* @class SportsPress_League_Tables
|
||||
* @version 2.4
|
||||
* @version 2.6.11
|
||||
*/
|
||||
class SportsPress_League_Tables {
|
||||
|
||||
@@ -48,7 +48,7 @@ class SportsPress_League_Tables {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_LEAGUE_TABLES_VERSION' ) )
|
||||
define( 'SP_LEAGUE_TABLES_VERSION', '2.4' );
|
||||
define( 'SP_LEAGUE_TABLES_VERSION', '2.6.11' );
|
||||
|
||||
if ( !defined( 'SP_LEAGUE_TABLES_URL' ) )
|
||||
define( 'SP_LEAGUE_TABLES_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add officials to SportsPress.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 2.6
|
||||
Version: 2.6.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Officials' ) ) :
|
||||
* Main SportsPress Officials Class
|
||||
*
|
||||
* @class SportsPress_Officials
|
||||
* @version 2.6
|
||||
* @version 2.6.11
|
||||
*/
|
||||
class SportsPress_Officials {
|
||||
|
||||
@@ -66,7 +66,7 @@ class SportsPress_Officials {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_OFFICIALS_VERSION' ) )
|
||||
define( 'SP_OFFICIALS_VERSION', '2.6' );
|
||||
define( 'SP_OFFICIALS_VERSION', '2.6.11' );
|
||||
|
||||
if ( !defined( 'SP_OFFICIALS_URL' ) )
|
||||
define( 'SP_OFFICIALS_URL', plugin_dir_url( __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__ ) );
|
||||
|
||||
12
readme.txt
12
readme.txt
@@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, savvasha, nabil_kadimi
|
||||
Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters
|
||||
Donate link: http://tboy.co/donate
|
||||
Requires at least: 3.8
|
||||
Tested up to: 4.9
|
||||
Stable tag: 2.6.10
|
||||
Tested up to: 5.0
|
||||
Stable tag: 2.6.11
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -237,6 +237,14 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.6.11 =
|
||||
* Tweak - Apply reverse teams setting to event blocks.
|
||||
* Tweak - Add zero before days in countdown when there are less than 10 days to go.
|
||||
* Fix - Venue address not setting correctly.
|
||||
* Fix - RTL language support for first column in tables.
|
||||
* Fix - PHP warnings for various static functions.
|
||||
* Fix - Custom post types displaying blank screen in admin when Gutenberg is active.
|
||||
|
||||
= 2.6.10 =
|
||||
* Tweak - Apply reverse teams settings to logos.
|
||||
* Fix - Statistics doubling in player lists when player is assigned to a team.
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
* Plugin Name: SportsPress
|
||||
* Plugin URI: http://themeboy.com/sportspress/
|
||||
* Description: Manage your club and its players, staff, events, league tables, and player lists.
|
||||
* Version: 2.6.10
|
||||
* Version: 2.6.11
|
||||
* Author: ThemeBoy
|
||||
* Author URI: http://themeboy.com
|
||||
* Requires at least: 3.8
|
||||
* Tested up to: 4.9
|
||||
* Tested up to: 5.0
|
||||
*
|
||||
* Text Domain: sportspress
|
||||
* Domain Path: /languages/
|
||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* Main SportsPress Class
|
||||
*
|
||||
* @class SportsPress
|
||||
* @version 2.6.10
|
||||
* @version 2.6.11
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '2.6.10';
|
||||
public $version = '2.6.11';
|
||||
|
||||
/**
|
||||
* @var SportsPress The single instance of the class
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.6.9
|
||||
* @version 2.6.11
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.6.9
|
||||
* @version 2.6.11
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.6.9
|
||||
* @version 2.6.11
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @package SportsPress/Templates
|
||||
* @version 2.5.5
|
||||
* @version 2.6.11
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
Reference in New Issue
Block a user