Skip to content

Commit fc4d047

Browse files
committed
chore: Bump version.
Signed-off-by: Bruno Gaspar <[email protected]>
1 parent dda193f commit fc4d047

File tree

10 files changed

+19
-11
lines changed

10 files changed

+19
-11
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.1 - 2017-11-19
15+
16+
`ADDED`
17+
18+
- Support for Laravel 5.5 Package Discovery.
19+
- Support for Temperatures.
20+
1421
#### v3.0.0 - 2017-02-19
1522

1623
`UPDATED`

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Converter
22

3-
[![Build Status](https://travis-ci.org/cartalyst/converter.svg?branch=2.0)](https://travis-ci.org/cartalyst/converter)
3+
[![Build Status](https://travis-ci.org/cartalyst/converter.svg?branch=3.0)](https://travis-ci.org/cartalyst/converter)
44

55
A framework agnostic measurement conversion and formatting package featuring multiple types of measurements and currency conversion.
66

@@ -10,14 +10,15 @@ An open source package by [Cartalyst](https://cartalyst.com), code well, rock on
1010

1111
## Documentation
1212

13-
Reader-friendly Documentation can be found [here](https://cartalyst.com/manual/converter/2.0).
13+
Reader-friendly Documentation can be found [here](https://cartalyst.com/manual/converter/3.0).
1414

15-
Raw files can be found [here](https://github.com/cartalyst/converter/tree/docs/2.0).
15+
Raw files can be found [here](https://github.com/cartalyst/converter/tree/docs/3.0).
1616

1717
## Change Log
1818

1919
Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.
2020

21+
- [3.0](CHANGELOG.md) - 2017-02-19
2122
- [2.0](CHANGELOG.md) - 2015-03-06
2223
- [1.1](CHANGELOG.md) - 2014-08-16
2324
- [1.0](CHANGELOG.md) - 2014-05-09

src/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Exchangers/ExchangerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Exchangers/NativeExchanger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Exchangers/OpenExchangeRatesExchanger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Laravel/ConverterServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/Laravel/Facades/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

tests/ConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Converter
14-
* @version 3.0.0
14+
* @version 3.0.1
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2017, Cartalyst LLC

0 commit comments

Comments
 (0)