From eb684c58b7f792fdc9bc21ea6c65752399b92b3f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 21 Jul 2014 15:52:50 +1000 Subject: [PATCH] Tag version 1.2.3 --- includes/admin/post-types/class-sp-admin-cpt-event.php | 2 +- includes/class-sp-event.php | 2 +- includes/class-sp-league-table.php | 2 +- includes/class-sp-team.php | 2 +- includes/sp-core-functions.php | 2 +- readme.txt | 9 ++++++++- sportspress.php | 6 +++--- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/includes/admin/post-types/class-sp-admin-cpt-event.php b/includes/admin/post-types/class-sp-admin-cpt-event.php index 84da7b21..428310b3 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-event.php +++ b/includes/admin/post-types/class-sp-admin-cpt-event.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post_Types - * @version 0.9 + * @version 1.2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/class-sp-event.php b/includes/class-sp-event.php index 32503ff5..db296271 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 1.2 + * @version 1.2.3 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-league-table.php b/includes/class-sp-league-table.php index 1cc9576f..55c56aa5 100644 --- a/includes/class-sp-league-table.php +++ b/includes/class-sp-league-table.php @@ -5,7 +5,7 @@ * The SportsPress league table class handles individual league table data. * * @class SP_League_Table - * @version 1.1.2 + * @version 1.2.3 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index e91ebeac..122dbc2d 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.1 + * @version 1.2.3 * @package SportsPress/Classes * @category Class * @author ThemeBoy diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 18f3d9e1..b35b1f2b 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.2 + * @version 1.2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index a11a39dc..3df33409 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, clubs, teams, statistics, stats, fixtures, results, standin Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress Requires at least: 3.8 Tested up to: 3.9.1 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -140,6 +140,13 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose == Changelog == += 1.2.3 = +* Feature - Display event results in admin teams columns. +* Tweak - Ensure teams are in order in event results. +* Fix - Streaks calculator in league tables. +* Fix - Streaks calculator in team columns. +* Localization - Update German, Greek, & Norwegian translations. + = 1.2.2 = * Tweak - Display link to docs instead of themes. * Fix - Enable hide theme support notice. diff --git a/sportspress.php b/sportspress.php index a99b47ce..d812ac04 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: 1.2.2 + * Version: 1.2.3 * 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 1.2.2 + * @version 1.2.3 */ final class SportsPress { /** * @var string */ - public $version = '1.2.2'; + public $version = '1.2.3'; /** * @var SporsPress The single instance of the class