Skip to content

Releases: thirdset/ThirdSetMauticTimingBundle

2.1.2

Choose a tag to compare

@collinkrawll collinkrawll released this 09 Jun 16:59
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 07 Dec 01:56
  • Updated the README.md to reflect that the plugin has been tested with up to Mautic 3.2.1.

2.1.0

Choose a tag to compare

@collinkrawll collinkrawll released this 18 Jun 01:54
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 16 Jul 18:12
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 16 Jul 07:37
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 10 Sep 21:50
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 01 Sep 23:49
  • #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

Choose a tag to compare

@collinkrawll collinkrawll released this 03 May 06:25
  • 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

Choose a tag to compare

@collinkrawll collinkrawll released this 16 Dec 22:10
  • Updated the README to reflect that the plugin has been tested with up to Mautic 2.12.0.

1.1.5

Choose a tag to compare

@collinkrawll collinkrawll released this 31 Oct 18:42
  • 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.