Tag version 1.1.4
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin/Meta_Boxes
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin/Meta_Boxes
|
||||
* @version 0.8
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Staff Details
|
||||
* Team Details
|
||||
*
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin/Meta_Boxes
|
||||
* @version 0.8
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Admin
|
||||
* @package SportsPress/Admin
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Handle frontend forms
|
||||
*
|
||||
* @class SP_Frontend_Scripts
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
* Registers post types and taxonomies
|
||||
*
|
||||
* @class SP_Post_types
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Template Loader
|
||||
*
|
||||
* @class SP_Template_Loader
|
||||
* @version 0.8.4
|
||||
* @version 1.1.4
|
||||
* @package SportsPress/Classes
|
||||
* @category Class
|
||||
* @author ThemeBoy
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Core
|
||||
* @package SportsPress/Functions
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* @author ThemeBoy
|
||||
* @category Core
|
||||
* @package SportsPress/Functions
|
||||
* @version 1.1
|
||||
* @version 1.1.4
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
13
readme.txt
13
readme.txt
@@ -4,7 +4,7 @@ Tags: sport, sports, clubs, teams, team management, fixtures, results, standings
|
||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
|
||||
Requires at least: 3.8
|
||||
Tested up to: 3.9.1
|
||||
Stable tag: 1.1.3
|
||||
Stable tag: 1.1.4
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -27,6 +27,8 @@ SportsPress is the ultimate all-in-one plugin for transforming your WordPress bl
|
||||
* Season Archives
|
||||
* Venue Information & Maps
|
||||
* Statistics & League Table Columns Configuration
|
||||
* Sport Presets
|
||||
* Team & Individual mode
|
||||
* Import Events, Teams, Players, and Staff from CSV Files
|
||||
|
||||
More details about each feature are available on the [ThemeBoy Website](http://themeboy.com/sportspress/).
|
||||
@@ -137,6 +139,15 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.4 =
|
||||
* Feature - Add home venue option in team admin.
|
||||
* Tweak - Move editor meta boxes to bottom of post edit page.
|
||||
* Tweak - Remove link to league and season archives.
|
||||
* Fix - Previous and next post function in some themes.
|
||||
* Fix - Duplicate team checkboxes in player.
|
||||
* Preset - Add table tennis preset.
|
||||
* Preset - Update ice hockey preset.
|
||||
|
||||
= 1.1.3 =
|
||||
* Fix - Display all event result columns by default.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: SportsPress
|
||||
* Plugin URI: http://themeboy.com/sportspress/
|
||||
* Description: Manage your club and its players, staff, events, league tables, and player lists.
|
||||
* Version: 1.1.3
|
||||
* Version: 1.1.4
|
||||
* Author: ThemeBoy
|
||||
* Author URI: http://themeboy.com/
|
||||
* Requires at least: 3.8
|
||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* Main SportsPress Class
|
||||
*
|
||||
* @class SportsPress
|
||||
* @version 1.1.3
|
||||
* @version 1.1.4
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '1.1.3';
|
||||
public $version = '1.1.4';
|
||||
|
||||
/**
|
||||
* @var SporsPress The single instance of the class
|
||||
|
||||
Reference in New Issue
Block a user