Skip to content

Commit

Permalink
Merge pull request #29 from dondominio/Version-2.2.16
Browse files Browse the repository at this point in the history
Version 2.2.16
  • Loading branch information
JAndreuSoler authored Jul 13, 2023
2 parents 3b5df0a + b1f139e commit d1d147a
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.16] - 2023-07-13
### Change
- Update SDK.

## [2.2.15] - 2023-04-25
### fixed
- Billing contact in GetContactDetails.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ y este proyecto se adhiere a [Semantic Versioning](https://semver.org/spec/v2.0.

## [Pendiente por lanzar]

## [2.2.16] - 2023-07-13
### Change
- Actualizar SDK.

## [2.2.15] - 2023-04-25
### fixed
- Contacto de Facturación en GetContactDetails.
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project has all the developed integrations between MrDomain and WHMCS.
## Status
| Version |
|:--------|
| 2.2.15 |
| 2.2.16 |

## Requirements
| Name | Version |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Este proyecto contiene todos los módulos desarrollados entre DonDominio y WHMCS
## Estado
| Version |
|:--------|
| 2.2.15 |
| 2.2.16 |

## Requerimientos
| Name | Version |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dondominio/whmcs",
"description": "DonDominio - WHCMCS Modules Integration",
"version": "2.2.15",
"version": "2.2.16",
"license": "LGPL-3.0-only",
"type": "project",
"minimum-stability": "dev",
Expand Down
4 changes: 4 additions & 0 deletions src/includes/dondominio/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.11] - 2022-07-13
### Fixed
- \Dondominio\API\Exceptions\User\NotExists not found

## [2.0.10] - 2022-12-12
### Removed
- Remove domain_resendFOAMail & domain_resetFOA
Expand Down
2 changes: 1 addition & 1 deletion src/includes/dondominio/sdk/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dondominio/api-sdk-php",
"type": "library",
"description": "DonDominio/MrDomain API SDK",
"version": "2.0.10",
"version": "2.0.11",
"keywords": [
"dondominio",
"mrdomain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

namespace Dondominio\API\Exceptions\User;

class NotExist extends \Dondominio\API\Exceptions\Error {}
class NotExists extends \Dondominio\API\Exceptions\Error { }
6 changes: 3 additions & 3 deletions src/includes/dondominio/sdk/src/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.7",
"releaseDate": "2021-07-26"
}
"version": "2.0.11",
"releaseDate": "2022-07-13"
}
4 changes: 2 additions & 2 deletions src/modules/addons/dondominio/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.2.15",
"releaseDate": "2023-04-25"
"version": "2.2.16",
"releaseDate": "2023-07-13"
}
4 changes: 2 additions & 2 deletions src/modules/registrars/dondominio/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.2.15",
"releaseDate": "2023-04-25"
"version": "2.2.16",
"releaseDate": "2023-07-13"
}
4 changes: 2 additions & 2 deletions src/modules/servers/dondominiossl/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.2.15",
"releaseDate": "2023-04-25"
"version": "2.2.16",
"releaseDate": "2023-07-13"
}

0 comments on commit d1d147a

Please sign in to comment.