Skip to content

Commit

Permalink
chore(release): 1.12.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.3](v1.12.2...v1.12.3) (2019-12-03)

### Bug Fixes

* **transferdomain:** review use of $params ([f3c0619](f3c0619))
* **transfersync:** reviewed in direction of QueryEventList to be more reliable ([b618892](b618892))
  • Loading branch information
semantic-release-bot committed Dec 3, 2019
1 parent f3c0619 commit 5a654a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.12.3](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.12.2...v1.12.3) (2019-12-03)


### Bug Fixes

* **transferdomain:** review use of $params ([f3c0619](https://github.com/hexonet/whmcs-ispapi-registrar/commit/f3c061999c9f86469e3a00365450fe3ab2fac04b))
* **transfersync:** reviewed in direction of QueryEventList to be more reliable ([b618892](https://github.com/hexonet/whmcs-ispapi-registrar/commit/b6188925871492800a7f675efa2d086f908ca914))

## [1.12.2](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.12.1...v1.12.2) (2019-11-04)


Expand Down
2 changes: 1 addition & 1 deletion registrars/ispapi/ispapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author HEXONET GmbH <[email protected]>
*/

$module_version = "1.12.2";
$module_version = "1.12.3";

use WHMCS\Domains\DomainLookup\ResultsList;
use WHMCS\Domains\DomainLookup\SearchResult;
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.12.2",
"date": "2019-11-04"
"version": "1.12.3",
"date": "2019-12-03"
}
Binary file modified whmcs-ispapi-registrar-latest.zip
Binary file not shown.

0 comments on commit 5a654a2

Please sign in to comment.