Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.51 KB

Changelog

All notable changes to vrajroham/laravel-bitpay will be documented in this file


v6.0.0 - 2022-12-18

  • Updated BitPay client dependency to v7.1.0
  • Bumped minimum PHP version to 7.4
  • Implemented the invoice webhook/notification resend action
  • Isolated implementation of the Refunds resource

v5.3.0 - 2022-06-20

  • Fixed issues, updated deps & corrected typos by @alexstewartja in #42

v5.0.1 - 2021-12-18

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

v5.0.0 - 2021-12-09

  • 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

v2.0.2