Releases: bitpay/php-bitpay-client
Bug fix release
BCH support
Added
- Added support for BCH fields in the invoice: transactionCurrency, amountPaid, exchangeRates, paymentSubtotals, paymentTotals
Fixed
- Set timezone to UTC (=timezone that BitPay invoices use), to prevent PHP errors when no default timezone is set
Deprecated
- Deprecated BTC specific fields, as documented at https://bitpay.com/api#resource-Invoices
Bug fix release
- Fixed decimal check for currencies without decimals (e.g. HUF)
Fixed invoice time issues, removed deprecated factory methods
Removed mcrypt dependency, fixed invoice datetime stamps
Fixed
- Fixed invoice time being set as numeric instead of datetime object
- Include correct PHP lib version number when creating invoices
Removed
- Removed support for mcrypt (#254)
Cleanups and new openssl functions
-
Fixed token check in get invoices method for public facade calls (#243)
-
Fix some of the tests (#228)
-
Added encrypt & decrypt functions to OpenSSL (#247)
SHA512 checksums
50df453700685df83df5a198967908b3885939f294511a50c7bfcd2cfbb707b279a85b6ded9afc0dc85b9ba43b33ad1658f1818f8419d66b7394aa759cac7dae BitPay_PHP_v2.2.14.zip
8e3e943d1e5282761b4db0d3cc56edd0044d280346ded3093ce2e3ffa1cec88b744d18b79a2fcf76981555e15b56f34a1efea9ab40b5d1400299c9d9b8f9622e BitPay_PHP_v2.2.14.tar.gz
Included IPN processor example
Included IPN processor example in tutorials
Compatibility fixes (PHP 7, Symfony 3), added refund address (getInvoice) and buyer notify field, made fullNotifications default to true
Added refund addresses to getInvoice
Improved tutorial (https://github.com/bitpay/php-bitpay-client/tree/master/examples/tutorial)
Made fullNotifications=true default
Included extendedNotifications
Symfony v3 compatibility fixes
PHP 7 compatibility fixes
Included buyer notify field (when creating an invoice)
Fix HTTP 100 handling
Fixed HTTP 100 handling (occurring with very large HTTP messages)
Examples/Tutorial, price checking
- Upgraded examples to show how to interact with the config.yml file and encrypted file storage
- checkPriceAndCurrency will now allow prices that do not have fractions of main units (e.g. $1000)