Prep for release

This commit is contained in:
David Stone
2025-01-31 01:08:57 -07:00
parent 483546db58
commit 0686aeb1fe
3 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,7 @@ final class WP_Ultimo {
* @since 2.1.0 * @since 2.1.0
* @var string * @var string
*/ */
const VERSION = '2.3.3'; const VERSION = '2.3.4';
/** /**
* Version of the Plugin. * Version of the Plugin.

View File

@ -25,6 +25,10 @@ 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.4] - Released on 2024-01-31
- Fixed: Unable to checkout with any payment gateway
- Fixed: Warning Undefined global variable $pagenow
Version [2.3.3] - Released on 2024-01-29 Version [2.3.3] - Released on 2024-01-29
- Improved: Plugin renamed to WP Multisite WaaS - Improved: Plugin renamed to WP Multisite WaaS

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-ultimo * Text Domain: wp-ultimo
* Version: 2.3.3 * Version: 2.3.4
* 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
@ -30,7 +30,7 @@
* @author Arindo Duque and NextPress * @author Arindo Duque and NextPress
* @category Core * @category Core
* @package WP_Ultimo * @package WP_Ultimo
* @version 2.3.3 * @version 2.3.4
*/ */
// Exit if accessed directly // Exit if accessed directly