Changelog

2025-05-02
Twig Templates

Twig Templates now work in Focus Items!
Added support for using {twigtemplate=...} tokens within Mautic Focus Items (popups, bars, etc.). The template content is rendered using contact data, and trackable URLs within the rendered content are processed for focus item tracking. More details at Focus Support Documentation.

2025-05-01
Customizer for Mautic

Custom Theme Colors
Added support for setting custom theme colors (Primary, Headline, Tooltip Background, Active Tab Background).

2025-04-30
Twig Templates

Better Channel Token Support
Enhanced processing of channel tokens in Mautic 5/6 (available for other versions upon request):

  • Support for {form=id} in landing pages to embed forms directly in Twig templates
  • Improved handling of email tokens like {unsubscribe_url}, {webview_url}, and {tracking_pixel} This update provides better integration of Mautic’s native tokens within Twig template logic across different channels. Contact me for implementation details for other versions.
2025-04-29
Twig Templates

Form Results Functions
Added getFormResults and getFormResultsCount Twig functions for Mautic 5/6 to fetch form submissions and counts for any form by its ID, with optional filters and pagination. This allows you to display historical form data and counts for any contact or across all contacts in your templates. More details at Twig Templates Forms Support.

2025-04-16
Customizer for Mautic

Hide Form Actions
Implement Support for Hiding Form Actions. More details at Customizer for Mautic.

2025-04-16
Twig Templates

Primary Company Support
Now includes support for {{ contact.primaryCompany }}. For more details, visit: Primary Company Details Documentation. More details at Twig Templates.

2025-04-15
Customizer for Mautic

First Release of Customizer
First Release of Customizer. More details at Customizer for Mautic.

2025-04-02
Multiple Transport

Reset Transport Data
In certain situations, it may be necessary to reset specific data related to the configuration of transport email systems. More details at Multiple Transport.

2025-04-02
Multiple Transport

Mautic 6 Compatibility
Release a version compatible with Mautic 6. More details at Multiple Transport.

2025-02-28
Multiple Transport

Composer Install Command
To install the Composer package, use the following command:

composer require kuzmany/mautic-multiple-transport-bundle:^2.0

This command will add the Mautic Multiple Transport Bundle (version 2.0 or higher) to your project. More details at Multiple Transport.

2025-02-26
Twig Templates

Dynamic Template Names
Enhance support by allowing Twig tokens to be included in template names. For instance, you can now use {twigtemplate=template-{{contact.customfield}}} within your templates. More details at Twig Templates.

2025-02-08
Auto UTM Tagger

UTM Tags in Custom Tags
Ensure proper usage of UTM tags in custom tags. More details at Auto UTM Tagger.

2025-01-25
Twig Templates

Embed Twig Templates (Mautic 5)
Enable support for embedding Twig templates within other Twig templates for Mautic 5.

{% if contact.gender == 'm' %}  
{twigtemplate=helloM}  
{% else if contact.gender == 'w' %}  
{twigtemplate=helloW}  
{% endif%}

More details at Twig Templates.

2025-01-25
Twig Templates

Embed Twig Templates (Mautic 4)
To enhance the functionality of Mautic 4, implement support for embedding Twig templates within other Twig templates. More details at Twig Templates.

2025-01-22
Multiple Transport

Category Filter
Refine the usage category and apply a filter to sort by category. More details at Multiple Transport.

2025-01-20
Multiple Transport

DSN Handling in API
Enhance DSN Handling in the API. More details at Multiple Transport.

2025-01-19
Multiple Transport

API Documentation
To integrate a comprehensive API, please refer to the full documentation available at the following link: API Documentation. This resource provides detailed instructions and guidance for implementing the API effectively. More details at Multiple Transport.

2025-01-18
Command Monitor

Better Error Handling
Enhance Error Handling for Consecutive Tasks. More details at Command Monitor.

2025-01-18
Twig Templates

Company Info on Landing Page
Enhance the content for replacing company information on the landing page. More details at Twig Templates.

2025-01-18
Twig Templates

Update Companies on Landing Page
Revise and update the companies featured on the landing page. More details at Twig Templates.

2025-01-17
Command Monitor

