From e2c84466ea0987af653d1f3110603f9d763fd154 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 18 May 2014 20:13:12 +1000 Subject: [PATCH] Remove duplicate editor in team edit screen --- includes/class-sp-post-types.php | 2 +- readme.txt | 7 +++++-- sportspress.php | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/includes/class-sp-post-types.php b/includes/class-sp-post-types.php index e8891c08..bd0fb9d3 100644 --- a/includes/class-sp-post-types.php +++ b/includes/class-sp-post-types.php @@ -417,7 +417,7 @@ class SP_Post_types { 'exclude_from_search' => false, 'hierarchical' => true, 'rewrite' => array( 'slug' => get_option( 'sportspress_team_slug', 'team' ) ), - 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'excerpt' ), + 'supports' => array( 'title', 'author', 'thumbnail', 'page-attributes', 'excerpt' ), 'has_archive' => true, 'show_in_nav_menus' => true, 'menu_icon' => 'dashicons-shield-alt', diff --git a/readme.txt b/readme.txt index 458c5bb1..de38ac55 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, sports journalism, teams, team management, fixtures, result 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 -Stable tag: 0.9.1 +Stable tag: 0.9.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -117,7 +117,10 @@ SportsPress is currently in beta and is undergoing testing. We are still activel Yes, CSV importers are included with the plugin. Go to Tools > Import and choose from one of the SportsPress CSV importers. When importing events, be sure to use the date format yyyy/mm/dd. -== Changelog == +== Changelog === + += 0.9.2 = +* Fix - Duplicate editor fields in team edit screen. = 0.9.1 = * Tweak - Add text domain to configure descriptions. diff --git a/sportspress.php b/sportspress.php index cbaef2d4..2cf96aa9 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * Plugin Name: SportsPress * Plugin URI: http://wordpress.org/plugins/sportspress * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 0.9.1 + * Version: 0.9.2 * 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 0.9.1 + * @version 0.9.2 */ final class SportsPress { /** * @var string */ - public $version = '0.9.1'; + public $version = '0.9.2'; /** * @var SporsPress The single instance of the class