Tag version 2.7.7

This commit is contained in:
Brian Miyaji
2021-03-17 00:17:52 +09:00
parent def9f74827
commit 9e4709048e
5 changed files with 14 additions and 8 deletions

View File

@@ -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