v5.3 Pro
Released November 20, 2023
New Feature:
- Loops – Post Loops #2453
New Integration:
- WooCommerce Bookings #2391
New Triggers:
- WooCommerce Bookings – A booking is updated #2357
- WooCommerce Bookings – A booking status is changed to a specific status #2358
New Loop Filters:
Post Loop
- WordPress
- A post is a specific type of post #2459
- A post has/does not have a specific meta key #2459
- A type of post has/does not have a term in a taxonomy #2460
- A post’s field meets a condition #2458
- A post’s meta value meets a condition #2457
User Loop
- LearnDash
- The user has/has not completed a course #2422
- The user has/has not completed all courses in a group #2423
- The user is/is not enrolled in a specific course #2420
- The user is/is not enrolled in a specific group #2421
- WooCommerce – The user has/has not purchased a specific product #2418
- WooCommerce Subscriptions – The user has/does not have an active subscription of a product #2419
New Token:
- Studio Cart – Payment option label #2455
Added:
- BuddyBoss – Add a post to the activity stream of Group – Add an option to preview link. #2450
- User Loops – User specific tokens in new “Loop” token category #2475
Fixed:
- BuddyBoss – Posting to groups only works for admins #2461
- MemberPress – The user meta fields coming form MemberPress are not returning the correct information when using
the “User meta” token #2474 - The Event Calendar – PHP Error when parsing tokens #2464
- WP Fusion – Remove a tag from the user – Tag Names showing as [object] [Object] #2468
- WordPress – A taxonomy term is added to a specific type of post – Not listing the custom taxonomies when a
custom post is selected #2449 - WordPress – A user updates a post – Firing when a post is auto saved #2470
Under the hood:
- Loop filters – Added dependency method in parent class to allow filters to conditionally load the filter #2440