Tag version 2.4
This commit is contained in:
15
readme.txt
15
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
|
Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters
|
||||||
Donate link: http://tboy.co/donate
|
Donate link: http://tboy.co/donate
|
||||||
Requires at least: 3.8
|
Requires at least: 3.8
|
||||||
Tested up to: 4.7
|
Tested up to: 4.8
|
||||||
Stable tag: 2.3.2
|
Stable tag: 2.4
|
||||||
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
|
||||||
|
|
||||||
@@ -236,6 +236,17 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 2.3.2 =
|
||||||
* Fix - Team in player statistics total row displaying as zero.
|
* Fix - Team in player statistics total row displaying as zero.
|
||||||
* Fix - Notice when no sendoffs are available during minutes played calculation.
|
* Fix - Notice when no sendoffs are available during minutes played calculation.
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
* 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: 2.3.2
|
* Version: 2.4
|
||||||
* Author: ThemeBoy
|
* Author: ThemeBoy
|
||||||
* Author URI: http://themeboy.com
|
* Author URI: http://themeboy.com
|
||||||
* Requires at least: 3.8
|
* Requires at least: 3.8
|
||||||
* Tested up to: 4.7
|
* Tested up to: 4.8
|
||||||
*
|
*
|
||||||
* Text Domain: sportspress
|
* Text Domain: sportspress
|
||||||
* Domain Path: /languages/
|
* Domain Path: /languages/
|
||||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
|||||||
* Main SportsPress Class
|
* Main SportsPress Class
|
||||||
*
|
*
|
||||||
* @class SportsPress
|
* @class SportsPress
|
||||||
* @version 2.3.2
|
* @version 2.4
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '2.3.2';
|
public $version = '2.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SportsPress The single instance of the class
|
* @var SportsPress The single instance of the class
|
||||||
|
|||||||
Reference in New Issue
Block a user