Minor Improvements
Minor improvements. More details at Command Monitor.

2025-01-17
Multiple Transport

Mautic 5 Multi-Transport
Mautic 5-Compatible Version with Enhanced Multi-Transport Support. More details at Multiple Transport.

2024-12-22
Unlimited SQL

Mautic 5 Release
The Release of Mautic 5. More details at Unlimited SQL.

2024-12-22
Auto UTM Tagger

Minor Bugfixes
Minor bugfixes. More details at Auto UTM Tagger.

2024-08-26
Auto UTM Tagger

Mautic 5 Improvements
Improvements for Mautic 5. More details at Auto UTM Tagger.

2024-08-04
Unlimited SQL

Minor Improvements
Minor improvements. More details at Unlimited SQL.

2024-07-26
Twig Templates
Custom Objects Support

Features

  • Added support for accessing Mautic Custom Objects via the getCustomObjectItems function (requires MauticCustomObjectsBundle).
  • Added documentation page for Custom Objects support.

Docs

  • Simplified Forms Support documentation.
  • Simplified Custom Objects Support documentation.
  • Added link to MauticCustomObjectsBundle repository.
2024-07-25
Twig Templates
External Embedding & Dynamic Tokens

Features

  • Added ability to embed Twig Templates on external websites using Javascript or a direct HTML link.
  • Added documentation page for external embedding.
  • Added ability to use Twig tokens within the {twigtemplate=...} token name for dynamic template selection.
2024-07-24
Twig Templates
Initial Release

Initial Release

  • First version of the Twig Templates plugin.
  • Support for advanced personalization in Mautic emails, landing pages, and text messages.
  • Includes basic tokens (contact, formresult, formresults, tokens).
  • Includes various Twig filters and functions (get_content_from_url, json_decode, rss, date functions, etc.).
  • API endpoints for managing templates.
  • Initial documentation structure.
2024-06-13
Unlimited SQL

Test Area Enhancements
Enhancements to the Test Area. More details at Unlimited SQL.

2024-06-13
Twig Templates
Major Update for Mautic 4 & 5

Update for Mautic 4 and Mautic 5

  • Added support for custom objects
  • Enabled embedding of Twig templates into webpages for dynamic content replacement
  • Implemented syntax highlighting support
  • Introduced functionality to send emails to users More details at Twig Templates.
2024-06-06
Auto UTM Tagger

Enhance support for campaign tokens. More details at Auto UTM Tagger.

2024-05-18
Twig Templates

Send Email to User
Add support for Send email to user campaign action. More details at Twig Templates.

2024-05-05
Auto UTM Tagger

Custom Tags & Mautic 5 Support
Add support for custom tags. Add support for tokens. Add support for Mautic 5. More details at Auto UTM Tagger.

2024-05-04
Server Monitor

Mautic 5 Support
Add support for Mautic 5. More details at Server Monitor.

2024-05-04
Command Monitor

Improvements & Bugfixes
Improvements and bugfixes. More details at Command Monitor.

2024-04-27
Auto UTM Tagger

Initial Release
Initial release of Auto UTM Tagger. More details at Auto UTM Tagger.

2024-04-06
Multiple Transport

Initial Release
Initial release of Multiple Transport. Send emails using multiple SMTP servers. More details at Multiple Transport.

2024-03-25
Command Monitor

Email Notification on Error
Add email notification on error. More details at Command Monitor.

2024-03-24
Server Monitor

Initial Release
Initial release of Server Monitor. More details at Server Monitor.

2024-03-12
Twig Templates
UTM Tag Support
  • Add UTM tag support for emails and SMS
  • Enable processing context from third parties (example later) More details at Twig Templates.
2024-02-28
Command Runner

Initial Release
Initial release of Command Runner. No more waiting to run campaigns or rebuild segments. More details at Command Runner.

2024-02-24
Command Monitor
Command Monitor Report & Dashboard Widget
  • Add Command Monitor Report - This is a new tool that lets you keep an eye on and report how commands are used in the system. It helps with better checks and understanding.
  • Add Dashboard Widget - We’ve added a new feature to the dashboard that makes it easy to see important information quickly right from the dashboard screen. More details at Command Monitor.