From 72fc47980996e2466367377097c0115c90a12cd9 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 9 Jun 2017 11:32:39 +1000 Subject: [PATCH] Tag version 2.4 --- readme.txt | 15 +++++++++++++-- sportspress.php | 8 ++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index d5ae3160..9deedd19 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, rochesterj Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters Donate link: http://tboy.co/donate Requires at least: 3.8 -Tested up to: 4.7 -Stable tag: 2.3.2 +Tested up to: 4.8 +Stable tag: 2.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -236,6 +236,17 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.4 = +* Feature - Integration with WordPay to allow paid team and player registrations. +* Feature - New team gallery shortcode and widget for displaying a gallery of team logos. +* Feature - Added support for player career totals based on calculated averages. +* Tweak - Allow competitions to be selected for friendly matches. +* Fix - Full time defaulting to 90 minutes. +* Fix - Statistic format not reflected in meta box. +* Fix - Shortcode button hook timing conflicts. +* Preset - Swap par and score in golf preset. +* Preset - Update all presets to reflect new career total type. + = 2.3.2 = * Fix - Team in player statistics total row displaying as zero. * Fix - Notice when no sendoffs are available during minutes played calculation. diff --git a/sportspress.php b/sportspress.php index 54248d0f..a11542a8 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,11 +3,11 @@ * 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.3.2 + * Version: 2.4 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 - * Tested up to: 4.7 + * Tested up to: 4.8 * * Text Domain: sportspress * Domain Path: /languages/ @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.3.2 + * @version 2.4 */ final class SportsPress { /** * @var string */ - public $version = '2.3.2'; + public $version = '2.4'; /** * @var SportsPress The single instance of the class