From 55d3f0fbe513342607b630db4384c2c1339aba48 Mon Sep 17 00:00:00 2001 From: Sam Bohler Date: Thu, 16 Jul 2015 06:13:34 -0400 Subject: [PATCH] Versioning for 2.1.9 --- CHANGELOG | 3 +++ app/code/community/Bitpay/Core/etc/config.xml | 2 +- scripts/package | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9c2fe77..183786a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Unreleased +2.1.9 + Fixed code incompatible with PHP 5.4 + 2.1.8 Customer info now logged for invoice Added direct checkout feature diff --git a/app/code/community/Bitpay/Core/etc/config.xml b/app/code/community/Bitpay/Core/etc/config.xml index a84aa6f..db0946b 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.8 + 2.1.9 diff --git a/scripts/package b/scripts/package index 68e3e9a..d21502e 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.8'; +$version = '2.1.9'; $vendorDir = __DIR__ . '/../vendor'; $distDir = __DIR__ . '/../build/dist'; $tmpDistDir = $distDir . '/tmp'; // Files will be placed here temporarly so we can zip/tar them.