Skip to main content

Changelog

2025-05-25
Email Notification Fix (v6.0.1)
Fixed email sending functionality in Server Monitor by replacing getSampleMailer with getMailer in SystemNotificationService. This ensures system notifications are properly sent when server alerts are triggered.
2025-05-25
Global mailer_is_owner Support (v3.1.2)
Fixed priority logic for transport selection when mailer_is_owner is enabled globally. Now properly handles owner transport for both email entity and custom emails when global setting is enabled. Transport selection hierarchy: email-specific owner transport → email-specific transport → global owner transport.
2025-05-23
Custom Email Send Fix
Fixed an issue with sending custom emails from contact profile.
2025-05-20
Password Field Fix for DSN Form
Fixed password handling in the DSN form to correctly manage password fields with lock icon (🔒). This resolves issues with password persistence when editing transport configurations and properly maintains existing passwords when the field appears empty.
2025-05-02
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.
Twig Templates in Focus Items
2025-05-01
Custom Theme Colors
Added support for setting custom theme colors (Primary, Headline, Tooltip Background, Active Tab Background).
Enable Custom Colors and Color Pickers
2025-04-30
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
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
Hide Form Actions
Implement Support for Hiding Form Actions. More details at Customizer for Mautic.
2025-04-16
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
First Release of Customizer
First Release of Customizer. More details at Customizer for Mautic.
2025-04-02
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
Mautic 6 Compatibility
Release a version compatible with Mautic 6. More details at Multiple Transport.
2025-02-28
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
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
UTM Tags in Custom Tags
Ensure proper usage of UTM tags in custom tags. More details at Auto UTM Tagger.
2025-01-25
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
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
Category Filter
Refine the usage category and apply a filter to sort by category. More details at Multiple Transport.
2025-01-20
DSN Handling in API
Enhance DSN Handling in the API. More details at Multiple Transport.
2025-01-19
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
Better Error Handling
Enhance Error Handling for Consecutive Tasks. More details at Command Monitor.
2025-01-18
Company Info on Landing Page
Enhance the content for replacing company information on the landing page. More details at Twig Templates.
2025-01-18
Update Companies on Landing Page
Revise and update the companies featured on the landing page. More details at Twig Templates.
2025-01-17
Minor Improvements
Minor improvements. More details at Command Monitor.
2025-01-17
Mautic 5 Multi-Transport
Mautic 5-Compatible Version with Enhanced Multi-Transport Support. More details at Multiple Transport.
2024-12-22
Mautic 5 Release
The Release of Mautic 5. More details at Unlimited SQL.
2024-12-22
Minor Bugfixes
Minor bugfixes. More details at Auto UTM Tagger.
2024-08-26
Mautic 5 Improvements
Improvements for Mautic 5. More details at Auto UTM Tagger.
2024-08-04
Minor Improvements
Minor improvements. More details at Unlimited SQL.
2024-07-26
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
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
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
Test Area Enhancements
Enhancements to the Test Area. More details at Unlimited SQL.
2024-06-13
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
Enhance support for campaign tokens. More details at Auto UTM Tagger.
2024-05-18
Send Email to User
Add support for Send email to user campaign action. More details at Twig Templates.
2024-05-05
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
Mautic 5 Support
Add support for Mautic 5. More details at Server Monitor.
2024-05-04
Improvements & Bugfixes
Improvements and bugfixes. More details at Command Monitor.
2024-04-27
Initial Release
Initial release of Auto UTM Tagger. More details at Auto UTM Tagger.
2024-04-06
Initial Release
Initial release of Multiple Transport. Send emails using multiple SMTP servers. More details at Multiple Transport.
2024-03-25
Email Notification on Error
Add email notification on error. More details at Command Monitor.
2024-03-24
Initial Release
Initial release of Server Monitor. More details at Server Monitor.
2024-03-12
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
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 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.