From 8c24b87f01096c1bac708130be41e86a57e0f58a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 22 Mar 2014 12:59:19 +1100 Subject: [PATCH] Update version to 0.6.1 --- readme.txt | 7 +++++-- sportspress.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 3a8f2963..175c7c9e 100644 --- a/readme.txt +++ b/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 Requires at least: 3.8 Tested up to: 3.8.1 -Stable tag: 0.6 +Stable tag: 0.6.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -12,7 +12,9 @@ SportsPress is a fully configurable sports plugin that seamlessly automates leag == Description == -Add schedules, results, league tables, player profiles and statistics to your team or league site with SportsPress. It uses core WordPress markup syntax and is designed to work with virtually every theme. Several language translations are included. +Created by the developers at [ThemeBoy](http://themeboy.com/) and featured on Softpedia as [Script of the Day](http://news.softpedia.com/news/Script-of-the-Day-SportsPress-409247.shtml), SportsPress is the ultimate all-in-one plugin for transforming your WordPress blog into a fully configurable league website. + +Add schedules, results, league tables, player profiles and statistics to your team or league site with SportsPress. It uses core WordPress markup syntax and is designed to work with virtually every theme. Custom shortcodes, CSV importers, and several language translations are included. = Features = * Team Profiles @@ -155,6 +157,7 @@ SportsPress is currently in beta and is undergoing testing. We are still activel = 0.6.1 = * Feature - Display full event results on hover over main team result in admin. * Feature - Add option to choose delimiter to use between team names in event titles. +* Tweak - Adjust text options to modify front-end only. = 0.6 = * Feature - New events shortcodes: countdown, events-calendar, and events-list. diff --git a/sportspress.php b/sportspress.php index 28aebdf4..67d93210 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.6 +Version: 0.6.1 Author: ThemeBoy Author URI: http://themeboy.com/ License: GPLv3 @@ -18,7 +18,7 @@ if ( !function_exists( 'add_action' ) ): exit; endif; -define( 'SPORTSPRESS_VERSION', '0.6' ); +define( 'SPORTSPRESS_VERSION', '0.6.1' ); define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); define( 'SPORTSPRESS_PLUGIN_FILE', __FILE__ );