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

Commit

Permalink
chore(release): 4.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.5](v4.0.4...v4.0.5) (2019-09-30)

### Bug Fixes

* **csv import:** add further supported file types ([881dc56](881dc56))
  • Loading branch information
semantic-release-bot committed Sep 30, 2019
1 parent 881dc56 commit 6c9dd39
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 @@
## [4.0.5](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.4...v4.0.5) (2019-09-30)


### Bug Fixes

* **csv import:** add further supported file types ([881dc56](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/881dc56))

## [4.0.4](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.3...v4.0.4) (2019-09-17)


Expand Down
2 changes: 1 addition & 1 deletion ispapidpi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use ISPAPI\LoadRegistrars;

session_start();
$module_version = "4.0.4";
$module_version = "4.0.5";

function ispapidpi_config()
{
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": "4.0.4",
"date": "2019-09-17"
"version": "4.0.5",
"date": "2019-09-30"
}
Binary file modified whmcs-ispapi-pricingimporter-latest.zip
Binary file not shown.

0 comments on commit 6c9dd39

Please sign in to comment.