From 79b6ae58069367a9a019ba9836ac26ce375636a8 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 6 Jan 2014 22:34:27 +1100 Subject: [PATCH] Update readme and version info --- license.txt | 2 +- readme.txt | 5 ++++- sportspress.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/license.txt b/license.txt index 80b906c8..94351e6c 100644 --- a/license.txt +++ b/license.txt @@ -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 diff --git a/readme.txt b/readme.txt index ecd68b29..e347ef39 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/sportspress.php b/sportspress.php index dacc2180..58c8521d 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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__ ) );