Releases: mautic/mautic-wordpress
Releases · mautic/mautic-wordpress
v2.4.2: Add missing style on tracking image (inside shortcode).
v2.4.1
GDPR compliance capabilities
Now the plugin expose a wpmautic_send
JavaScript function which can be called to trigger a tracking event. However, if the plugin has explicitely disabled the Mautic mtc.js
injection, users must load it themselves. They can retrieve this script URL with the wpmautic_base_script
PHP function.
Hotfix on v2.3.1 filter naming…
v2.3.2 Prepare v2.3.2
Tiny fix on the plugin list screen…
v2.3.1 Fix invalid plugin folder name…
GDPR Compliance
Introduce GDPR compatibility mode with a new script_location
option.
Also add tests to ensure compatibility with PHP7.4 and WordPress 5.3.
Compatibility
This minor release only add support for PHP7.2 and WordPress 4.9.
Enhanced compatibility with Mautic v2.9.1
Add compatibility with the new Mautic 2.9.1 video features. It allow to track video even when not linked to a form ID (mautic/mautic#4438).
Translations aboard !
Now the plugin is fully translatable...
Added
- Call translation on all labels, plugin is translation ready !
- Add a new function
wpmautic_get_tracking_attributes
which defines attributes to be sent through JS and Image trackers. - Add a filter
wpmautic_tracking_attributes
to allow developers injecting custom attributes in trackers. - Add the ability to track logged user (within an option)
Changed
- Add valid text domain and start official translation process.
Solid test suite and tracking image as a fallback !
Added
- Make a solid test suite to check every plugin parts (settings, loading, injection)
- Add a new setting to activate tracking image as a fallback when javascript is disabled
Changed
- Refactor shortcode handling and put everything in shortcodes.php.
- Clean old code from the repository (wpmautic_wp_title).