Skip to content

Commit 60804c7

Browse files
committed
Updated the version number to 2.1.2.
1 parent 1ee8b66 commit 60804c7

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -15,7 +15,7 @@
1515
return 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

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

0 commit comments

Comments
 (0)