diff --git a/inc/class-wp-ultimo.php b/inc/class-wp-ultimo.php index 7f208b2..37b3f9f 100644 --- a/inc/class-wp-ultimo.php +++ b/inc/class-wp-ultimo.php @@ -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. diff --git a/readme.txt b/readme.txt index 7763aa7..39b9228 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/wp-multisite-waas.php b/wp-multisite-waas.php index 01f2e12..fff4950 100644 --- a/wp-multisite-waas.php +++ b/wp-multisite-waas.php @@ -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