Prep for release
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,4 +9,5 @@ Thumbs.db
|
|||||||
.settings*
|
.settings*
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
vendor
|
vendor
|
||||||
|
.phpunit.result.cache
|
@ -44,7 +44,14 @@
|
|||||||
"vendor",
|
"vendor",
|
||||||
"addons",
|
"addons",
|
||||||
".idea",
|
".idea",
|
||||||
"node_modules"
|
"node_modules",
|
||||||
|
".gitignore",
|
||||||
|
".phpcs.xml.dist",
|
||||||
|
".phpunit.result.cache",
|
||||||
|
"build.sh",
|
||||||
|
"package.json",
|
||||||
|
"package-lock.json",
|
||||||
|
"setuptest.sh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,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.2';
|
public $version = '2.3.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tables registered by WP Multisite WaaS.
|
* Tables registered by WP Multisite WaaS.
|
||||||
|
@ -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.
|
We recommend running this in a staging environment before updating your production environment.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
Version [2.3.3] - Not yet released
|
Version [2.3.3] - Released on 2024-01-29
|
||||||
|
|
||||||
- Improved: Plugin renamed to WP Multisite WaaS
|
- Improved: Plugin renamed to WP Multisite WaaS
|
||||||
- Removed: Enforcement of paid license
|
- Removed: Enforcement of paid license
|
||||||
- Fixed: Incompatibilities with WordPress 6.7 and i18n timing
|
- 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
|
Version [2.3.2] - Released on 2023-12-05
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user