diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 1ff24601..0d05ac3f 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.0 + * @version 2.0.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 585c4ed7..d32fc953 100644 --- a/includes/class-sp-event.php +++ b/includes/class-sp-event.php @@ -5,7 +5,7 @@ * The SportsPress event class handles individual event data. * * @class SP_Event - * @version 2.0 + * @version 2.0.7 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index e7a196ce..dcb7a63d 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 2.0.3 + * @version 2.0.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-template-loader.php b/includes/class-sp-template-loader.php index 52a61098..247827b3 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 2.0 + * @version 2.0.7 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/readme.txt b/readme.txt index 21345889..fbba9c90 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.5 -Stable tag: 2.0.6 +Stable tag: 2.0.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -239,6 +239,10 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.0.7 = +* Tweak - Combine reverse teams option for results and box score. +* Fix - Add filter to template output for extensions. + = 2.0.6 = * Tweak - Display squad numbers in defense section. * Tweak - Display shared values in both offense and defense sections and sync when editing event. diff --git a/sportspress.php b/sportspress.php index afe3b3c2..5072a5f3 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.0.6 + * Version: 2.0.7 * 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.0.6 + * @version 2.0.7 */ final class SportsPress { /** * @var string */ - public $version = '2.0.6'; + public $version = '2.0.7'; /** * @var SportsPress The single instance of the class diff --git a/templates/event-performance.php b/templates/event-performance.php index 0d3e2444..adfe96df 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 2.0 + * @version 2.0.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly