diff --git a/includes/abstracts/abstract-sp-secondary-post.php b/includes/abstracts/abstract-sp-secondary-post.php index 40440eda..d409cc0a 100644 --- a/includes/abstracts/abstract-sp-secondary-post.php +++ b/includes/abstracts/abstract-sp-secondary-post.php @@ -5,7 +5,7 @@ * The SportsPress secondary post class extends custom posts with handling of secondary post types. * * @class SP_Secondary_Post - * @version 2.5 + * @version 2.5.1 * @package SportsPress/Abstracts * @category Abstract Class * @author ThemeBoy diff --git a/includes/admin/class-sp-admin-importers.php b/includes/admin/class-sp-admin-importers.php index 8220bb61..0ab69807 100644 --- a/includes/admin/class-sp-admin-importers.php +++ b/includes/admin/class-sp-admin-importers.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-menus.php b/includes/admin/class-sp-admin-menus.php index 142e5f48..34c36685 100755 --- a/includes/admin/class-sp-admin-menus.php +++ b/includes/admin/class-sp-admin-menus.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/class-sp-admin-taxonomies.php b/includes/admin/class-sp-admin-taxonomies.php index bf7387ff..4faf43ad 100644 --- a/includes/admin/class-sp-admin-taxonomies.php +++ b/includes/admin/class-sp-admin-taxonomies.php @@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) { * Handles taxonomies in admin * * @class SP_Admin_Taxonomies - * @version 2.5 + * @version 2.5.1 * @package SportsPress/Admin * @category Class * @author ThemeBoy diff --git a/includes/admin/class-sp-admin.php b/includes/admin/class-sp-admin.php index 4cdadc50..a07a87d3 100644 --- a/includes/admin/class-sp-admin.php +++ b/includes/admin/class-sp-admin.php @@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) { * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.5 + * @version 2.5.1 */ class SP_Admin { diff --git a/includes/admin/importers/class-sp-event-performance-importer.php b/includes/admin/importers/class-sp-event-performance-importer.php index b0fb62fb..8968e257 100644 --- a/includes/admin/importers/class-sp-event-performance-importer.php +++ b/includes/admin/importers/class-sp-event-performance-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/importers/class-sp-official-importer.php b/includes/admin/importers/class-sp-official-importer.php index fefa7260..200fd52b 100644 --- a/includes/admin/importers/class-sp-official-importer.php +++ b/includes/admin/importers/class-sp-official-importer.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Importers - * @version 1.9.10 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/class-sp-admin-cpt-official.php b/includes/admin/post-types/class-sp-admin-cpt-official.php index 5f0c6a9c..d689885f 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-official.php +++ b/includes/admin/post-types/class-sp-admin-cpt-official.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post_Types - * @version 2.5 + * @version 2.5.1 */ 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 8a9daf5c..56bb893b 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 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/sp-admin-functions.php b/includes/admin/sp-admin-functions.php index 3aa59831..2c6312a6 100755 --- a/includes/admin/sp-admin-functions.php +++ b/includes/admin/sp-admin-functions.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Admin/Functions - * @version 1.8.3 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-staff.php b/includes/class-sp-staff.php index f7611ee8..3cf631d2 100644 --- a/includes/class-sp-staff.php +++ b/includes/class-sp-staff.php @@ -5,7 +5,7 @@ * The SportsPress staff class handles individual staff data. * * @class SP_Staff - * @version 2.5 + * @version 2.5.1 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-conditional-functions.php b/includes/sp-conditional-functions.php index 206fd0b8..8793c4c4 100755 --- a/includes/sp-conditional-functions.php +++ b/includes/sp-conditional-functions.php @@ -7,7 +7,7 @@ * @author ThemeBoy * @category Core * @package SportsPress/Functions - * @version 2.0 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index e4cd5887..e7ca9987 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 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index b92c2bb1..b0f04b93 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 2.5 + * @version 2.5.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/modules/sportspress-officials.php b/modules/sportspress-officials.php index 426d59bc..a5f6d407 100644 --- a/modules/sportspress-officials.php +++ b/modules/sportspress-officials.php @@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/ Description: Add officials to SportsPress. Author: ThemeBoy Author URI: http://themeboy.com/ -Version: 2.5 +Version: 2.5.1 */ // Exit if accessed directly @@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Officials' ) ) : * Main SportsPress Officials Class * * @class SportsPress_Officials - * @version 2.5 + * @version 2.5.1 */ class SportsPress_Officials { @@ -66,7 +66,7 @@ class SportsPress_Officials { */ private function define_constants() { if ( !defined( 'SP_OFFICIALS_VERSION' ) ) - define( 'SP_OFFICIALS_VERSION', '2.5' ); + define( 'SP_OFFICIALS_VERSION', '2.5.1' ); if ( !defined( 'SP_OFFICIALS_URL' ) ) define( 'SP_OFFICIALS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 843b97a2..9ac08e0a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: calendars, club, club management, esports, events, fixtures, leagues, leag Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.9 -Stable tag: 2.5 +Stable tag: 2.5.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -237,6 +237,16 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.5.1 = +* Feature - Officials importer. +* Feature - Officials added to dashboard glance items. +* Feature - Order setting added to staff jobs for custom sorting. +* Tweak - Display only the highest order job in staff profiles. +* Tweak - Require box score importer to be accessed from within an event. +* Tweak - Add hook to declare importable post types. +* Fix - Officials meta box in events when module is inactive. +* Fix - Issues when timezone is not set. + = 2.5 = * Feature - Player of the match and star numbers added to box scores. * Feature - Officials module for displaying referee appointments in matches. diff --git a/sportspress.php b/sportspress.php index 60e646bd..4d6e61b9 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * 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.5 + * Version: 2.5.1 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.5 + * @version 2.5.1 */ final class SportsPress { /** * @var string */ - public $version = '2.5'; + public $version = '2.5.1'; /** * @var SportsPress The single instance of the class