File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,16 @@ We recommend running this in a staging environment before updating your producti
179179
180180## 📝 Recent Changes  
181181
182+ ### Version [ 2.4.2]  - Released on 2025-08-07  
183+ -  Fixed: Authentication of the API
184+ -  Fixed: Saving checkout fields
185+ -  Fixed: Creating Products and Sites
186+ -  Fixed: Duplicating sites
187+ -  Improved: Performance of switch_blog
188+ -  Improved: Remove extra queries related update_meta_data hook and 1.X compat
189+ -  New: Addon Marketplace
190+ -  Improved: Update currencies to support all supported by Stripe
191+ 
182192### Version [ 2.4.1]  - Released on 2025-07-17  
183193
184194-  Improved: Update Stripe PHP Library to latest version.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ final class WP_Ultimo {
3131	 * @since 2.1.0 
3232	 * @var string 
3333	 */ 
34- 	const  VERSION  = '2.4.1-beta  ' ;
34+ 	const  VERSION  = '2.4.2  ' ;
3535
3636	/** 
3737	 * Version of the Plugin. 
Original file line number Diff line number Diff line change 44 * Description: The WordPress Multisite Website as a Service (WaaS) plugin. 
55 * Plugin URI: https://multisiteultimate.com 
66 * Text Domain: multisite-ultimate 
7-  * Version: 2.4.1  
7+  * Version: 2.4.2  
88 * Author: Multisite Ultimate Community 
99 * Author URI: https://github.com/superdav42/wp-multisite-waas 
1010 * GitHub Plugin URI: https://github.com/superdav42/wp-multisite-waas 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Requires at least: 5.3
66
77Requires PHP: 7.4.30
88Tested up to: 6.8
9- Stable tag: 2.4.1 
9+ Stable tag: 2.4.2 
1010License: GPLv2
1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212
@@ -229,7 +229,7 @@ We recommend running this in a staging environment before updating your producti
229229
230230== Changelog ==
231231
232- Version [2.4.1 ] - Released on 2025-08-XX 
232+ Version [2.4.2 ] - Released on 2025-08-07 
233233- Fixed: Authentication of the API
234234- Fixed: Saving checkout fields
235235- Fixed: Creating Products and Sites
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments