diff --git a/CHANGELOG b/CHANGELOG index 8da7a03..c8b51ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2.1.5 + Updated bitpay/php-client to 2.2.4 + 2.1.4 Removed Symfony dependency Fixed timestamp logging in database @@ -12,7 +15,7 @@ 2.1.1 Bug fix sanitizing labels for token pairing Replaced GMP only requirement with GMP or BC Math requirement - + 2.1.0 Bug fix with IPNs not working when debug mode is enabled Updated BitPay PHP SDK diff --git a/app/code/community/Bitpay/Core/etc/config.xml b/app/code/community/Bitpay/Core/etc/config.xml index 1c403aa..6320d22 100644 --- a/app/code/community/Bitpay/Core/etc/config.xml +++ b/app/code/community/Bitpay/Core/etc/config.xml @@ -8,7 +8,7 @@ - 2.1.4 + 2.1.5 diff --git a/scripts/package b/scripts/package index 4cd1719..4649608 100755 --- a/scripts/package +++ b/scripts/package @@ -11,7 +11,7 @@ date_default_timezone_set('America/New_York'); // Main Office is in Eastern Time /** * Various Configuration Settings */ -$version = '2.1.4'; +$version = '2.1.5'; $vendorDir = __DIR__ . '/../vendor'; $distDir = __DIR__ . '/../build/dist'; $tmpDistDir = $distDir . '/tmp'; // Files will be placed here temporarly so we can zip/tar them.