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

Releases: bitpay/php-bitpay-client

Bug fix release

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 28 Mar 10:32
  • Fixed failing phpunit tests (#262)
  • Fixed DateTime zone issues (#261)
  • Fixed $invoice->getPaymentTotals() returns subTotals instead (#264)

BCH support

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 08 Mar 11:03

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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 15 Jan 18:57
  • Fixed decimal check for currencies without decimals (e.g. HUF)

Fixed invoice time issues, removed deprecated factory methods

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 12 Dec 14:58
  • 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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 28 Nov 10:17

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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 29 Sep 09:47
  • 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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 09 May 15:13

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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 09 May 10:42

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

Choose a tag to compare

@pieterpoorthuis pieterpoorthuis released this 21 Feb 19:14

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

Examples/Tutorial, price checking

Choose a tag to compare

@kleetus kleetus released this 11 Mar 21:30
  • 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)