Release in June, 2025
Improvements
Custom Block Copy Now Available in Block Studio
v1.35.0
Creating and iterating on custom email blocks just got faster. You can now easily copy existing custom blocks in Block Studio using the new Copy Block button – no need to start from scratch or manually rebuild inputs and settings.
Now, when you copy a block:
-
All block settings and input properties are preserved.
-
The copied block is loaded directly into the Create Block form, ready for edits and saving.
This small but powerful enhancement saves time and ensures consistency when building multiple versions of a custom component.
Use case:
You're creating three versions of a promotional email block with slightly different styling. Instead of reconfiguring inputs each time, simply copy the base block, tweak the necessary parts, and click Create.
Enhanced Liquid Syntax Support in Campaigns
v1.35.0
Using dynamic logic in email and mobile push campaigns just got easier. We’ve improved the validation engine to fully support LiquidJS syntax, including expressions like .size
, sort
, and inline conditions.
Previously, some dynamic expressions weren’t fully supported during editing, which limited what you could do with multivalue attributes. This update lifts those limits, so you can now build smarter, more personalized campaigns with full LiquidJS flexibility.
Use case:
Easily show a product block only when a user has items in their basket, using simple logic like {% if products.size > 0 %}
.
Invisible Improvements, Visible Impact
We’ve made several behind-the-scenes updates to improve performance and reliability, even if you won’t notice them in the interface:
-
Faster email sending with Omnivery
v1.35.0
Emails are now processed in parallel, so large campaigns are sent out quicker and more smoothly. -
Smarter webhook retries in Journey Composer
v1.35.0
Webhooks now retry only when it makes sense, reducing noise and improving speed.
These improvements help your campaigns run more efficiently — no changes needed on your side.
Bug fixes
- Fixed the issue where the Article block in the Email Editor crashed when the
published_at
field was missing from the articles feed. - Fixed a fatal formatting error that occurred when using the Redshift Loader in Meiro Integrations.