From c4126a2b13eedc5c52a94e404fe345d7fb6f340d Mon Sep 17 00:00:00 2001 From: David Stone Date: Tue, 28 Jan 2025 22:44:36 -0700 Subject: [PATCH] Prep for release --- .gitignore | 3 ++- composer.json | 9 ++++++++- inc/class-wp-ultimo.php | 2 +- readme.txt | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e4ac841..5948c57 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ Thumbs.db .settings* .vscode .idea -vendor \ No newline at end of file +vendor +.phpunit.result.cache \ No newline at end of file diff --git a/composer.json b/composer.json index 0d2c791..1061b5a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,14 @@ "vendor", "addons", ".idea", - "node_modules" + "node_modules", + ".gitignore", + ".phpcs.xml.dist", + ".phpunit.result.cache", + "build.sh", + "package.json", + "package-lock.json", + "setuptest.sh" ] } } diff --git a/inc/class-wp-ultimo.php b/inc/class-wp-ultimo.php index a9fb191..7f208b2 100644 --- a/inc/class-wp-ultimo.php +++ b/inc/class-wp-ultimo.php @@ -36,7 +36,7 @@ final class WP_Ultimo { * @deprecated use the const version instead. * @var string */ - public $version = '2.3.2'; + public $version = '2.3.3'; /** * Tables registered by WP Multisite WaaS. diff --git a/readme.txt b/readme.txt index 9d50238..7763aa7 100644 --- a/readme.txt +++ b/readme.txt @@ -25,11 +25,12 @@ The WordPress Multisite Website as a Service (Waas) plugin. Now community mainta We recommend running this in a staging environment before updating your production environment. == Changelog == -Version [2.3.3] - Not yet released +Version [2.3.3] - Released on 2024-01-29 - Improved: Plugin renamed to WP Multisite WaaS - Removed: Enforcement of paid license - Fixed: Incompatibilities with WordPress 6.7 and i18n timing +- Improved: Reduced plugin size by removing many unnecessary files and shrinking images Version [2.3.2] - Released on 2023-12-05