Skip to content

Commit

Permalink
chore: Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Nov 19, 2017
1 parent dda193f commit fc4d047
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

#### v3.0.1 - 2017-11-19

`ADDED`

- Support for Laravel 5.5 Package Discovery.
- Support for Temperatures.

#### v3.0.0 - 2017-02-19

`UPDATED`
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Converter

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

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

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

## Documentation

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

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

## Change Log

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

- [3.0](CHANGELOG.md) - 2017-02-19
- [2.0](CHANGELOG.md) - 2015-03-06
- [1.1](CHANGELOG.md) - 2014-08-16
- [1.0](CHANGELOG.md) - 2014-05-09
Expand Down
2 changes: 1 addition & 1 deletion src/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Exchangers/ExchangerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Exchangers/NativeExchanger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Exchangers/OpenExchangeRatesExchanger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/ConverterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/Facades/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/ConverterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Converter
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down

0 comments on commit fc4d047

Please sign in to comment.