Update version number to 0.4.3 and readme for WordPress
This commit is contained in:
14
readme.txt
14
readme.txt
@@ -4,7 +4,7 @@ Tags: sports, sports journalism, teams, team management, fixtures, results, stan
|
|||||||
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.8.1
|
Tested up to: 3.8.1
|
||||||
Stable tag: 0.4.2
|
Stable tag: 0.4.3
|
||||||
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
|
||||||
|
|
||||||
@@ -32,11 +32,14 @@ League table columns, player statistics, and match results can be customized to
|
|||||||
|
|
||||||
= Available Languages =
|
= Available Languages =
|
||||||
* English (en_US)
|
* English (en_US)
|
||||||
|
* Czech - Čeština (cs_CZ)
|
||||||
* German - Deutsch (de_DE)
|
* German - Deutsch (de_DE)
|
||||||
* Spanish - Español (es_ES)
|
* Spanish - Español (es_ES)
|
||||||
* French - Français (fr_FR)
|
* French - Français (fr_FR)
|
||||||
* Italian - Italiano (it_IT)
|
* Italian - Italiano (it_IT)
|
||||||
* Japanese - 日本語 (ja)
|
* Japanese - 日本語 (ja)
|
||||||
|
* Polish - Polski (pl_PL)
|
||||||
|
* Slovak – Slovenčina (sk_SK)
|
||||||
* Swedish - Svenska (sv_SE)
|
* Swedish - Svenska (sv_SE)
|
||||||
|
|
||||||
= Get involved =
|
= Get involved =
|
||||||
@@ -148,6 +151,15 @@ SportsPress is currently in beta and is undergoing testing. We are still activel
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.4.3 =
|
||||||
|
* Feature - Enable selecting multiple outcomes per team per event.
|
||||||
|
* Tweak - Use icons in dashboard column labels for teams and roster.
|
||||||
|
* Tweak - Mark current team with check icon in admin player table.
|
||||||
|
* Fix - Check that selected columns are in array to avoid warning.
|
||||||
|
* Localization - Add Czech translation.
|
||||||
|
* Localization - Add Slovak translation.
|
||||||
|
* Localization - Add Polish translation.
|
||||||
|
|
||||||
= 0.4.2 =
|
= 0.4.2 =
|
||||||
* Feature - Enable selecting columns to display in single league table.
|
* Feature - Enable selecting columns to display in single league table.
|
||||||
* Feature - Add options to limit rows, display logos, and display full table link.
|
* Feature - Add options to limit rows, display logos, and display full table link.
|
||||||
|
|||||||
@@ -6,7 +6,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: 0.4.2
|
Version: 0.4.3
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@@ -18,7 +18,7 @@ if ( !function_exists( 'add_action' ) ):
|
|||||||
exit;
|
exit;
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
define( 'SPORTSPRESS_VERSION', '0.4.2' );
|
define( 'SPORTSPRESS_VERSION', '0.4.3' );
|
||||||
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||||
define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
||||||
define( 'SPORTSPRESS_PLUGIN_FILE', __FILE__ );
|
define( 'SPORTSPRESS_PLUGIN_FILE', __FILE__ );
|
||||||
|
|||||||
Reference in New Issue
Block a user