Skip to content

Commit

Permalink
Tag version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiyaji committed Jan 12, 2017
1 parent db5904a commit 4b04c02
Show file tree
Hide file tree
Showing 70 changed files with 158 additions and 91 deletions.
6 changes: 3 additions & 3 deletions includes/sportspress-match-stats/sportspress-match-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Display head-to-head team comparison charts in events.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.0
Version: 2.2
*/

// Exit if accessed directly
Expand All @@ -17,7 +17,7 @@
* Main SportsPress Match Stats Class
*
* @class SportsPress_Match_Stats
* @version 2.0
* @version 2.2
*/
class SportsPress_Match_Stats {

Expand All @@ -43,7 +43,7 @@ public function __construct() {
*/
private function define_constants() {
if ( !defined( 'SP_MATCH_STATS_VERSION' ) )
define( 'SP_MATCH_STATS_VERSION', '2.0' );
define( 'SP_MATCH_STATS_VERSION', '2.2' );

if ( !defined( 'SP_MATCH_STATS_URL' ) )
define( 'SP_MATCH_STATS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.1.2
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress_Staff_Directories
* @version 1.7.4
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress_Staff_Directories
* @version 1.7
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
6 changes: 3 additions & 3 deletions includes/sportspress-timelines/sportspress-timelines.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Add timelines to SportsPress events.
Author: ThemeBoy
Author URI: http://themeboy.com
Version: 2.1.7
Version: 2.2
*/

// Exit if accessed directly
Expand All @@ -17,7 +17,7 @@
* Main SportsPress Timelines Class
*
* @class SportsPress_Timelines
* @version 2.1.7
* @version 2.2
*
*/
class SportsPress_Timelines {
Expand All @@ -40,7 +40,7 @@ public function __construct() {
*/
private function define_constants() {
if ( !defined( 'SP_TIMELINES_VERSION' ) )
define( 'SP_TIMELINES_VERSION', '2.1.7' );
define( 'SP_TIMELINES_VERSION', '2.2' );

if ( !defined( 'SP_TIMELINES_URL' ) )
define( 'SP_TIMELINES_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress_Timelines
* @version 2.1.7
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress_Tournaments
* @version 2.1.2
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress tournament class handles individual tournament data.
*
* @class SP_Tournament
* @version 2.1.2
* @version 2.2
* @package SportsPress_Tournaments
* @category Class
* @author ThemeBoy
Expand Down
6 changes: 3 additions & 3 deletions includes/sportspress-tournaments/sportspress-tournaments.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Adds tournament groups and brackets to SportsPress.
Author: ThemeBoy
Author URI: http://themeboy.com
Version: 2.0.12
Version: 2.2
*/

// Exit if accessed directly
Expand All @@ -17,7 +17,7 @@
* Main SportsPress Tournaments Class
*
* @class SportsPress_Tournaments
* @version 2.0.12
* @version 2.2
*/
class SportsPress_Tournaments {

Expand Down Expand Up @@ -67,7 +67,7 @@ public function __construct() {
*/
private function define_constants() {
if ( !defined( 'SP_TOURNAMENTS_VERSION' ) )
define( 'SP_TOURNAMENTS_VERSION', '2.0.12' );
define( 'SP_TOURNAMENTS_VERSION', '2.2' );

if ( !defined( 'SP_TOURNAMENTS_URL' ) )
define( 'SP_TOURNAMENTS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Tournaments
* @version 2.0.12
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress_Tournaments
* @version 2.1.2
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.1
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress admin sports class stores preset sport data.
*
* @class SP_Admin_Sports
* @version 2.1.6
* @version 2.2
* @package SportsPress/Admin
* @category Class
* @author ThemeBoy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/admin/class-sp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.1
* @version 2.2
*/
class SP_Admin {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Post_Types
* @version 1.9
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.7
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.5
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 1.9
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.1.3
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 2.0
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 1.9.7
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 1.9.7
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 2.1.6
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin
* @version 1.9.17
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/api/class-sp-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress REST API class handles all API-related hooks.
*
* @class SP_REST_API
* @version 2.1.5
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @package SportsPress/API
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress calendar class handles individual calendar data.
*
* @class SP_Calendar
* @version 2.1.3
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress countries class stores continent/country data.
*
* @class SP_Countries
* @version 1.8
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-event.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress event class handles individual event data.
*
* @class SP_Event
* @version 2.1.6
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Handle frontend forms
*
* @class SP_Frontend_Scripts
* @version 2.0.11
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Classes
* @version 2.1.4
* @version 2.2
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-league-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress league table class handles individual league table data.
*
* @class SP_League_Table
* @version 2.0.13
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/sportspress/includes/class-sp-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress modules class stores available modules.
*
* @class SP_Modules
* @version 2.0
* @version 2.2
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
Loading

0 comments on commit 4b04c02

Please sign in to comment.