-
Notifications
You must be signed in to change notification settings - Fork 25
/
changelog.txt
110 lines (75 loc) · 3.3 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
= 2.1.2 =
* Updated the README.md to reflect that the plugin has been tested with up to
Mautic 4.3.1.
* Updated the README.md to reflect that the plugin has been tested with up to
PHP 7.4.29.
* Updated the phpunit.xml.dist file for the new location of the bootstrap file.
* Updated the README.md file to specify how to run unit tests with older
versions of mautic (where the bootstrap file is in a different location).
= 2.1.1 =
* Updated the README.md to reflect that the plugin has been tested with up to
Mautic 3.2.1.
= 2.1.0 =
* Added support for Mautic 3.x. - maintained Mautic 2.x compatibility (#21,
credit @indorock).
* Updated the README.md to reflect that the plugin has been tested with up to
Mautic 3.0.0, Mautic 2.16.0 and PHP 7.3.19.
= 2.0.1 =
* Updated the README.md to reflect that the plugin has been tested with up to
Mautic 2.15.1.
* Updated the README.md to reflect that the plugin has been tested with up to
PHP 7.1.30.
= 2.0.0 =
* Now uses (and gives priority to) the Preferred Time Zone field on the Contact
(if set) when determining the Contact's time zone (applies to Mautic >= 2.6.1).
Note that previous versions of this plugin ignore the Preferred Time Zone
field and instead only use the contact's IP (if known) to determine the
Contact's time zone. See the README.md for more details (#19, credit: @regevbr)
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.15.0.
= 1.2.1 =
* Fixed a bug where the plugin was trying to apply timing rules to events that
didn't have a timing expression (#17).
* Fixed a backwards compatibility issue with Mautic < 2.14.
= 1.2.0 =
* Updated the plugin to hook Mautic 2.14's refactored campaign processing system.
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.14.0.
= 1.1.7 =
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.13.1.
* Updated the README to reflect that the plugin has been tested with up to
PHP 7.1.16.
= 1.1.6 =
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.12.0.
= 1.1.5 =
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.11.0.
* Updated the README with some additional installation info.
= 1.1.4 =
* Fixed a bug that would break saving certain events with NOTICE level PHP
errors turned on.
= 1.1.3 =
* Fixed a bug with the TimingHelper when getDueDate returns null.
= 1.1.2 =
* Fixed a compatibility issue with Mautic 2.7.1.
* Updated the README to reflect that the plugin has been tested with up to
Mautic 2.7.1.
* Updated the README with info regarding how to manually update the database (if
necessary).
= 1.1.1 =
* Fixed a bug that occurred when attempting to use a contact's timezone when
their ip isn't set (credit: @sageeki).
= 1.1.0 =
* Now using the timing fields to schedule events (rather than to abort execution
as was done in previous versions).
* Added a 'Use Work Hours' link next to the Expression field.
= 1.0.2 =
* Fixed a bug that was throwing errors in the log when a new action event form
for a new campaign was opened.
* Events with missing or empty timing data now bypassing timing rules.
= 1.0.1 =
* Fixed a bug with adding timing settings to events in new campaigns.
= 1.0.0 =
* Initial release.