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 ea6629c5..e8566fc5 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 1.3 + * @version 1.3.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php index e2e163e0..1a9fa04b 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-calendar-data.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Meta_Boxes - * @version 0.7 + * @version 1.3.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 43108421..f4259287 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.3 +Stable tag: 1.3.1 License: GPLv3 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 == += 1.3.1 = +* Fix - Player list shortcode meta displayed on league table edit page. +* Localization - Update Dutch translation. + = 1.3 = * Feature - New overview page with interactive sitemap. * 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. * Localization - Fix multilingual post linking. * 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. = 1.2.8 = diff --git a/sportspress.php b/sportspress.php index 8e337548..3867207c 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.3 + * Version: 1.3.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 1.3 + * @version 1.3.1 */ final class SportsPress { /** * @var string */ - public $version = '1.3'; + public $version = '1.3.1'; /** * @var SporsPress The single instance of the class