Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Releases: bitpay/php-bitpay-client

Bug fix release

28 Mar 10:32
Compare
Choose a tag to compare
  • Fixed failing phpunit tests (#262)
  • Fixed DateTime zone issues (#261)
  • Fixed $invoice->getPaymentTotals() returns subTotals instead (#264)

BCH support

08 Mar 11:03
Compare
Choose a tag to compare

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

Bug fix release

15 Jan 18:57
Compare
Choose a tag to compare
  • Fixed decimal check for currencies without decimals (e.g. HUF)

Fixed invoice time issues, removed deprecated factory methods

12 Dec 14:58
Compare
Choose a tag to compare
  • Fixed invoice time being set in milliseconds, whereas seconds are expected (Issue #256 and #257)
  • Removed deprecated factory methods from services.xml

Removed mcrypt dependency, fixed invoice datetime stamps

28 Nov 10:17
Compare
Choose a tag to compare

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

29 Sep 09:47
Compare
Choose a tag to compare
  • Fixed token check in get invoices method for public facade calls (#243)

  • Spell fixes (#233 and #233)

  • 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

09 May 15:13
Compare
Choose a tag to compare

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

09 May 10:42
Compare
Choose a tag to compare

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

21 Feb 19:14
Compare
Choose a tag to compare

Fixed HTTP 100 handling (occurring with very large HTTP messages)

Examples/Tutorial, price checking

11 Mar 21:30
Compare
Choose a tag to compare
  • 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)