diff --git a/HISTORY.md b/HISTORY.md index fffa2ae..8c38fd9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.5...v5.0.0) (2020-04-27) + + +### Code Refactoring + +* **migration:** to support v3.x.x of the ispapi registrar module ([f51ec27](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/f51ec2759b4284024b3671f66abe7eca9c37b5f2)) + + +### BREAKING CHANGES + +* **migration:** compatible with ISPAPI registrar module v3.x.x + ## [4.0.5](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.4...v4.0.5) (2019-09-30) diff --git a/ispapidpi.php b/ispapidpi.php index b447410..3e01dc2 100644 --- a/ispapidpi.php +++ b/ispapidpi.php @@ -6,7 +6,7 @@ use WHMCS\Module\Registrar\Ispapi\Helper; session_start(); -$module_version = "4.0.5"; +$module_version = "5.0.0"; function ispapidpi_config() { diff --git a/package.json b/package.json index cc2ae27..cd0220a 100644 --- a/package.json +++ b/package.json @@ -53,4 +53,4 @@ "codeFix": "phpcbf --standard=PSR1,PSR2 -q *.php templates tests", "test": "phpunit" } -} \ No newline at end of file +} diff --git a/release.json b/release.json index 667124a..9022bb2 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "4.0.5", - "date": "2019-09-30" + "version": "5.0.0", + "date": "2020-04-27" } \ No newline at end of file diff --git a/whmcs-ispapi-pricingimporter-latest.zip b/whmcs-ispapi-pricingimporter-latest.zip index 4bf4c83..d38707d 100644 Binary files a/whmcs-ispapi-pricingimporter-latest.zip and b/whmcs-ispapi-pricingimporter-latest.zip differ