Skip to content

Commit a96ddfd

Browse files
committed
prep for 2.4.3 release
1 parent c0fb183 commit a96ddfd

File tree

8 files changed

+492
-150
lines changed

8 files changed

+492
-150
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ We recommend running this in a staging environment before updating your producti
179179

180180
## 📝 Recent Changes
181181

182+
### Version [2.4.3] - Released on 2025-08-15
183+
- Fixed: Bug in Slim SEO plugin
184+
- New: Addon Marketplace
185+
- Fixed: Custom logo not showing on emails and invoices
186+
- Fixed: Limitations failing to load
187+
182188
### Version [2.4.2] - Released on 2025-08-07
183189
- Fixed: Authentication of the API
184190
- Fixed: Saving checkout fields

inc/class-wp-ultimo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class WP_Ultimo {
3131
* @since 2.1.0
3232
* @var string
3333
*/
34-
const VERSION = '2.4.2';
34+
const VERSION = '2.4.3';
3535

3636
/**
3737
* Version of the Plugin.

0 commit comments

Comments
 (0)