diff --git a/HISTORY.md b/HISTORY.md index 9711eb03..750e9f8f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.11.0...v1.11.1) (2019-09-04) + + +### Performance Improvements + +* **SE fields:** updated .SE additional fields ([310e572](https://github.com/hexonet/whmcs-ispapi-registrar/commit/310e572)) + # [1.11.0](https://github.com/hexonet/whmcs-ispapi-registrar/compare/v1.10.0...v1.11.0) (2019-09-04) diff --git a/registrars/ispapi/ispapi.php b/registrars/ispapi/ispapi.php index 73102b28..a61ff0aa 100755 --- a/registrars/ispapi/ispapi.php +++ b/registrars/ispapi/ispapi.php @@ -5,7 +5,7 @@ * @author HEXONET GmbH */ -$module_version = "1.11.0"; +$module_version = "1.11.1"; use WHMCS\Domains\DomainLookup\ResultsList; use WHMCS\Domains\DomainLookup\SearchResult; diff --git a/release.json b/release.json index 0d4e3a50..b08e7c86 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "1.11.0", + "version": "1.11.1", "date": "2019-09-04" } \ No newline at end of file diff --git a/whmcs-ispapi-registrar-latest.zip b/whmcs-ispapi-registrar-latest.zip index 6ba2063f..3708540d 100644 Binary files a/whmcs-ispapi-registrar-latest.zip and b/whmcs-ispapi-registrar-latest.zip differ