Skip to content

Commit defeb30

Browse files
authored
Merge pull request #107 from mautic/release/2.4.0
2.4.0: Prepare release !
2 parents b25dfff + d4bbf1e commit defeb30

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [v2.4.0] - 2020-09-28
10+
### Changes
11+
- Update text to be more clear regarding tracking cookies injection when using
12+
shortcodes and tracking pixel.
13+
- Create a specific `wpmautic_send` javascript function that can be called by
14+
third party scripts to start tracking when user accepts it (GDPR compliance).
15+
916
## [v2.3.2] - 2020-03-09
1017
### Changes
1118
- Fix error in the `plugin_action_links` named call which to the filter to never being called.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tracking script works right after you finish the configuration steps. That means
5050
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
5151
})(window,document,'script','http://yourmauticsite.com/mtc.js','mt');
5252
53-
mt('send', 'pageview');
53+
wpmautic_send();
5454
</script>
5555
```
5656

wpmautic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* Plugin URI: https://github.com/mautic/mautic-wordpress
55
* Contributors: mautic,hideokamoto,shulard,escopecz,dbhurley,macbookandrew
66
* Description: This plugin will allow you to add Mautic (Free Open Source Marketing Automation) tracking to your site
7-
* Version: 2.3.2
7+
* Version: 2.4.0
88
* Requires at least: 4.6
9-
* Tested up to: 5.4
9+
* Tested up to: 5.5
1010
* Author: Mautic community
1111
* Author URI: http://mautic.org
1212
* Text Domain: wp-mautic

0 commit comments

Comments
 (0)