v1.3.0
What's Changed
- Adding cryptoCode to payment method. #33 @ndeet
- Add isPaidLate() to Invoice. #34 @petzsch
- Adding method to get webhook by id. #36 @ndeet
- Made isIncomingWebhookRequestValid() static + unit test to prove it's not a breaking change. #37 @woutersamaey
- PullPayment Methods #40 @barrydeen
- Allow curl options to be set for CurlClient #41 @damanic
- Store Wallet (On-Chain) Methods #43 @barrydeen
- Users Methods #44 @barrydeen
- Lightning Methods (Internal Node + Store) #45 @barrydeen
- Miscellaneous and Health GET Methods #46 @barrydeen
- Notification Methods, Results and Examples #47 @barrydeen
- Getters for All Result Objects #48 @barrydeen
- Webhook Getters and Missing Methods #50 @barrydeen
Deprecations as of v2.0.0
The following methods will be removed with v2.0.0 of this package:
Client\Webhook
: getWebhooks()
replaced by getStoreWebhooks()
- rename
- result changes from array to
WebhookList
which has anall()
method to be called. - https://github.com/btcpayserver/btcpayserver-greenfield-php/pull/50/files#diff-7181e5096dbe5f90ec9be207a5cce8cecf3031cd117e62faf029560128763ae3R13
Result\AddressList
: getAddresses()
replaced by all()
Result\InvoiceList
: getInvoices()
replaced by all()
Result\StorePaymentMethodCollection
: getPaymentMethods()
replaced by all()
New Contributors
Full Changelog: v1.2.0...v1.3.0