diff --git a/HISTORY.md b/HISTORY.md index 38b0493..24c857a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v5.0.1...v5.0.2) (2021-01-27) + + +### Bug Fixes + +* **ci:** migration from Travis CI to github actions ([8f9247e](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/8f9247ef5bcf13f1e4d2927064071c66d18c9698)) + ## [5.0.1](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v5.0.0...v5.0.1) (2020-05-27) diff --git a/modules/addons/ispapidpi/ispapidpi.php b/modules/addons/ispapidpi/ispapidpi.php index 7b8db1f..4edd439 100644 --- a/modules/addons/ispapidpi/ispapidpi.php +++ b/modules/addons/ispapidpi/ispapidpi.php @@ -23,7 +23,7 @@ function ispapidpi_config() "Default" => "admin" ] ], - "version" => "5.0.1" + "version" => "5.0.2" ]; } diff --git a/package.json b/package.json index dfaa3d6..a98ad68 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "codeFix": "phpcbf --standard=PSR12 -q --extensions=php --ignore=node_modules,vendor,templates_c .", "test": "phpunit" } -} \ No newline at end of file +} diff --git a/release.json b/release.json index 5a7fe22..e045284 100644 --- a/release.json +++ b/release.json @@ -1,4 +1,4 @@ { - "version": "5.0.1", - "date": "2020-05-27" + "version": "5.0.2", + "date": "2021-01-27" } \ No newline at end of file diff --git a/whmcs-ispapi-pricingimporter-latest.zip b/whmcs-ispapi-pricingimporter-latest.zip index 95dc943..6dbd8b1 100644 Binary files a/whmcs-ispapi-pricingimporter-latest.zip and b/whmcs-ispapi-pricingimporter-latest.zip differ