Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis committed Mar 2, 2018
1 parent c80d8b5 commit 5697f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[1.1.2] - 2 March 2018
* Removed support for PHP 5.3
* Ability to specify redirectURL (PR #47)

1.1.1 [23 January 2018]
[1.1.1] - 23 January 2018
Improved logging, tested against WHMCS 7.4.2

1.1.0 [April 2018]
[1.1.0] - April 2018
Compatibility with WHMCS 7.1

Previous changelog:
Expand Down
2 changes: 1 addition & 1 deletion modules/gateways/bit-pay/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

global $version;
$version = "1.1.1";
$version = "1.1.2";

0 comments on commit 5697f97

Please sign in to comment.