Skip to content

Releases: thirdset/ThirdSetMauticTimingBundle

2.1.2

09 Jun 16:59
Compare
Choose a tag to compare
  • 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

07 Dec 01:56
Compare
Choose a tag to compare
  • Updated the README.md to reflect that the plugin has been tested with up to Mautic 3.2.1.

2.1.0

18 Jun 01:54
Compare
Choose a tag to compare
  • 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

16 Jul 18:12
Compare
Choose a tag to compare
  • 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

16 Jul 07:37
Compare
Choose a tag to compare
  • 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

10 Sep 21:50
Compare
Choose a tag to compare
  • 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

01 Sep 23:49
Compare
Choose a tag to compare
  • #16 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

03 May 06:25
Compare
Choose a tag to compare
  • 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

16 Dec 22:10
Compare
Choose a tag to compare
  • Updated the README to reflect that the plugin has been tested with up to Mautic 2.12.0.

1.1.5

31 Oct 18:42
Compare
Choose a tag to compare
  • 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.