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

Commit

Permalink
chore(release): 11.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.3](v11.0.2...v11.0.3) (2022-10-05)

### Bug Fixes

* **slugs:** restore compatibility with older whmcs versions 8.0-8.2 ([a03db53](a03db53))
  • Loading branch information
semantic-release-bot committed Oct 5, 2022
1 parent a03db53 commit b36a24a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.0.3](https://github.com/centralnic-reseller/whmcs-ssl/compare/v11.0.2...v11.0.3) (2022-10-05)


### Bug Fixes

* **slugs:** restore compatibility with older whmcs versions 8.0-8.2 ([a03db53](https://github.com/centralnic-reseller/whmcs-ssl/commit/a03db53d9eb12ffbc559ada3f7deda3f12aedae3))

## [11.0.2](https://github.com/centralnic-reseller/whmcs-ssl/compare/v11.0.1...v11.0.2) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion modules/addons/cnicssl_addon/cnicssl_addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function cnicssl_addon_config(): array
"description" => "Quickly add and configure SSL Certificates",
"author" => '<a href="https://www.centralnicgroup.com/" target="_blank"><img style="max-width:100px" src="' . SSLHelper::getLogo() . '" alt="CentralNic" /></a>',
"language" => "english",
"version" => "11.0.2",
"version" => "11.0.3",
"fields" => [
"registrar" => [
"FriendlyName" => "Registrar",
Expand Down
2 changes: 1 addition & 1 deletion modules/servers/cnicssl/cnicssl.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function cnicssl_MetaData(): array
"APIVersion" => "1.1",
"RequiresServer" => false,
"AutoGenerateUsernameAndPassword" => false,
"MODULEVersion" => "11.0.2" // custom meta data
"MODULEVersion" => "11.0.3" // custom meta data
];
}

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": "11.0.2",
"date": "2022-09-28"
"version": "11.0.3",
"date": "2022-10-05"
}
Binary file modified whmcs-cnic-ssl-latest.zip
Binary file not shown.

0 comments on commit b36a24a

Please sign in to comment.