diff --git a/readme.txt b/readme.txt index a67ff7a1..23a3651e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === SportsPress - flexible league management === Contributors: ThemeBoy -Tags: sports, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable +Tags: sports, press, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable 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.1 +Stable tag: 0.6.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -14,7 +14,7 @@ SportsPress is a fully configurable sports plugin that seamlessly automates leag 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. +Add schedules, results, league tables, player profiles and statistics to your team or league site with SportsPress. It uses core WordPress markup syntax and will integrate seamlessly with most themes. Custom shortcodes, CSV importers, and several language translations are included. = Features = * Team Profiles @@ -154,6 +154,10 @@ SportsPress is currently in beta and is undergoing testing. We are still activel == Changelog == += 0.6.2 = +* Feature - Add options to make tables responsive and sortable. +* Feature - Use consistent shortcode naming with backwards compatibility. + = 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. diff --git a/sportspress.php b/sportspress.php index 340a6609..39a9a26f 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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__ );