Skip to content

Commit

Permalink
chore(release): 2.4.10 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.10](v2.4.9...v2.4.10) (2020-03-04)

### Bug Fixes

* **Change of Registrant:** fix for missing additional fields in the Change of Registrant page ([3aca746](3aca746))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent a1c7bfd commit 883e55c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.10](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.9...v2.4.10) (2020-03-04)


### Bug Fixes

* **Change of Registrant:** fix for missing additional fields in the Change of Registrant page ([3aca746](https://github.com/hexonet/whmcs-ispapi-registrar/commit/3aca746940fcf810be24562c74111b34a7370098))

## [2.4.9](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v2.4.8...v2.4.9) (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.9";
$module_version = "2.4.10";

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.9",
"date": "2020-02-28"
"version": "2.4.10",
"date": "2020-03-04"
}
Binary file modified whmcs-ispapi-registrar-latest.zip
Binary file not shown.

0 comments on commit 883e55c

Please sign in to comment.