Update version number to 2.4.0

This commit is contained in:
David Stone
2025-04-14 11:58:44 -06:00
parent 2dfe5ae78a
commit 410571a802
5 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
"name": "devstone/wp-multisite-waas", "name": "devstone/wp-multisite-waas",
"url": "https://wpmultisitewaas.org", "url": "https://wpmultisitewaas.org",
"description": "The WordPress Multisite Website as a Service (WaaS) plugin.", "description": "The WordPress Multisite Website as a Service (WaaS) plugin.",
"version": "2.3.3", "version": "2.4.0",
"authors": [ "authors": [
{ {
"name": "Arindo Duque", "name": "Arindo Duque",

View File

@ -29,7 +29,7 @@ final class WP_Ultimo {
* @since 2.1.0 * @since 2.1.0
* @var string * @var string
*/ */
const VERSION = '2.3.4'; const VERSION = '2.4.0';
/** /**
* Version of the Plugin. * Version of the Plugin.
@ -37,7 +37,7 @@ final class WP_Ultimo {
* @deprecated use the const version instead. * @deprecated use the const version instead.
* @var string * @var string
*/ */
public $version = '2.3.4'; public $version = self::VERSION;
/** /**
* Tables registered by WP Multisite WaaS. * Tables registered by WP Multisite WaaS.

View File

@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n" "X-Generator: WP-CLI 2.11.0\n"
"X-Domain: wp-multisite-waas\n" "X-Domain: wp-multisite-waas\n"

View File

@ -1,7 +1,7 @@
=== WP Multisite WaaS === === WP Multisite WaaS ===
Requires at least: 5.3 Requires at least: 5.3
Requires PHP: 7.4.30 Requires PHP: 7.4.30
Tested up to: 6.7.1 Tested up to: 6.7.2
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
Contributors: aanduque, superdav42 Contributors: aanduque, superdav42

View File

@ -4,7 +4,7 @@
* Description: The WordPress Multisite Website as a Service (WaaS) plugin. * Description: The WordPress Multisite Website as a Service (WaaS) plugin.
* Plugin URI: https://wpmultisitewaas.org * Plugin URI: https://wpmultisitewaas.org
* Text Domain: wp-multisite-waas * Text Domain: wp-multisite-waas
* Version: 2.3.4 * Version: 2.4.0
* Author: WP Multisite Community * Author: WP Multisite Community
* Author URI: https://github.com/superdav42/wp-multisite-waas * Author URI: https://github.com/superdav42/wp-multisite-waas
* GitHub Plugin 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 * You should have received a copy of the GNU General Public License
* along with WP Multisite WaaS. If not, see <http://www.gnu.org/licenses/>. * along with WP Multisite WaaS. If not, see <http://www.gnu.org/licenses/>.
* *
* @author Arindo Duque and NextPress * @author Arindo Duque and NextPress and WP Multisite Community
* @category Core * @category Core
* @package WP_Ultimo * @package WP_Ultimo
* @version 2.3.4 * @version 2.4.0
*/ */
// Exit if accessed directly // Exit if accessed directly