Tag version 1.2
This commit is contained in:
15
readme.txt
15
readme.txt
@@ -4,7 +4,7 @@ Tags: sport, sports, clubs, teams, statistics, stats, fixtures, results, standin
|
|||||||
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.9.1
|
Tested up to: 3.9.1
|
||||||
Stable tag: 1.1.8
|
Stable tag: 1.2
|
||||||
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
|
||||||
|
|
||||||
@@ -30,12 +30,13 @@ SportsPress is the ultimate all-in-one plugin for transforming your WordPress bl
|
|||||||
* Sport Presets
|
* Sport Presets
|
||||||
* Team & Individual mode
|
* Team & Individual mode
|
||||||
* Import Events, Teams, Players, and Staff from CSV Files
|
* Import Events, Teams, Players, and Staff from CSV Files
|
||||||
|
* Easy Shortcodes Menu in Editor
|
||||||
|
|
||||||
More details about each feature are available on the [ThemeBoy Website](http://themeboy.com/sportspress/).
|
More details about each feature are available on the [SportsPress Website](http://sportspresspro.com/).
|
||||||
|
|
||||||
= Premium Extensions =
|
= Premium Extensions =
|
||||||
|
|
||||||
Looking for more advanced sports functionality? ThemeBoy offers a range of [SportsPress extensions](http://themeboy.com/sportspress/extensions/) to add more features to your club website.
|
Looking for more advanced sports functionality? Upgrade to [SportsPress Pro](http://sportspresspro.com/pricing/) to get access to more advanced features to your club website.
|
||||||
|
|
||||||
= Available Languages =
|
= Available Languages =
|
||||||
* English – English ( en_US )
|
* English – English ( en_US )
|
||||||
@@ -75,7 +76,7 @@ Translators can contribute new languages to SportsPress through [Transifex](http
|
|||||||
= Stay Current =
|
= Stay Current =
|
||||||
To keep up with the latest updates and new features, be sure to do the following:
|
To keep up with the latest updates and new features, be sure to do the following:
|
||||||
|
|
||||||
* Visit the [ThemeBoy homepage](http://themeboy.com/).
|
* Visit the [SportsPress Pro homepage](http://sportspresspro.com/).
|
||||||
* Subscribe to our [YouTube channel](https://www.youtube.com/user/themeboyteam).
|
* Subscribe to our [YouTube channel](https://www.youtube.com/user/themeboyteam).
|
||||||
* Follow ThemeBoy on [Facebook](https://facebook.com/themeboy) & [Twitter](http://twitter.com/themeboy).
|
* Follow ThemeBoy on [Facebook](https://facebook.com/themeboy) & [Twitter](http://twitter.com/themeboy).
|
||||||
|
|
||||||
@@ -139,6 +140,12 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.2 =
|
||||||
|
* Feature - Shortcode dropdown menu added to page and post editor.
|
||||||
|
* Feature - New shortcodes added to individual player profiles.
|
||||||
|
* Tweak - Add timezone setting in place of base country.
|
||||||
|
* Localization - Update translations.
|
||||||
|
|
||||||
= 1.1.8 =
|
= 1.1.8 =
|
||||||
* Tweak - Order player list positions by slug.
|
* Tweak - Order player list positions by slug.
|
||||||
* Tweak - Wrap templates with div for frontend styling.
|
* Tweak - Wrap templates with div for frontend styling.
|
||||||
|
|||||||
@@ -3,7 +3,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: 1.2.0
|
* Version: 1.2
|
||||||
* Author: ThemeBoy
|
* Author: ThemeBoy
|
||||||
* Author URI: http://themeboy.com/
|
* Author URI: http://themeboy.com/
|
||||||
* Requires at least: 3.8
|
* Requires at least: 3.8
|
||||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
|||||||
* Main SportsPress Class
|
* Main SportsPress Class
|
||||||
*
|
*
|
||||||
* @class SportsPress
|
* @class SportsPress
|
||||||
* @version 1.2.0
|
* @version 1.2
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '1.2.0';
|
public $version = '1.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SporsPress The single instance of the class
|
* @var SporsPress The single instance of the class
|
||||||
@@ -137,7 +137,7 @@ final class SportsPress {
|
|||||||
return array_merge( array(
|
return array_merge( array(
|
||||||
'<a href="' . admin_url( 'admin.php?page=sportspress' ) . '">' . __( 'Settings', 'sportspress' ) . '</a>',
|
'<a href="' . admin_url( 'admin.php?page=sportspress' ) . '">' . __( 'Settings', 'sportspress' ) . '</a>',
|
||||||
'<a href="' . apply_filters( 'sportspress_themes_url', 'http://themeboy.com/sportspress/themes/' ) . '">' . __( 'Themes', 'sportspress' ) . '</a>',
|
'<a href="' . apply_filters( 'sportspress_themes_url', 'http://themeboy.com/sportspress/themes/' ) . '">' . __( 'Themes', 'sportspress' ) . '</a>',
|
||||||
'<a href="' . apply_filters( 'sportspress_extensions_url', 'http://themeboy.com/sportspress/extensions/' ) . '">' . __( 'Extensions', 'sportspress' ) . '</a>',
|
'<a href="' . apply_filters( 'sportspress_pro_url', 'http://sportspresspro.com/pricing/' ) . '">' . __( 'Upgrade', 'sportspress' ) . '</a>',
|
||||||
), $links );
|
), $links );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user