diff --git a/changelog.txt b/changelog.txt index da1cf8d2..c296e752 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == SportsPress Changelog == += 2.7.7 = +* Fix - Events not appearing due to filter malfunction. + = 2.7.6 = * Feature - Add ability to bulk set events as on time. * Fix - Players in events not being filtered by team. diff --git a/includes/admin/post-types/class-sp-admin-cpt-event.php b/includes/admin/post-types/class-sp-admin-cpt-event.php index c0f54465..a8cc4a4b 100644 --- a/includes/admin/post-types/class-sp-admin-cpt-event.php +++ b/includes/admin/post-types/class-sp-admin-cpt-event.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin/Post_Types - * @version 2.7.6 + * @version 2.7.7 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly diff --git a/license.txt b/license.txt index 25d41796..e0e1ca43 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ SportsPress -Copyright 2020 by the contributors +Copyright 2021 by the contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/readme.txt b/readme.txt index 36795869..85b3b9fd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, savvasha, nabil_kadimi, rochester Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters Donate link: http://tboy.co/donate Requires at least: 3.8 -Tested up to: 5.6 -Stable tag: 2.7.6 +Tested up to: 5.7 +Stable tag: 2.7.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -240,6 +240,9 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate == Changelog == += 2.7.7 = +* Fix - Events not appearing due to filter malfunction. + = 2.7.6 = * Feature - Add ability to bulk set events as on time. * Fix - Players in events not being filtered by team. diff --git a/sportspress.php b/sportspress.php index 1279513f..284a97d1 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,11 +3,11 @@ * Plugin Name: SportsPress * Plugin URI: http://themeboy.com/sportspress/ * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 2.7.6 + * Version: 2.7.7 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 - * Tested up to: 5.6 + * Tested up to: 5.7 * * Text Domain: sportspress * Domain Path: /languages/ @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 2.7.6 + * @version 2.7.7 */ final class SportsPress { /** * @var string */ - public $version = '2.7.6'; + public $version = '2.7.7'; /** * @var SportsPress The single instance of the class