Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from laravel/changelog
Browse files Browse the repository at this point in the history
[3.0] Add changelog
  • Loading branch information
taylorotwell authored Dec 13, 2018
2 parents d0b3bd3 + 0cec8fe commit ceee8ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Release Notes

## [v3.0.0](https://github.com/laravel/cashier-braintree/compare/v2.1.0...v3.0.0)

### Added
- Added support for PHP 7.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))

### Changed
- Minimum PHP version is now 7.1.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
- Minimum Laravel version is now 5.7 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
- The `hasAddon` on the `Invoice` object has been renamed to `hasAddOn` ([#62](https://github.com/laravel/cashier-braintree/pull/62))
- The `$storagePath` parameter was removed from the `downloadInvoice` method on the `Billable` trait ([#62](https://github.com/laravel/cashier-braintree/pull/62))
- Various return types were added ([#62](https://github.com/laravel/cashier-braintree/pull/62))

### Fixed
- Various DocBlocks were fixed ([#62](https://github.com/laravel/cashier-braintree/pull/62))

0 comments on commit ceee8ff

Please sign in to comment.