Skip to content

Commit a8967a2

Browse files
committed
chore: bump version, update changelog
Signed-off-by: Suhayb Wardany <[email protected]>
1 parent 7b2c578 commit a8967a2

File tree

9 files changed

+22
-16
lines changed

9 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v4.0.1 - 2019-09-21
4+
5+
`FIXED`
6+
7+
- `array_get` references.
8+
39
### v4.0.0 - 2019-08-30
410

511
- BC Break: PHP 7.2 is the minimum required PHP version

src/Converter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter;

src/Exchangers/ExchangerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Exchangers;

src/Exchangers/NativeExchanger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Exchangers;

src/Exchangers/OpenExchangeRatesExchanger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Exchangers;

src/Laravel/ConverterServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Laravel;

src/Laravel/Facades/Converter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Laravel\Facades;

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
return [

tests/ConverterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 4.0.0
14+
* @version 4.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2019, Cartalyst LLC
18-
* @link http://cartalyst.com
18+
* @link https://cartalyst.com
1919
*/
2020

2121
namespace Cartalyst\Converter\Tests;

0 commit comments

Comments
 (0)