Update readme and version info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SportsPress
|
||||
|
||||
Copyright 2013 by the contributors
|
||||
Copyright 2014 by the contributors
|
||||
|
||||
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
|
||||
|
||||
@@ -3,7 +3,7 @@ Contributors: themeboy
|
||||
Tags: sports, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable
|
||||
Requires at least: 3.5
|
||||
Tested up to: 3.6
|
||||
Stable tag: 0.1.2
|
||||
Stable tag: 0.1.3
|
||||
License: GPLv3
|
||||
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 ==
|
||||
|
||||
= 0.1.3 =
|
||||
* Feature - Lots of features. To be updated.
|
||||
|
||||
= 0.1.2 =
|
||||
* Tweak - Use custom post types for metrics and statistics configuration.
|
||||
* Feature - Display HTML tables when viewing League Table and Player List post types.
|
||||
|
||||
@@ -6,7 +6,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: 0.1
|
||||
Version: 0.1.3
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com
|
||||
License: GPLv3
|
||||
@@ -18,7 +18,7 @@ if ( !function_exists( 'add_action' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
define( 'SPORTSPRESS_VERSION', '0.1' );
|
||||
define( 'SPORTSPRESS_VERSION', '0.1.3' );
|
||||
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||
define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user