Use a version number that's actually higher than the existing constant

This commit is contained in:
David Stone
2024-12-16 23:50:43 -07:00
parent bb5c1f220e
commit 1bddec13a4
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ class Sunrise {
*
* @var string
*/
static $version = '2.0.0.7';
static $version = '2.0.0.8';
/**
* Keeps the sunrise meta cached after the first read.

View File

@ -3,7 +3,7 @@
/**
* WP Multisite WaaS Sunrise
* Plugin URI: https://wpmultisitewaas.org
* Version: 2.0.0.7
* Version: 2.0.0.8
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
@ -25,7 +25,7 @@
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')
? WP_PLUGIN_DIR . '/wp-multisite-waas/inc/class-sunrise.php'