Tag version 1.3.1

This commit is contained in:
Brian Miyaji
2014-08-26 11:32:00 +10:00
parent 8f3cc1c313
commit 30862b84ee
4 changed files with 11 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
* @author ThemeBoy * @author ThemeBoy
* @category Admin * @category Admin
* @package SportsPress/Admin/Meta_Boxes * @package SportsPress/Admin/Meta_Boxes
* @version 1.3 * @version 1.3.1
*/ */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy * @author ThemeBoy
* @category Admin * @category Admin
* @package SportsPress/Admin/Meta_Boxes * @package SportsPress/Admin/Meta_Boxes
* @version 0.7 * @version 1.3.1
*/ */
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -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 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 Requires at least: 3.8
Tested up to: 3.9.1 Tested up to: 3.9.1
Stable tag: 1.3 Stable tag: 1.3.1
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -150,6 +150,10 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog == == Changelog ==
= 1.3.1 =
* Fix - Player list shortcode meta displayed on league table edit page.
* Localization - Update Dutch translation.
= 1.3 = = 1.3 =
* Feature - New overview page with interactive sitemap. * Feature - New overview page with interactive sitemap.
* Feature - New and improved CSV import tools for bulk adding. * Feature - New and improved CSV import tools for bulk adding.
@@ -187,7 +191,7 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
* Preset - Add missing primary results and column priorities. * Preset - Add missing primary results and column priorities.
* Localization - Fix multilingual post linking. * Localization - Fix multilingual post linking.
* Localization - Thai translation by Xyteton. * Localization - Thai translation by Xyteton.
* Localization - Add Xyteton, tyby, & SilverXp to translation team. * Localization - Add Xyteton, tyby94, & SilverXp to translation team.
* Localization - Update translations from Transifex. * Localization - Update translations from Transifex.
= 1.2.8 = = 1.2.8 =

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress * Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/ * Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists. * Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 1.3 * Version: 1.3.1
* Author: ThemeBoy * Author: ThemeBoy
* Author URI: http://themeboy.com/ * Author URI: http://themeboy.com/
* Requires at least: 3.8 * Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class * Main SportsPress Class
* *
* @class SportsPress * @class SportsPress
* @version 1.3 * @version 1.3.1
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '1.3'; public $version = '1.3.1';
/** /**
* @var SporsPress The single instance of the class * @var SporsPress The single instance of the class