Tag version 1.9.15
This commit is contained in:
@@ -74,25 +74,6 @@ class SP_Settings_Modules extends SP_Settings_Page {
|
|||||||
</table>
|
</table>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ( current_user_can( 'install_plugins' ) && ! class_exists( 'SportsPress_TV' ) ) { ?>
|
|
||||||
<table class="widefat" cellspacing="0">
|
|
||||||
<thead>
|
|
||||||
<tr><th>
|
|
||||||
<img src="<?php echo plugin_dir_url( SP_PLUGIN_FILE ); ?>/assets/images/modules/sportspress-tv-sidebar.png" alt="<?php _e( 'SportsPress TV', 'sportspress' ); ?>">
|
|
||||||
</th></tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr><td>
|
|
||||||
<p><?php _e( 'Offer premium news & highlights from leading global sports. SportsPress TV will keep your visitors entertained for hours.','sportspress' ); ?></p>
|
|
||||||
<p class="sp-module-actions">
|
|
||||||
<span><?php _e( 'Free', 'sportspress' ); ?></span>
|
|
||||||
<a class="button thickbox" href="<?php echo add_query_arg( array( 'tab' => 'plugin-information', 'plugin' => 'sportspress-tv', 'TB_iframe' => 'true', 'width' => '80%', 'height' => '500' ), network_admin_url( 'plugin-install.php' ) ); ?>"><?php _e( 'Install Now', 'sportspress' ); ?></a>
|
|
||||||
</p>
|
|
||||||
</td></tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<?php if ( ! class_exists( 'SportsPress_Twitter' ) ) { ?>
|
<?php if ( ! class_exists( 'SportsPress_Twitter' ) ) { ?>
|
||||||
<table class="widefat" cellspacing="0">
|
<table class="widefat" cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu
|
|||||||
Donate link: http://tboy.co/donate
|
Donate link: http://tboy.co/donate
|
||||||
Requires at least: 3.8
|
Requires at least: 3.8
|
||||||
Tested up to: 4.4
|
Tested up to: 4.4
|
||||||
Stable tag: 1.9.14
|
Stable tag: 1.9.15
|
||||||
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
|
||||||
|
|
||||||
@@ -237,6 +237,13 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.9.15 =
|
||||||
|
* Tweak - Add medium crop image size to ensure gallery images are square.
|
||||||
|
* Tweak - Add shortcut icon to admin bar.
|
||||||
|
* Fix - Mobile admin table cell width.
|
||||||
|
* Fix - Tutorial tab styling.
|
||||||
|
* Localization - Update Norwegian Bokmål and Turkish translations.
|
||||||
|
|
||||||
= 1.9.14 =
|
= 1.9.14 =
|
||||||
* Fix - Error appearing on team page in some cases when there are no competitions or seasons.
|
* Fix - Error appearing on team page in some cases when there are no competitions or seasons.
|
||||||
* Localization - Update source language file.
|
* Localization - Update source language file.
|
||||||
|
|||||||
@@ -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.9.14
|
* Version: 1.9.15
|
||||||
* 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.9.14
|
* @version 1.9.15
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '1.9.14';
|
public $version = '1.9.15';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SportsPress The single instance of the class
|
* @var SportsPress The single instance of the class
|
||||||
|
|||||||
Reference in New Issue
Block a user