Tag version 2.7.1

This commit is contained in:
Brian Miyaji
2020-04-10 13:44:24 +10:00
parent f51bc3ebee
commit ac09edb7dc
18 changed files with 51 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
Description: Add birthdays to players and staff.
Author: ThemeBoy
Author URI: http://themeboy.com/
Version: 2.5
Version: 2.7.1
*/
// Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Birthdays' ) ) :
* Main SportsPress Birthdays Class
*
* @class SportsPress_Birthdays
* @version 2.5
* @version 2.7.1
*/
class SportsPress_Birthdays {
@@ -44,7 +44,7 @@ class SportsPress_Birthdays {
*/
private function define_constants() {
if ( !defined( 'SP_BIRTHDAYS_VERSION' ) )
define( 'SP_BIRTHDAYS_VERSION', '2.5' );
define( 'SP_BIRTHDAYS_VERSION', '2.7.1' );
if ( !defined( 'SP_BIRTHDAYS_URL' ) )
define( 'SP_BIRTHDAYS_URL', plugin_dir_url( __FILE__ ) );