From ffcf6ef3b2fd9eb29a5cc0e2a66fe744a373e370 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 1 Jan 2016 22:12:38 +1100 Subject: [PATCH] Tag version 1.9.13 --- includes/admin/class-sp-admin-welcome.php | 2 +- .../post-types/class-sp-admin-meta-boxes.php | 2 +- .../class-sp-meta-box-event-performance.php | 2 +- .../class-sp-meta-box-list-columns.php | 2 +- .../class-sp-meta-box-list-data.php | 2 +- .../class-sp-meta-box-team-staff.php | 2 +- .../settings/class-sp-settings-general.php | 2 +- includes/class-sp-ajax.php | 2 +- includes/class-sp-install.php | 2 +- includes/class-sp-player-list.php | 2 +- includes/class-sp-player.php | 2 +- includes/class-sp-team.php | 2 +- includes/class-sp-template-loader.php | 2 +- includes/sp-core-functions.php | 2 +- includes/sp-template-functions.php | 2 +- includes/sp-template-hooks.php | 2 +- license.txt | 2 +- readme.txt | 23 ++++++++++++++++++- sportspress.php | 8 +++---- templates/event-blocks.php | 2 +- templates/event-list.php | 2 +- templates/league-table.php | 2 +- templates/player-gallery-thumbnail.php | 2 +- templates/player-gallery.php | 2 +- templates/player-list.php | 2 +- templates/team-staff.php | 2 +- 26 files changed, 50 insertions(+), 29 deletions(-) diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index 11aaf572..e069616b 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -9,7 +9,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.9.12 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-meta-boxes.php b/includes/admin/post-types/class-sp-admin-meta-boxes.php index 6cce6da2..3a2244b7 100644 --- a/includes/admin/post-types/class-sp-admin-meta-boxes.php +++ b/includes/admin/post-types/class-sp-admin-meta-boxes.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.6 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index b960a841..bdda9245 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.7 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-columns.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-columns.php index b57d06f1..8d5e904a 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-columns.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-columns.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.1 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-data.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-data.php index 86e8aafd..2e022925 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-data.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-list-data.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.7 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-staff.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-staff.php index 0f42b999..c77a24f7 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-staff.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-team-staff.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 1.9.12 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/settings/class-sp-settings-general.php b/includes/admin/settings/class-sp-settings-general.php index bb0edd52..39389691 100644 --- a/includes/admin/settings/class-sp-settings-general.php +++ b/includes/admin/settings/class-sp-settings-general.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 1.8.7 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-ajax.php b/includes/class-sp-ajax.php index b9ec97e6..d5903166 100644 --- a/includes/class-sp-ajax.php +++ b/includes/class-sp-ajax.php @@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly * AJAX Event Handler * * @class SP_AJAX - * @version 1.7 + * @version 1.9.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index 67da2656..41ca4cc5 100644 --- a/includes/class-sp-install.php +++ b/includes/class-sp-install.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Classes - * @version 1.9 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index e1ae632d..cfb6009f 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -5,7 +5,7 @@ * The SportsPress player list class handles individual player list data. * * @class SP_Player_List - * @version 1.9.6 + * @version 1.9.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-player.php b/includes/class-sp-player.php index 21da8ae7..e91a21be 100644 --- a/includes/class-sp-player.php +++ b/includes/class-sp-player.php @@ -5,7 +5,7 @@ * The SportsPress player class handles individual player data. * * @class SP_Player - * @version 1.9.12 + * @version 1.9.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index 3e68dacb..53a3d335 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -5,7 +5,7 @@ * The SportsPress team class handles individual team data. * * @class SP_Team - * @version 1.9.6 + * @version 1.9.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-template-loader.php b/includes/class-sp-template-loader.php index 6ab9189c..ac48b259 100644 --- a/includes/class-sp-template-loader.php +++ b/includes/class-sp-template-loader.php @@ -3,7 +3,7 @@ * Template Loader * * @class SP_Template_Loader - * @version 1.9 + * @version 1.9.13 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 54ee0e6e..d999e304 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 1.9.6 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-functions.php b/includes/sp-template-functions.php index e23b0f72..92b221a5 100644 --- a/includes/sp-template-functions.php +++ b/includes/sp-template-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 1.9.8 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index e57054a1..56fa3422 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 1.9 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/license.txt b/license.txt index 34aca7e5..4e65a0cf 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ SportsPress -Copyright 2015 by the contributors +Copyright 2016 by the contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/readme.txt b/readme.txt index e3027a69..8d5ad8cf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.4 -Stable tag: 1.9.12 +Stable tag: 1.9.13 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,27 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 1.9.13 = +* Feature - Add option to display positions in player lists. +* Feature - Add option to show or hide player squad number and rank column. +* Feature - Add ability to display staff members in team page. +* Feature - Unique widget option added to hide widget when same as content. +* Tweak - Get auto and manual league tables in team page. +* Tweak - Add row numbers to league table and event list. +* Tweak - Allow searching from middle of sport preset names. +* Tweak - Remove deprecated settings from admin. +* Tweak - Prevent unnecessary scrollbar from appearing under scrollable tables. +* Tweak - Add spaces between results in event blocks widget. +* Tweak - Default template positions adjusted to render main content first. +* Tweak - Adjust checkbox column padding in admin. +* Tweak - Prevent positions and jobs from automatically linking to archives. +* Tweak - Adjust capabilities to allow team managers to edit venues. +* Fix - Player gallery thumbnail size too small in some cases. +* Fix - Competitive event icon in edit screen. +* Fix - SportsPress widget icons not appearing in 4.4 admin. +* Localization - Add demoyer to translation team. +* Localization - Update Dutch translations. + = 1.9.12 = * Tweak - Display team names and score template without logos. * Tweak - Validate hex color input. diff --git a/sportspress.php b/sportspress.php index e0044534..24de04e3 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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: 1.9.12 + * Version: 1.9.13 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 - * Tested up to: 4.3 + * Tested up to: 4.4 * * Text Domain: sportspress * Domain Path: /languages/ @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 1.9.12 + * @version 1.9.13 */ final class SportsPress { /** * @var string */ - public $version = '1.9.12'; + public $version = '1.9.13'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-blocks.php b/templates/event-blocks.php index 35d09973..01840851 100644 --- a/templates/event-blocks.php +++ b/templates/event-blocks.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.9.8 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/event-list.php b/templates/event-list.php index f8249b36..1788ed3d 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.9.8 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/league-table.php b/templates/league-table.php index cf7f49df..4fbe3b06 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.8.7 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/player-gallery-thumbnail.php b/templates/player-gallery-thumbnail.php index c7cb7f1d..f8410f45 100644 --- a/templates/player-gallery-thumbnail.php +++ b/templates/player-gallery-thumbnail.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.5 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/player-gallery.php b/templates/player-gallery.php index 4a63044d..c79e0d4c 100644 --- a/templates/player-gallery.php +++ b/templates/player-gallery.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.8.7 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/player-list.php b/templates/player-list.php index 753dabe0..980e2376 100644 --- a/templates/player-list.php +++ b/templates/player-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.9.8 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/templates/team-staff.php b/templates/team-staff.php index 767ba247..a9c31875 100644 --- a/templates/team-staff.php +++ b/templates/team-staff.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.9.12 + * @version 1.9.13 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly