Update version to 0.6.1
This commit is contained in:
@@ -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.6
|
Stable tag: 0.6.1
|
||||||
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
|
||||||
|
|
||||||
@@ -12,7 +12,9 @@ SportsPress is a fully configurable sports plugin that seamlessly automates leag
|
|||||||
|
|
||||||
== Description ==
|
== 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 =
|
= Features =
|
||||||
* Team Profiles
|
* Team Profiles
|
||||||
@@ -155,6 +157,7 @@ SportsPress is currently in beta and is undergoing testing. We are still activel
|
|||||||
= 0.6.1 =
|
= 0.6.1 =
|
||||||
* Feature - Display full event results on hover over main team result in admin.
|
* 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.
|
* 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 =
|
= 0.6 =
|
||||||
* Feature - New events shortcodes: countdown, events-calendar, and events-list.
|
* Feature - New events shortcodes: countdown, events-calendar, and events-list.
|
||||||
|
|||||||
@@ -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.6
|
Version: 0.6.1
|
||||||
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.6' );
|
define( 'SPORTSPRESS_VERSION', '0.6.1' );
|
||||||
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