Skip to content

Commit

Permalink
chore(release): 2.4.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.6](v2.4.5...v2.4.6) (2020-02-13)

### Bug Fixes

* **sync:** cleanup temporary workaround for expiry date detection after transfer ([b13bcca](b13bcca))
  • Loading branch information
semantic-release-bot committed Feb 13, 2020
1 parent b13bcca commit 3ac2fd2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.6](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.5...v2.4.6) (2020-02-13)


### Bug Fixes

* **sync:** cleanup temporary workaround for expiry date detection after transfer ([b13bcca](https://github.com/hexonet/whmcs-ispapi-registrar/commit/b13bcca8f107ec61e3cec5f87a5e1c65377c811c))

## [2.4.5](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.4...v2.4.5) (2020-01-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"codeCheck": "phpcs --standard=PSR1,PSR2 -q -n --colors registrars",
"codeFix": "phpcbf --standard=PSR1,PSR2 -q registrars"
}
}
}
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 = "2.4.5";
$module_version = "2.4.6";

use WHMCS\Module\Server;
use WHMCS\Module\Addon;
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": "2.4.5",
"date": "2020-01-22"
"version": "2.4.6",
"date": "2020-02-13"
}
Binary file modified whmcs-ispapi-registrar-latest.zip
Binary file not shown.

0 comments on commit 3ac2fd2

Please sign in to comment.