Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.5...v5.0.0) (2020-04-27)

### Code Refactoring

* **migration:** to support v3.x.x of the ispapi registrar module ([f51ec27](f51ec27))

### BREAKING CHANGES

* **migration:** compatible with ISPAPI registrar module v3.x.x
  • Loading branch information
semantic-release-bot committed Apr 27, 2020
1 parent f51ec27 commit e22bad5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ispapidpi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"codeFix": "phpcbf --standard=PSR1,PSR2 -q *.php templates tests",
"test": "phpunit"
}
}
}
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.5",
"date": "2019-09-30"
"version": "5.0.0",
"date": "2020-04-27"
}
Binary file modified whmcs-ispapi-pricingimporter-latest.zip
Binary file not shown.

0 comments on commit e22bad5

Please sign in to comment.