2025-04-16
Customizer for Mautic

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

2025-04-16
Twig Templates

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. More details at Customizer for Mautic.

2025-04-02
Multiple Transport

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

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

2025-02-28
Multiple Transport

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

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

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

2025-01-25
Twig Templates

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

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

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

2025-01-20
Multiple Transport

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

2025-01-19
Multiple Transport

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

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

2025-01-18
Twig Templates

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

2025-01-18
Twig Templates

Revise and update the companies featured on the landing page. More details at Twig Templates.

2025-01-17
Command Monitor

Minor improvements. More details at Command Monitor.

2025-01-17
Multiple Transport

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

2024-12-22
Unlimited SQL

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

2024-12-22
Auto UTM Tagger

Minor bugfixes. More details at Auto UTM Tagger.

2024-08-26
Auto UTM Tagger

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

2024-08-04
Unlimited SQL

Minor improvements. More details at Unlimited SQL.

2024-07-26
Twig Templates

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

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

  • 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

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

2024-06-13
Twig Templates

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

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

2024-05-05
Auto UTM Tagger

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

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

2024-05-04
Command Monitor

Improvements and bugfixes. More details at Command Monitor.

2024-04-27
Auto UTM Tagger

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

2024-04-06
Multiple Transport

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

2024-03-25
Command Monitor

Add email notification on error. More details at Command Monitor.

2024-03-24
Server Monitor

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

2024-03-12
Twig Templates
  • 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 of Command Runner. No more waiting to run campaigns or rebuild segments. More details at Command Runner.

2024-02-24
Command Monitor
  • 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.