diff --git a/includes/admin/class-sp-admin-sports.php b/includes/admin/class-sp-admin-sports.php index d152d9ba..e2a0c1a0 100644 --- a/includes/admin/class-sp-admin-sports.php +++ b/includes/admin/class-sp-admin-sports.php @@ -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 diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-details.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-details.php index d2207dd3..49ca5b2d 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-details.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-details.php @@ -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 diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 58ef5434..87db4d7b 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -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 diff --git a/readme.txt b/readme.txt index 89921a0e..49f43be9 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/sportspress.php b/sportspress.php index 58d99e03..d2c865b3 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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