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

Commit ceee8ff

Browse files
authored
Merge pull request #63 from laravel/changelog
[3.0] Add changelog
2 parents d0b3bd3 + 0cec8fe commit ceee8ff

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Release Notes
2+
3+
## [v3.0.0](https://github.com/laravel/cashier-braintree/compare/v2.1.0...v3.0.0)
4+
5+
### Added
6+
- Added support for PHP 7.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
7+
8+
### Changed
9+
- Minimum PHP version is now 7.1.3 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
10+
- Minimum Laravel version is now 5.7 ([#62](https://github.com/laravel/cashier-braintree/pull/62))
11+
- The `hasAddon` on the `Invoice` object has been renamed to `hasAddOn` ([#62](https://github.com/laravel/cashier-braintree/pull/62))
12+
- The `$storagePath` parameter was removed from the `downloadInvoice` method on the `Billable` trait ([#62](https://github.com/laravel/cashier-braintree/pull/62))
13+
- Various return types were added ([#62](https://github.com/laravel/cashier-braintree/pull/62))
14+
15+
### Fixed
16+
- Various DocBlocks were fixed ([#62](https://github.com/laravel/cashier-braintree/pull/62))

0 commit comments

Comments
 (0)