Update readme and version info

This commit is contained in:
Brian Miyaji
2014-01-06 22:34:27 +11:00
parent 3ab4ea33bd
commit 79b6ae5806
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
SportsPress SportsPress
Copyright 2013 by the contributors Copyright 2014 by the contributors
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -3,7 +3,7 @@ Contributors: themeboy
Tags: sports, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable Tags: sports, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable
Requires at least: 3.5 Requires at least: 3.5
Tested up to: 3.6 Tested up to: 3.6
Stable tag: 0.1.2 Stable tag: 0.1.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
@@ -11,6 +11,9 @@ SportsPress is a flexible sports management plugin that adds team management fun
== Changelog == == Changelog ==
= 0.1.3 =
* Feature - Lots of features. To be updated.
= 0.1.2 = = 0.1.2 =
* Tweak - Use custom post types for metrics and statistics configuration. * Tweak - Use custom post types for metrics and statistics configuration.
* Feature - Display HTML tables when viewing League Table and Player List post types. * Feature - Display HTML tables when viewing League Table and Player List post types.

View File

@@ -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.1 Version: 0.1.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;
} }
define( 'SPORTSPRESS_VERSION', '0.1' ); define( 'SPORTSPRESS_VERSION', '0.1.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__ ) );