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,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Admin Bar
Plugin URI: http://themeboy.com/
Description: Add an admin bar link to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.2
*/
/**
* Admin Bar
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Calendars
Plugin URI: http://themeboy.com/
Description: Add event calendars to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.6.15
*/
/**
* Calendars
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Countdowns
Plugin URI: http://themeboy.com/
Description: Add countdown widgets to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.7
*/
/**
* Countdowns
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Gutenberg
Plugin URI: http://themeboy.com/
Description: Add Gutenberg support to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.6.13
*/
/**
* Gutenberg
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Importers
Plugin URI: http://themeboy.com/
Description: Add importers to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.8.3
*/
/**
* Importers
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress OpenStreetMap Integration
Plugin URI: http://themeboy.com/
Description: Integrate OpenStreetMap to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.7.5
*/
/**
* OpenStreetMap
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Styles
Plugin URI: http://themeboy.com/
Description: Add frontend styles to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.7
*/
/**
* Styles
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Tutorials
Plugin URI: http://themeboy.com/
Description: Display SportsPress video tutorials.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.5
*/
/**
* Tutorials
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: SportsPress Widgets
Plugin URI: http://themeboy.com/
Description: Add widgets to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 1.8.3
*/
/**
* Widgets
*
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

View File

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