Skip to content

Releases: vrajroham/laravel-bitpay

v6.0.0

18 Dec 14:29
606b938
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v6.0.0

v5.3.0

20 Jun 14:22
84232c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.3.0

v5.0.1

18 Dec 18:22
Compare
Choose a tag to compare

What's Changed

  • Make newLine() calls compatible with Laravel versions below 8 by @Ririshi in #41

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

09 Dec 15:25
4b5b8bf
Compare
Choose a tag to compare

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
    • 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

13 Nov 15:39
b156762
Compare
Choose a tag to compare

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

04 Nov 18:23
Compare
Choose a tag to compare

Refactored the implementation to easily onboard future improvements.

Full Changelog: v4.1.0...v4.1.1

Improvements

04 Nov 17:42
f02eac2
Compare
Choose a tag to compare

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

24 Aug 14:47
546b43a
Compare
Choose a tag to compare

Update headers being sent while creating the keypair

11 Aug 05:15
1d5fff2
Compare
Choose a tag to compare
  • Fix the way headers are sent to bitpay while creating token (keypair) - #30 by @alexstewartja

Supporting Bitpay SDK 5.2.* and PHP 8.0

09 Jul 19:29
6101ec3
Compare
Choose a tag to compare
  • Upstream BiitPay dependency upgraded to 5.2
  • Added support for PHP 8.0. Thanks to @iDevelopThings for the heads up on #28