Skip to content

Releases: mautic/mautic-wordpress

v2.4.2: Add missing style on tracking image (inside shortcode).

14 Dec 14:02
a881d68
Compare
Choose a tag to compare

v2.4.1

14 Dec 13:49
d74a3fe
Compare
Choose a tag to compare
chore: Prepare v2.4.1 release.

GDPR compliance capabilities

28 Sep 09:05
defeb30
Compare
Choose a tag to compare

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…

09 Mar 15:13
4ca4f5a
Compare
Choose a tag to compare
v2.3.2

Prepare v2.3.2

Tiny fix on the plugin list screen…

09 Mar 14:58
f822881
Compare
Choose a tag to compare
v2.3.1

Fix invalid plugin folder name…

GDPR Compliance

20 Feb 14:59
7f896d1
Compare
Choose a tag to compare

Introduce GDPR compatibility mode with a new script_location option.

Also add tests to ensure compatibility with PHP7.4 and WordPress 5.3.

Compatibility

13 Nov 16:02
Compare
Choose a tag to compare

This minor release only add support for PHP7.2 and WordPress 4.9.

Enhanced compatibility with Mautic v2.9.1

07 Aug 08:03
Compare
Choose a tag to compare

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 !

19 Jul 13:41
Compare
Choose a tag to compare

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 !

01 Jun 09:23
Compare
Choose a tag to compare

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).