Update plugin headers

This commit is contained in:
Brian Miyaji
2021-11-05 09:26:05 +09:00
parent a1188b512e
commit f2b2e9a50e
29 changed files with 239 additions and 235 deletions

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Admin Bar * Admin Bar
Plugin URI: http://themeboy.com/ *
Description: Add an admin bar link to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.2 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Birthdays * Birthdays
Plugin URI: http://themeboy.com/ *
Description: Add birthdays to players and staff. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7.1 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Bulk Actions * Bulk Actions
Plugin URI: http://themeboy.com/ *
Description: Add bulk actions to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7.6 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Calendars * Calendars
Plugin URI: http://themeboy.com/ *
Description: Add event calendars to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.15 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,14 +1,16 @@
<?php <?php
/* /**
Plugin Name: SportsPress Comments on Scheduled Events * Comments Scheduled Events
Plugin URI: http://themeboy.com/ *
Description: Enable commenting on Scheduled Events. * @author ThemeBoy
Author: Savvas * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.8 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit; if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! class_exists( 'SportsPress_Comments_Scheduled_Events' ) ) : if ( ! class_exists( 'SportsPress_Comments_Scheduled_Events' ) ) :
/** /**
* Main SportsPress Comments Scheduled Events Class * Main SportsPress Comments Scheduled Events Class

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Conditional Equations * Conditional Equations
Plugin URI: http://themeboy.com/ *
Description: Add conditional equations to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Countdowns * Countdowns
Plugin URI: http://themeboy.com/ *
Description: Add countdown widgets to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Default Nationality * Default Nationality
Plugin URI: http://themeboy.com/ *
Description: Add default nationality option to SportsPress Settings. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.18 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Event Specs * Event Specs
Plugin URI: http://themeboy.com/ *
Description: Add event specs/stats to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.15 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Event Status * Event Status
Plugin URI: http://themeboy.com/ *
Description: Add a status option to SportsPress events. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.1 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Event Videos * Event Videos
Plugin URI: http://themeboy.com/ *
Description: Add videos to SportsPress events. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 1.8.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Gutenberg * Gutenberg
Plugin URI: http://themeboy.com/ *
Description: Add Gutenberg support to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.13 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Icons * Icons
Plugin URI: http://themeboy.com/ *
Description: Add vector performance icons to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Importers * Importers
Plugin URI: http://themeboy.com/ *
Description: Add importers to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 1.8.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Lazy Loading * Lazy Loading
Plugin URI: http://tboy.co/pro *
Description: Load players using Ajax to speed up the event edit screen. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com * @package SportsPress/Modules
Version: 2.5.5 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Lazy_Loading' ) ) :
* Main SportsPress Lazy Loading Class * Main SportsPress Lazy Loading Class
* *
* @class SportsPress_Lazy_Loading * @class SportsPress_Lazy_Loading
* @version 2.3 * @version 2.7.9
*/ */
class SportsPress_Lazy_Loading { class SportsPress_Lazy_Loading {

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress League Tables * League Tables
Plugin URI: http://themeboy.com/ *
Description: Add league tables to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.15 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Next Team Preset * Next Team Preset
Plugin URI: http://themeboy.com/ *
Description: Add a Next preset to SportsPress league table column equations. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Officials * Officials
Plugin URI: http://themeboy.com/ *
Description: Add officials to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.15 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Officials' ) ) :
* Main SportsPress Officials Class * Main SportsPress Officials Class
* *
* @class SportsPress_Officials * @class SportsPress_Officials
* @version 2.6.15 * @version 2.7.9
*/ */
class SportsPress_Officials { class SportsPress_Officials {
@@ -66,7 +66,7 @@ class SportsPress_Officials {
*/ */
private function define_constants() { private function define_constants() {
if ( !defined( 'SP_OFFICIALS_VERSION' ) ) if ( !defined( 'SP_OFFICIALS_VERSION' ) )
define( 'SP_OFFICIALS_VERSION', '2.6.15' ); define( 'SP_OFFICIALS_VERSION', '2.7.9' );
if ( !defined( 'SP_OFFICIALS_URL' ) ) if ( !defined( 'SP_OFFICIALS_URL' ) )
define( 'SP_OFFICIALS_URL', plugin_dir_url( __FILE__ ) ); define( 'SP_OFFICIALS_URL', plugin_dir_url( __FILE__ ) );

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress OpenStreetMap Integration * OpenStreetMap
Plugin URI: http://themeboy.com/ *
Description: Integrate OpenStreetMap to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7.5 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Overview * Overview
Plugin URI: http://themeboy.com/ *
Description: Display a visual overview of SportsPress data. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.5 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,14 +1,16 @@
<?php <?php
/* /**
Plugin Name: SportsPress Player Assignments * Player Assignments
Plugin URI: http://themeboy.com/ *
Description: Add player assignments support to SportsPress. * @author ThemeBoy
Author: Savvas * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit; if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! class_exists( 'SportsPress_Player_Assignments' ) ) : if ( ! class_exists( 'SportsPress_Player_Assignments' ) ) :
/** /**
* Main SportsPress Player Assignments Class * Main SportsPress Player Assignments Class

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Player Lists * Player Lists
Plugin URI: http://themeboy.com/ *
Description: Add player lists to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6.15 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Styles * Styles
Plugin URI: http://themeboy.com/ *
Description: Add frontend styles to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.7 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Template Selector * Template Selector
Plugin URI: http://themeboy.com/ *
Description: Add a template selector to SportsPress post types. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Tutorials * Tutorials
Plugin URI: http://themeboy.com/ *
Description: Display SportsPress video tutorials. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.5 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress User Registration * User Registration
Plugin URI: http://themeboy.com/ *
Description: Create a new player during user registration. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.4 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Widget Alignment * Widget Alignment
Plugin URI: http://themeboy.com/ *
Description: Add alignment options to SportsPress widgets. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com * @package SportsPress/Modules
Version: 1.8.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress Widgets * Widgets
Plugin URI: http://themeboy.com/ *
Description: Add widgets to SportsPress. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 1.8.3 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly

View File

@@ -1,11 +1,11 @@
<?php <?php
/* /**
Plugin Name: SportsPress WordPay * WordPay
Plugin URI: http://themeboy.com/ *
Description: Add team and player registration shortcodes to WordPay. * @author ThemeBoy
Author: ThemeBoy * @category Modules
Author URI: http://themeboy.com/ * @package SportsPress/Modules
Version: 2.6 * @version 2.7.9
*/ */
// Exit if accessed directly // Exit if accessed directly