Tag version 2.7.17

This commit is contained in:
Brian Miyaji
2023-12-11 16:57:26 +09:00
parent a085ce0920
commit 9a2af2e387
7 changed files with 23 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
* @author ThemeBoy
* @category Modules
* @package SportsPress/Modules
* @version 2.7.9
* @version 2.7.17
*/
// Exit if accessed directly
@@ -19,7 +19,7 @@ if ( ! class_exists( 'SportsPress_Next_Team_Preset' ) ) :
* Main SportsPress Next Team Preset Class
*
* @class SportsPress_Next_Team_Preset
* @version 2.6.3
* @version 2.7.17
*/
class SportsPress_Next_Team_Preset {
@@ -49,7 +49,7 @@ if ( ! class_exists( 'SportsPress_Next_Team_Preset' ) ) :
*/
private function define_constants() {
if ( ! defined( 'SP_NEXT_TEAM_PRESET_VERSION' ) ) {
define( 'SP_NEXT_TEAM_PRESET_VERSION', '2.6.3' );
define( 'SP_NEXT_TEAM_PRESET_VERSION', '2.7.17' );
}
if ( ! defined( 'SP_NEXT_TEAM_PRESET_URL' ) ) {