Skip to content

Commit 29478ea

Browse files
committed
bump version, update changelog and copyright headers
Signed-off-by: Suhayb Wardany <[email protected]>
1 parent c4690b4 commit 29478ea

File tree

11 files changed

+25
-18
lines changed

11 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14+
#### v3.0.0 - 2017-02-19
15+
16+
`UPDATED`
17+
18+
- Updated to Guzzle 6.
19+
- Updated service provider for laravel 5.3+.
20+
1421
#### v2.0.3 - 2015-12-18
1522

1623
`FIXED`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The BSD 3-Clause License
2-
Copyright (c) 2011-2016, Cartalyst LLC
2+
Copyright (c) 2011-2017, Cartalyst LLC
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o
4141

4242
This software is released under the [BSD 3-Clause](LICENSE) License.
4343

44-
© 2011-2016 Cartalyst LLC, All rights reserved.
44+
© 2011-2017 Cartalyst LLC, All rights reserved.

src/Converter.php

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

src/Exchangers/ExchangerInterface.php

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

src/Exchangers/NativeExchanger.php

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

src/Exchangers/OpenExchangeRatesExchanger.php

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

src/Laravel/ConverterServiceProvider.php

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

src/Laravel/Facades/Converter.php

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

src/config/config.php

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

0 commit comments

Comments
 (0)