Update description and features list

This commit is contained in:
Brian Miyaji
2014-03-24 13:42:51 +11:00
parent 889f2b3538
commit 3de1299a0c
2 changed files with 10 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
*/
/*
Plugin Name: SportsPress
Plugin URI: http://themeboy.com/sportspress
Plugin URI: http://wordpress.org/plugins/sportspress
Description: Manage your club and its players, staff, events, league tables, and player lists.
Version: 0.6.1
Version: 0.6.2
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.1' );
define( 'SPORTSPRESS_VERSION', '0.6.2' );
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'SPORTSPRESS_PLUGIN_FILE', __FILE__ );