Skip to content

Commit

Permalink
chore(release): 2.4.9 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.9](v2.4.8...v2.4.9) (2020-02-28)

### Bug Fixes

* **sync:** fixed expirationdate calculation ([87d1654](87d1654))
  • Loading branch information
semantic-release-bot committed Feb 28, 2020
1 parent 87d1654 commit 1e6c36f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 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.9](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.8...v2.4.9) (2020-02-28)


### Bug Fixes

* **sync:** fixed expirationdate calculation ([87d1654](https://github.com/hexonet/whmcs-ispapi-registrar/commit/87d16542ed7d8de8e7ccb5398fa7d4e01ac4d399))

## [2.4.8](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.7...v2.4.8) (2020-02-28)


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 = "2.4.8";
$module_version = "2.4.9";

use WHMCS\Module\Server;
use WHMCS\Module\Addon;
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.4.8",
"version": "2.4.9",
"date": "2020-02-28"
}
Binary file modified whmcs-ispapi-registrar-latest.zip
Binary file not shown.

0 comments on commit 1e6c36f

Please sign in to comment.