Skip to content

Commit

Permalink
Tag version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiyaji committed Sep 23, 2015
1 parent 789840f commit 07deef1
Show file tree
Hide file tree
Showing 49 changed files with 1,013 additions and 827 deletions.
2 changes: 1 addition & 1 deletion includes/admin/class-sp-admin-assets.php
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.5
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-sp-admin-sample-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress admin sample data class stores demo content.
*
* @class SP_Admin_Sample_Data
* @version 1.6
* @version 1.9
* @package SportsPress/Admin
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-sp-admin-sports.php
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 1.8.7
* @version 1.9
* @package SportsPress/Admin
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/post-types/class-sp-admin-cpt-player.php
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.7
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/post-types/class-sp-admin-meta-boxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 1.7
* @version 1.9
*/

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.7
* @version 1.9
*/

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.7.2
* @version 1.9
*/

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.7
* @version 1.9
*/

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.7.4
* @version 1.9
*/

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.6
* @version 1.9
*/

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.5
* @version 1.9
*/

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 0.8
* @version 1.9
*/

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.8.9
* @version 1.9
*/

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 0.8
* @version 1.9
*/

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.6
* @version 1.9
*/

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.6
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-sp-settings-events.php
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.8.7
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-sp-settings-players.php
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.7.3
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-sp-settings-staff.php
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.6
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-sp-settings-teams.php
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.6
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion 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 1.7.5
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion 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 1.7.2
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sp-frontend-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Handle frontend forms
*
* @class SP_Frontend_Scripts
* @version 1.7
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion 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 1.8
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion 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 1.8.7
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sp-player-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress player list class handles individual player list data.
*
* @class SP_Player_List
* @version 1.7
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sp-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The SportsPress player class handles individual player data.
*
* @class SP_Player
* @version 1.8.9
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sp-post-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Registers post types and taxonomies
*
* @class SP_Post_types
* @version 1.8.1
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sp-template-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Template Loader
*
* @class SP_Template_Loader
* @version 1.7
* @version 1.9
* @package SportsPress/Classes
* @category Class
* @author ThemeBoy
Expand Down
2 changes: 1 addition & 1 deletion includes/sp-api-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 1.8.7
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sp-core-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 1.8.1
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sp-template-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 1.4
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
2 changes: 1 addition & 1 deletion includes/sp-template-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 1.7
* @version 1.9
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand Down
Loading

0 comments on commit 07deef1

Please sign in to comment.