Versioning for 2.1.9

This commit is contained in:
Sam Bohler 2015-07-16 06:13:34 -04:00
parent b5041cf26f
commit 55d3f0fbe5
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@
<config>
<modules>
<Bitpay_Core>
<version>2.1.8</version>
<version>2.1.9</version>
</Bitpay_Core>
</modules>

View File

@ -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.