Prep for release
This commit is contained in:
@ -28,7 +28,7 @@ final class WP_Ultimo {
|
||||
* @since 2.1.0
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '2.3.3';
|
||||
const VERSION = '2.3.4';
|
||||
|
||||
/**
|
||||
* Version of the Plugin.
|
||||
|
@ -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.
|
||||
|
||||
== 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
|
||||
|
||||
- Improved: Plugin renamed to WP Multisite WaaS
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Description: The WordPress Multisite Website as a Service (WaaS) plugin.
|
||||
* Plugin URI: https://wpmultisitewaas.org
|
||||
* Text Domain: wp-ultimo
|
||||
* Version: 2.3.3
|
||||
* Version: 2.3.4
|
||||
* Author: WP Multisite Community
|
||||
* Author 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
|
||||
* @category Core
|
||||
* @package WP_Ultimo
|
||||
* @version 2.3.3
|
||||
* @version 2.3.4
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
|
Reference in New Issue
Block a user