Skip to content

2.67.0

Choose a tag to compare

@dmytrokulikovskyi dmytrokulikovskyi released this 15 Jun 14:44
· 3 commits to main since this release

πŸŽ‰ New Stripo Plugin Version Released! πŸŽ‰


βš™οΈ Version: 2.67.0

Release Date: Jun 15, 2026
Release Time: 11:30 AM UTC (2026-06-15T11:30:00Z)


πŸ†• What's new:

  • Plugin developers on the Enterprise plan can run Stripo as a module editor (entityType = module), creating and editing not only emails but also modules stored in their own infrastructure.

  • A new Backend API method lets you delete several modules in a single request (soft-delete), with each module checked against the plugin making the request, so no one can delete another plugin's modules.

  • Developers can now read the currently active General Panel tab through the new getActiveGeneralPanelTab method, without having to track tab switches themselves.

  • A new onElementMove callback fires when blocks and modules are moved between containers, structures, or modules, so developers can update content (for example, link-tracking IDs) at the moment of the move.

  • Custom image storage can now return a customParams field that reaches the onImageSelected callback, so developers can add custom data-* attributes to images without an extra API request.

  • Plugin users with read-only access can open and review the display conditions added to a structure to ensure they're set up correctly.

πŸ› οΈ Fixed:

  • Comments stay in place after an email reloads when the plugin uses forceRecreate β€” pins are no longer wrongly flagged as left on a deleted element.

  • Display conditions added through an extension no longer break when switching between editors.

  • Email structure doesn’t break after you reopen an email and resize a container.

  • Deleting a container in a custom block (BlockCompositionType.CONTAINER) now removes it completely, rather than leaving it empty.

  • Users without write access cannot trigger a change to external display conditions, so the action no longer fails mid-edit.


πŸ”— Resources