From a7fa513e7b3dcf5044a27a10cbe941b75995c7a8 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 1 Jun 2014 14:55:42 +1000 Subject: [PATCH] Tag version 1.0.1 --- includes/class-sp-install.php | 2 +- readme.txt | 5 ++++- sportspress.php | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/includes/class-sp-install.php b/includes/class-sp-install.php index 5f5e9150..e7757a3f 100644 --- a/includes/class-sp-install.php +++ b/includes/class-sp-install.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Classes - * @version 0.7 + * @version 1.0.1 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/readme.txt b/readme.txt index 8c8a94eb..d51e66b1 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.1 -Stable tag: 1.0 +Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -137,6 +137,9 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose == Changelog == += 1.0.1 = +* Fix - Conditional install error relating to post types function. + = 1.0 = * Feature - New drag and drop equation builder. * Feature - Add team website link in admin. diff --git a/sportspress.php b/sportspress.php index 8c8908d8..1cc9d085 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: 1.0 + * Version: 1.0.1 * 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.0 + * @version 1.0.1 */ final class SportsPress { /** * @var string */ - public $version = '1.0'; + public $version = '1.0.1'; /** * @var SporsPress The single instance of the class