Tag version 1.4.4

This commit is contained in:
Brian Miyaji
2014-10-29 19:33:17 +11:00
parent d82815e911
commit a83dd5b314
5 changed files with 19 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
* The SportsPress admin sports class stores preset sport data.
*
* @class SP_Admin_Sports
* @version 1.4
* @version 1.4.4
* @package SportsPress/Admin
* @category Class
* @author ThemeBoy

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Admin
* @package SportsPress/Admin/Meta_Boxes
* @version 1.3
* @version 1.4.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -7,7 +7,7 @@
* @author ThemeBoy
* @category Core
* @package SportsPress/Functions
* @version 1.4
* @version 1.4.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -1,14 +1,14 @@
=== SportsPress - Manage Leagues & Sports Clubs ===
Contributors: ThemeBoy, brianmiyaji, aylaview
Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtures, results, standings, league tables, leagues, shortcodes, sports data, themeboy, esports, wordpress sports, equations, calculations, events, calendars, players, profiles, staff, seasons, countdowns, football, nfl, footy, afl, baseball, basketball, cricket, darts, handball, hockey, netball, rugby, snooker, soccer, squash, tennis, volleyball, dota 2, league of legends
Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtures, results, standings, league tables, leagues, shortcodes, sports data, sports club, themeboy, esports, wordpress sports, equations, calculations, events, calendars, players, profiles, staff, seasons, countdowns, football, nfl, footy, afl, baseball, basketball, cricket, darts, handball, hockey, netball, rugby, snooker, soccer, squash, tennis, volleyball, dota 2, league of legends
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: 4.0
Stable tag: 1.4.3
Stable tag: 1.4.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
SportsPress is an extendable all-in-one sports data plugin that adds club and league management capabilities for any team sport.
SportsPress is an extendable all-in-one sports data plugin that helps sports clubs set up and manage a league or club site quickly and easily.
== Description ==
@@ -102,6 +102,10 @@ Looking for more advanced sports functionality? Upgrade to [SportsPress Pro](htt
* Volleyball
* Water Polo
= Themes =
* [Football Club](https://themeboy.com/products/footballclub/)
* [Premier](https://themeboy.com/products/premier/)
= Documentation =
* [Getting Started](https://sportspresspro.com/docs/installation/)
* [User Roles](https://sportspresspro.com/docs/section/user-roles/)
@@ -185,6 +189,12 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog ==
= 1.4.4 =
* Feature - Automatically select event venue based on home team.
* Fix - Featured images not displaying in some themes.
* Preset - New Floorball preset.
* Localization - Update Finnish and Armenian translations.
= 1.4.3 =
* Tweak - Update API functions for events and teams.
* Tweak - Update sample video links.

View File

@@ -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.4.3
* Version: 1.4.4
* Author: ThemeBoy, brianmiyaji, aylaview
* 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.4.3
* @version 1.4.4
*/
final class SportsPress {
/**
* @var string
*/
public $version = '1.4.3';
public $version = '1.4.4';
/**
* @var SporsPress The single instance of the class