diff --git a/includes/sportspress-sponsors/sportspress-sponsors.php b/includes/sportspress-sponsors/sportspress-sponsors.php index 42244ef5..507be3e7 100644 --- a/includes/sportspress-sponsors/sportspress-sponsors.php +++ b/includes/sportspress-sponsors/sportspress-sponsors.php @@ -5,7 +5,7 @@ Description: Add sponsors to SportsPress. Author: ThemeBoy Author URI: http://themeboy.com -Version: 2.0.10 +Version: 2.3 */ // Exit if accessed directly @@ -17,7 +17,7 @@ * Main SportsPress Sponsors Class * * @class SportsPress_Sponsors - * @version 2.0.10 + * @version 2.3 */ class SportsPress_Sponsors { @@ -70,7 +70,7 @@ public function __construct() { */ private function define_constants() { if ( !defined( 'SP_SPONSORS_VERSION' ) ) - define( 'SP_SPONSORS_VERSION', '2.0.10' ); + define( 'SP_SPONSORS_VERSION', '2.3' ); if ( !defined( 'SP_SPONSORS_URL' ) ) define( 'SP_SPONSORS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/includes/sportspress-staff-directories/includes/class-sp-staff-directory.php b/includes/sportspress-staff-directories/includes/class-sp-staff-directory.php index fdeb9a7b..84a6755a 100644 --- a/includes/sportspress-staff-directories/includes/class-sp-staff-directory.php +++ b/includes/sportspress-staff-directories/includes/class-sp-staff-directory.php @@ -5,7 +5,7 @@ * The SportsPress staff directory class handles individual staff directory data. * * @class SP_Staff_Directory - * @version 2.1.5 + * @version 2.3 * @package SportsPress_Staff_Directories * @category Class * @author ThemeBoy diff --git a/includes/sportspress-staff-directories/sportspress-staff-directories.php b/includes/sportspress-staff-directories/sportspress-staff-directories.php index 216d112d..a7e65863 100644 --- a/includes/sportspress-staff-directories/sportspress-staff-directories.php +++ b/includes/sportspress-staff-directories/sportspress-staff-directories.php @@ -5,7 +5,7 @@ Description: Adds staff directories to SportsPress. Author: ThemeBoy Author URI: http://themeboy.com -Version: 2.1.5 +Version: 2.3 */ // Exit if accessed directly @@ -17,7 +17,7 @@ * Main SportsPress Staff Directories Class * * @class SportsPress_Staff_Directories - * @version 2.1.5 + * @version 2.3 */ class SportsPress_Staff_Directories { @@ -77,7 +77,7 @@ public function __construct() { */ private function define_constants() { if ( !defined( 'SP_STAFF_DIRECTORIES_VERSION' ) ) - define( 'SP_STAFF_DIRECTORIES_VERSION', '2.1.5' ); + define( 'SP_STAFF_DIRECTORIES_VERSION', '2.3' ); if ( !defined( 'SP_STAFF_DIRECTORIES_URL' ) ) define( 'SP_STAFF_DIRECTORIES_URL', plugin_dir_url( __FILE__ ) ); diff --git a/includes/sportspress-tournaments/includes/class-sp-tournament-meta-boxes.php b/includes/sportspress-tournaments/includes/class-sp-tournament-meta-boxes.php index 64c7de80..5bda8c28 100644 --- a/includes/sportspress-tournaments/includes/class-sp-tournament-meta-boxes.php +++ b/includes/sportspress-tournaments/includes/class-sp-tournament-meta-boxes.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress_Tournaments - * @version 2.2 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sportspress-tournaments/sportspress-tournaments.php b/includes/sportspress-tournaments/sportspress-tournaments.php index 6185c781..40ada4fb 100644 --- a/includes/sportspress-tournaments/sportspress-tournaments.php +++ b/includes/sportspress-tournaments/sportspress-tournaments.php @@ -5,7 +5,7 @@ Description: Adds tournament groups and brackets to SportsPress. Author: ThemeBoy Author URI: http://themeboy.com -Version: 2.2 +Version: 2.3 */ // Exit if accessed directly @@ -17,7 +17,7 @@ * Main SportsPress Tournaments Class * * @class SportsPress_Tournaments - * @version 2.2 + * @version 2.3 */ class SportsPress_Tournaments { @@ -68,7 +68,7 @@ public function __construct() { */ private function define_constants() { if ( !defined( 'SP_TOURNAMENTS_VERSION' ) ) - define( 'SP_TOURNAMENTS_VERSION', '2.2' ); + define( 'SP_TOURNAMENTS_VERSION', '2.3' ); if ( !defined( 'SP_TOURNAMENTS_URL' ) ) define( 'SP_TOURNAMENTS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/includes/sportspress-tournaments/templates/tournament-bracket.php b/includes/sportspress-tournaments/templates/tournament-bracket.php index e9d9a26f..bbb3d8e2 100644 --- a/includes/sportspress-tournaments/templates/tournament-bracket.php +++ b/includes/sportspress-tournaments/templates/tournament-bracket.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress_Tournaments - * @version 2.2 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sportspress-user-scores/includes/class-sp-user-scores-meta-boxes.php b/includes/sportspress-user-scores/includes/class-sp-user-scores-meta-boxes.php index 8ad66a26..ecdb9f8e 100644 --- a/includes/sportspress-user-scores/includes/class-sp-user-scores-meta-boxes.php +++ b/includes/sportspress-user-scores/includes/class-sp-user-scores-meta-boxes.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress_User_Scoress - * @version 2.2.11 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sportspress-user-scores/sportspress-user-scores.php b/includes/sportspress-user-scores/sportspress-user-scores.php index bf3ceb55..1d0e5148 100644 --- a/includes/sportspress-user-scores/sportspress-user-scores.php +++ b/includes/sportspress-user-scores/sportspress-user-scores.php @@ -5,7 +5,7 @@ Description: Allow players, staff, and visitors to submit event scores. Author: ThemeBoy Author URI: http://themeboy.com -Version: 2.2.11 +Version: 2.3 */ // Exit if accessed directly @@ -17,7 +17,7 @@ * Main SportsPress User Scores Class * * @class SportsPress_User_Scores - * @version 2.2 + * @version 2.3 * */ class SportsPress_User_Scores { @@ -43,7 +43,7 @@ public function __construct() { */ private function define_constants() { if ( !defined( 'SP_USER_SCORES_VERSION' ) ) - define( 'SP_USER_SCORES_VERSION', '2.2' ); + define( 'SP_USER_SCORES_VERSION', '2.3' ); if ( !defined( 'SP_USER_SCORES_URL' ) ) define( 'SP_USER_SCORES_URL', plugin_dir_url( __FILE__ ) ); diff --git a/includes/sportspress-user-scores/templates/event-user-results.php b/includes/sportspress-user-scores/templates/event-user-results.php index f95aca74..42595af3 100644 --- a/includes/sportspress-user-scores/templates/event-user-results.php +++ b/includes/sportspress-user-scores/templates/event-user-results.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress_User_Results - * @version 2.2 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sportspress-user-scores/templates/event-user-scores.php b/includes/sportspress-user-scores/templates/event-user-scores.php index aad512fb..20eb35ee 100644 --- a/includes/sportspress-user-scores/templates/event-user-scores.php +++ b/includes/sportspress-user-scores/templates/event-user-scores.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress_User_Scores - * @version 2.2 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 35ea196d..1dc68f2c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ThemeBoy, brianmiyaji, aylaview Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters Requires at least: 3.8 Tested up to: 4.7 -Stable tag: 2.2.11 +Stable tag: 2.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -115,6 +115,20 @@ If on the off-chance you do encounter issues with the event/team/player/staff/sp == Changelog == += 2.3 = +* Feature - User Scores module for allowing users to submit event scores from the frontend. +* Feature - Add custom post types to sample data generator in wizard. +* Feature - Choose team or individual mode for tournaments. +* Feature - New setup wizard for first-time installs. +* Feature - Option to automatically create player profiles during user registration. +* Feature - Choose team or individual mode for each event. +* Feature - Send Off setting for player statistics to suspend minute count for that player. +* Tweak - Remove horizontal scrolling in dashboard to fix hidden dropdowns. +* Tweak - Revert text color overrides for dark color schemes in frontend styles. +* Fix - Sponsors background color overflowing on some themes. +* Fix - Borrowed players not automatically loading on event edit. +* Fix - Played minutes calculation and player profile statistics. + = 2.2.11 = * Fix - Timeout issue when tiebreaker checks for head-to-head standings. * Fix - Check for REST API controllers to prevent errors when using Jetpack. @@ -299,7 +313,7 @@ If on the off-chance you do encounter issues with the event/team/player/staff/sp * Feature - Add squad number and name option to player details. * Feature - Add tab options to layout designer. * Feature - Add option to display player and staff dropdowns in profiles. -* Feature - Add option to select TBA, postponed, and cancelled event status. +* Feature - Add option to select TBA, postponed, and canceled event status. * Feature - Licenses tab for third-party extensions. * Tweak - Sort teams alphabetically in tournament edit screen. * Tweak - Move match stats option to box score section. diff --git a/sportspress-pro.php b/sportspress-pro.php index 6ff00622..05d97d92 100644 --- a/sportspress-pro.php +++ b/sportspress-pro.php @@ -3,7 +3,7 @@ * Plugin Name: SportsPress Pro * Plugin URI: http://tboy.co/pro * Description: Advanced club & league management from ThemeBoy. - * Version: 2.2.11 + * Version: 2.3 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ * Main SportsPress Pro Class * * @class SportsPress_Pro - * @version 2.2.11 + * @version 2.3 */ final class SportsPress_Pro { /** * @var string */ - public $version = '2.2.11'; + public $version = '2.3'; /** * SportsPress Pro Constructor. @@ -56,7 +56,6 @@ public function __construct() { // Hooks add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'action_links' ) ); add_filter( 'sportspress_setup_wizard_next_steps', array( $this, 'next_steps' ) ); - add_action( 'sportspress_before_welcome_features', array( $this, 'welcome_features' ) ); add_action( 'admin_init', array( $this, 'deactivate_core' ) ); add_action( 'before_sportspress_init', array( $this, 'load_module_translations' ), 0 ); add_action( 'get_the_generator_html', array( $this, 'generator_tag' ), 10, 2 ); @@ -126,28 +125,6 @@ public function next_steps( $steps ) { return $steps; } - /** - * Displayed features on welcome screen. - */ - public function welcome_features() { - ?> -
-

Timelines

- Templates -
-

Visualize Minutes

-

Introducing a new way to visualize timed statistics by displaying them in a horizontal timeline across the top of event pages. Icons can be customized for each statistic via the Configure screen.

-
-
-

Accurate Timestamps

-

The Full Time setting in each event will automatically determine where each icon is placed in the timeline. Activate Timelines in SportsPress Settings to start using this new module.

-
-
- -
- - +