File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22/**
33 * @package ThirdSetMauticTimingBundle
4- * @copyright 2019 Third Set Productions. All rights reserved.
4+ * @copyright 2022 Third Set Productions. All rights reserved.
55 * @author Third Set Productions
66 * @link http://www.thirdset.com
77 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1515return array (
1616 'name ' => 'Timing ' ,
1717 'description ' => 'Allows for processing actions only during certain times. ' ,
18- 'version ' => '2.1.1 ' ,
18+ 'version ' => '2.1.2 ' ,
1919 'author ' => 'Third Set Productions ' ,
2020 'services ' => array (
2121 //MODELS
Original file line number Diff line number Diff line change 1+ = 2.1.2 =
2+
3+ * Updated the README.md to reflect that the plugin has been tested with up to
4+ Mautic 4.3.1.
5+ * Updated the README.md to reflect that the plugin has been tested with up to
6+ PHP 7.4.29.
7+ * Updated the phpunit.xml.dist file for the new location of the bootstrap file.
8+ * Updated the README.md file to specify how to run unit tests with older
9+ versions of mautic (where the bootstrap file is in a different location).
10+
111= 2.1.1 =
212
313* Updated the README.md to reflect that the plugin has been tested with up to
You can’t perform that action at this time.
0 commit comments