Tag version 1.7.4
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Calendar Data
|
* Calendar Details
|
||||||
*
|
*
|
||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin/Meta_Boxes
|
* @package SportsPress/Admin/Meta_Boxes
|
||||||
* @version 1.7
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin/Meta_Boxes
|
* @package SportsPress/Admin/Meta_Boxes
|
||||||
* @version 1.6
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 1.7
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Core
|
* @category Core
|
||||||
* @package SportsPress/Admin/Functions
|
* @package SportsPress/Admin/Functions
|
||||||
* @version 1.6
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* The SportsPress calendar class handles individual calendar data.
|
* The SportsPress calendar class handles individual calendar data.
|
||||||
*
|
*
|
||||||
* @class SP_Calendar
|
* @class SP_Calendar
|
||||||
* @version 1.4
|
* @version 1.7.4
|
||||||
* @package SportsPress/Classes
|
* @package SportsPress/Classes
|
||||||
* @category Class
|
* @category Class
|
||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* The SportsPress modules class stores available modules.
|
* The SportsPress modules class stores available modules.
|
||||||
*
|
*
|
||||||
* @class SP_Modules
|
* @class SP_Modules
|
||||||
* @version 1.7.3
|
* @version 1.7.4
|
||||||
* @package SportsPress/Classes
|
* @package SportsPress/Classes
|
||||||
* @category Class
|
* @category Class
|
||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add countdown widgets to SportsPress.
|
Description: Add countdown widgets to SportsPress.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.6.1
|
Version: 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Countdowns' ) ) :
|
|||||||
* Main SportsPress Countdowns Class
|
* Main SportsPress Countdowns Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Countdowns
|
* @class SportsPress_Countdowns
|
||||||
* @version 1.6.1
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
class SportsPress_Countdowns {
|
class SportsPress_Countdowns {
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ class SportsPress_Countdowns {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
|
if ( !defined( 'SP_COUNTDOWNS_VERSION' ) )
|
||||||
define( 'SP_COUNTDOWNS_VERSION', '1.6.1' );
|
define( 'SP_COUNTDOWNS_VERSION', '1.7.4' );
|
||||||
|
|
||||||
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
|
if ( !defined( 'SP_COUNTDOWNS_URL' ) )
|
||||||
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_COUNTDOWNS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Add videos to SportsPress events.
|
Description: Add videos to SportsPress events.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.6
|
Version: 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Event_Videos' ) ) :
|
|||||||
* Main SportsPress Event Videos Class
|
* Main SportsPress Event Videos Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Event_Videos
|
* @class SportsPress_Event_Videos
|
||||||
* @version 1.6
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
class SportsPress_Event_Videos {
|
class SportsPress_Event_Videos {
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ class SportsPress_Event_Videos {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_EVENT_VIDEOS_VERSION' ) )
|
if ( !defined( 'SP_EVENT_VIDEOS_VERSION' ) )
|
||||||
define( 'SP_EVENT_VIDEOS_VERSION', '1.6' );
|
define( 'SP_EVENT_VIDEOS_VERSION', '1.7.4' );
|
||||||
|
|
||||||
if ( !defined( 'SP_EVENT_VIDEOS_URL' ) )
|
if ( !defined( 'SP_EVENT_VIDEOS_URL' ) )
|
||||||
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_EVENT_VIDEOS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
|||||||
Description: Display SportsPress video tutorials.
|
Description: Display SportsPress video tutorials.
|
||||||
Author: ThemeBoy
|
Author: ThemeBoy
|
||||||
Author URI: http://themeboy.com/
|
Author URI: http://themeboy.com/
|
||||||
Version: 1.7
|
Version: 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Exit if accessed directly
|
// Exit if accessed directly
|
||||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Tutorials' ) ) :
|
|||||||
* Main SportsPress Tutorials Class
|
* Main SportsPress Tutorials Class
|
||||||
*
|
*
|
||||||
* @class SportsPress_Tutorials
|
* @class SportsPress_Tutorials
|
||||||
* @version 1.7
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
class SportsPress_Tutorials {
|
class SportsPress_Tutorials {
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ class SportsPress_Tutorials {
|
|||||||
*/
|
*/
|
||||||
private function define_constants() {
|
private function define_constants() {
|
||||||
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
if ( !defined( 'SP_TUTORIALS_VERSION' ) )
|
||||||
define( 'SP_TUTORIALS_VERSION', '1.7' );
|
define( 'SP_TUTORIALS_VERSION', '1.7.4' );
|
||||||
|
|
||||||
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
if ( !defined( 'SP_TUTORIALS_URL' ) )
|
||||||
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SP_TUTORIALS_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|||||||
@@ -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.1
|
Tested up to: 4.1
|
||||||
Stable tag: 1.7.3
|
Stable tag: 1.7.4
|
||||||
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
|
||||||
|
|
||||||
@@ -224,6 +224,13 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.7.4 =
|
||||||
|
* Feature - Filter teams by competition and season on page load when editing event.
|
||||||
|
* Feature - Enable multiple team selection in calendars.
|
||||||
|
* Feature - Ability to install free starter theme from modules page.
|
||||||
|
* Tweak - Use YouTube for tutorials instead of Vimeo.
|
||||||
|
* Localization - Update Finnish, Dutch, Czech, Italian, and Polish translations.
|
||||||
|
|
||||||
= 1.7.3 =
|
= 1.7.3 =
|
||||||
* Tweak - Add option to hide/show player statistics.
|
* Tweak - Add option to hide/show player statistics.
|
||||||
* Tweak - Always load overview, widgets, and importers.
|
* Tweak - Always load overview, widgets, and importers.
|
||||||
|
|||||||
@@ -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.7.3
|
* Version: 1.7.4
|
||||||
* 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.7.3
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
final class SportsPress {
|
final class SportsPress {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '1.7.3';
|
public $version = '1.7.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SporsPress The single instance of the class
|
* @var SporsPress The single instance of the class
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @package SportsPress/Templates
|
* @package SportsPress/Templates
|
||||||
* @version 1.7.3
|
* @version 1.7.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
|
|||||||
Reference in New Issue
Block a user