diff --git a/CHANGELOG.md b/CHANGELOG.md index 729494c..654e14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +#### v3.0.0 - 2017-02-19 + +`UPDATED` + +- Updated to Guzzle 6. +- Updated service provider for laravel 5.3+. + #### v2.0.3 - 2015-12-18 `FIXED` diff --git a/LICENSE b/LICENSE index 85b8429..4b0b3ff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The BSD 3-Clause License -Copyright (c) 2011-2016, Cartalyst LLC +Copyright (c) 2011-2017, Cartalyst LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 3d41845..c56e75c 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o This software is released under the [BSD 3-Clause](LICENSE) License. -© 2011-2016 Cartalyst LLC, All rights reserved. +© 2011-2017 Cartalyst LLC, All rights reserved. diff --git a/src/Converter.php b/src/Converter.php index 6260a55..ab86c63 100644 --- a/src/Converter.php +++ b/src/Converter.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Exchangers/ExchangerInterface.php b/src/Exchangers/ExchangerInterface.php index 11b9710..6623ead 100644 --- a/src/Exchangers/ExchangerInterface.php +++ b/src/Exchangers/ExchangerInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Exchangers/NativeExchanger.php b/src/Exchangers/NativeExchanger.php index 7f1adee..51543b0 100644 --- a/src/Exchangers/NativeExchanger.php +++ b/src/Exchangers/NativeExchanger.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Exchangers/OpenExchangeRatesExchanger.php b/src/Exchangers/OpenExchangeRatesExchanger.php index 63fa359..f9f8dfb 100644 --- a/src/Exchangers/OpenExchangeRatesExchanger.php +++ b/src/Exchangers/OpenExchangeRatesExchanger.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/ConverterServiceProvider.php b/src/Laravel/ConverterServiceProvider.php index 2893fc0..ff0b966 100644 --- a/src/Laravel/ConverterServiceProvider.php +++ b/src/Laravel/ConverterServiceProvider.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/Facades/Converter.php b/src/Laravel/Facades/Converter.php index 2990292..55444e9 100644 --- a/src/Laravel/Facades/Converter.php +++ b/src/Laravel/Facades/Converter.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/config/config.php b/src/config/config.php index c22e150..603b9fe 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/ConverterTest.php b/tests/ConverterTest.php index 6f3c6ca..86b0dd2 100644 --- a/tests/ConverterTest.php +++ b/tests/ConverterTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Converter - * @version 2.0.3 + * @version 3.0.0 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */