From 410571a802c0818e4b74e7fb3f5f573373385d8e Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 14 Apr 2025 11:58:44 -0600 Subject: [PATCH] Update version number to 2.4.0 --- composer.json | 2 +- inc/class-wp-ultimo.php | 4 ++-- lang/wp-multisite-waas.pot | 2 +- readme.txt | 2 +- wp-multisite-waas.php | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 80d6f02..2c92eed 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "devstone/wp-multisite-waas", "url": "https://wpmultisitewaas.org", "description": "The WordPress Multisite Website as a Service (WaaS) plugin.", - "version": "2.3.3", + "version": "2.4.0", "authors": [ { "name": "Arindo Duque", diff --git a/inc/class-wp-ultimo.php b/inc/class-wp-ultimo.php index d0c3ca1..315c4a3 100644 --- a/inc/class-wp-ultimo.php +++ b/inc/class-wp-ultimo.php @@ -29,7 +29,7 @@ final class WP_Ultimo { * @since 2.1.0 * @var string */ - const VERSION = '2.3.4'; + const VERSION = '2.4.0'; /** * Version of the Plugin. @@ -37,7 +37,7 @@ final class WP_Ultimo { * @deprecated use the const version instead. * @var string */ - public $version = '2.3.4'; + public $version = self::VERSION; /** * Tables registered by WP Multisite WaaS. diff --git a/lang/wp-multisite-waas.pot b/lang/wp-multisite-waas.pot index 36fb034..4527844 100644 --- a/lang/wp-multisite-waas.pot +++ b/lang/wp-multisite-waas.pot @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-04-14T17:41:08+00:00\n" +"POT-Creation-Date: 2025-04-14T17:47:37+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-multisite-waas\n" diff --git a/readme.txt b/readme.txt index c22accc..a529918 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === WP Multisite WaaS === Requires at least: 5.3 Requires PHP: 7.4.30 -Tested up to: 6.7.1 +Tested up to: 6.7.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Contributors: aanduque, superdav42 diff --git a/wp-multisite-waas.php b/wp-multisite-waas.php index 8d52f6a..e34a5b6 100644 --- a/wp-multisite-waas.php +++ b/wp-multisite-waas.php @@ -4,7 +4,7 @@ * Description: The WordPress Multisite Website as a Service (WaaS) plugin. * Plugin URI: https://wpmultisitewaas.org * Text Domain: wp-multisite-waas - * Version: 2.3.4 + * Version: 2.4.0 * Author: WP Multisite Community * Author URI: https://github.com/superdav42/wp-multisite-waas * GitHub Plugin URI: https://github.com/superdav42/wp-multisite-waas @@ -27,10 +27,10 @@ * You should have received a copy of the GNU General Public License * along with WP Multisite WaaS. If not, see . * - * @author Arindo Duque and NextPress + * @author Arindo Duque and NextPress and WP Multisite Community * @category Core * @package WP_Ultimo - * @version 2.3.4 + * @version 2.4.0 */ // Exit if accessed directly