Use a version number that's actually higher than the existing constant
This commit is contained in:
@ -26,7 +26,7 @@ class Sunrise {
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
static $version = '2.0.0.7';
|
static $version = '2.0.0.8';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Keeps the sunrise meta cached after the first read.
|
* Keeps the sunrise meta cached after the first read.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* WP Multisite WaaS Sunrise
|
* WP Multisite WaaS Sunrise
|
||||||
* Plugin URI: https://wpmultisitewaas.org
|
* Plugin URI: https://wpmultisitewaas.org
|
||||||
* Version: 2.0.0.7
|
* Version: 2.0.0.8
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
defined('ABSPATH') || exit;
|
defined('ABSPATH') || exit;
|
||||||
|
|
||||||
define('WP_ULTIMO_SUNRISE_VERSION', '2.0.0.7');
|
define('WP_ULTIMO_SUNRISE_VERSION', '2.0.0.8');
|
||||||
|
|
||||||
$wu_sunrise = defined('WP_PLUGIN_DIR')
|
$wu_sunrise = defined('WP_PLUGIN_DIR')
|
||||||
? WP_PLUGIN_DIR . '/wp-multisite-waas/inc/class-sunrise.php'
|
? WP_PLUGIN_DIR . '/wp-multisite-waas/inc/class-sunrise.php'
|
||||||
|
Reference in New Issue
Block a user