Releases: vrajroham/laravel-bitpay
Releases · vrajroham/laravel-bitpay
v6.0.0
v5.3.0
What's Changed
- Fixed issues, updated deps & corrected typos by @alexstewartja in #42
Full Changelog: v5.0.1...v5.3.0
v5.0.1
v5.0.0
What's Changed
- v5 Upgrade by @alexstewartja in #38:
- Updated BitPay client dependency to v6.0.2111
- Implemented exchange rates (single/pair)
- Deprecated constants that already exist in core library
- Also added return codes that can be used to verify webhooks for the following resources:
- Invoices
- Recipients
- Payouts
- Also added return codes that can be used to verify webhooks for the following resources:
- Implemented
Settlements
resource - Implemented
Ledgers
resource - Implemented
Recipients
resource - Implemented
Payouts
/PayoutBatches
resources - Added support for
payout
facade - Updated UX of API Token generation command
- Optimized webhook URL (notificationURL) auto-population
- Added v4 -> v5 to migration guide
Full Changelog: v4.1.2...v5.0.0
v4.1.2
What's Changed
- Subscriptions resource implementation, Bitpay contestants, README update, and some code refactor by @alexstewartja in #35
Full Changelog: v4.1.1...v4.1.2
Underlying code improvements
Refactored the implementation to easily onboard future improvements.
Full Changelog: v4.1.0...v4.1.1
Improvements
What's Changed
- Invoices, Bills, Rates & Currencies resources fully implemented by @alexstewartja in #34
Full Changelog: v4.0.2...v4.1.0
Fixed issue with Bitpay token label
- Fixed issue with BitPay Token Label @colbyalbo
Update headers being sent while creating the keypair
- Fix the way headers are sent to bitpay while creating token (keypair) - #30 by @alexstewartja
Supporting Bitpay SDK 5.2.* and PHP 8.0
- Upstream BiitPay dependency upgraded to 5.2
- Added support for PHP 8.0. Thanks to @iDevelopThings for the heads up on #28