Tag version 1.9.19
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
|
||||
Description: Add birthdays to players and staff.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com/
|
||||
Version: 1.6
|
||||
Version: 1.9.19
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Birthdays' ) ) :
|
||||
* Main SportsPress Birthdays Class
|
||||
*
|
||||
* @class SportsPress_Birthdays
|
||||
* @version 1.6
|
||||
* @version 1.9.19
|
||||
*/
|
||||
class SportsPress_Birthdays {
|
||||
|
||||
@@ -42,7 +42,7 @@ class SportsPress_Birthdays {
|
||||
*/
|
||||
private function define_constants() {
|
||||
if ( !defined( 'SP_BIRTHDAYS_VERSION' ) )
|
||||
define( 'SP_BIRTHDAYS_VERSION', '1.6' );
|
||||
define( 'SP_BIRTHDAYS_VERSION', '1.9.19' );
|
||||
|
||||
if ( !defined( 'SP_BIRTHDAYS_URL' ) )
|
||||
define( 'SP_BIRTHDAYS_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
||||
@@ -5,7 +5,7 @@ Plugin URI: http://tboy.co/pro
|
||||
Description: Load players using Ajax to speed up the event edit screen.
|
||||
Author: ThemeBoy
|
||||
Author URI: http://themeboy.com
|
||||
Version: 1.9
|
||||
Version: 1.9.19
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_Lazy_Loading' ) ) :
|
||||
* Main SportsPress Lazy Loading Class
|
||||
*
|
||||
* @class SportsPress_Lazy_Loading
|
||||
* @version 1.9
|
||||
* @version 1.9.19
|
||||
*/
|
||||
class SportsPress_Lazy_Loading {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user