Prep for release

This commit is contained in:
David Stone
2025-01-28 22:44:36 -07:00
parent ee0bbf9f18
commit c4126a2b13
4 changed files with 13 additions and 4 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ Thumbs.db
.settings*
.vscode
.idea
vendor
vendor
.phpunit.result.cache

View File

@ -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"
]
}
}

View File

@ -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.

View File

@ -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