Skip to content

Commit 5062cf8

Browse files
authored
Merge pull request #551 from openprovider/INTGRTNS-526-REST-Client-PHP-Update-rest-client-php-library-for-new-.RU-customer-additional-data-fields
Intgrtns 526 rest client php update rest client php library for new .ru customer additional data fields
2 parents 3ad2a40 + 4b262a5 commit 5062cf8

254 files changed

Lines changed: 17672 additions & 6217 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v5.13.0
4+
5+
###### Features and improvements
6+
- Added new contact additional data fields for `.ru` and `.рф` (xn--p1ai) for domain registration and transfer.
7+
- Upgraded `openprovider/rest-client-php` library to v2.2.1-beta.
8+
- Updated dependencies (incl. `guzzlehttp/guzzle`, `guzzlehttp/promises`, `guzzlehttp/psr7`, `phpunit/phpunit`, `webmozart/assert`, and Symfony polyfills).
9+
310
## v5.12.1
411

512
###### Features and improvements

modules/registrars/openprovider/OpenProvider/API/APIConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class APIConfig
1313
{
14-
static public $moduleVersion = 'whmcs-5.12.1-REST';
14+
static public $moduleVersion = 'whmcs-5.13.0-REST';
1515
static public $supportedDnsTypes = array('A', 'AAAA', 'CAA', 'CNAME', 'MX', 'SPF', 'SSHFP', 'SRV', 'TLSA', 'TXT');
1616
static public $dnsRecordTtl = 86400;
1717
static public $dnsRecordPriority = 10;

modules/registrars/openprovider/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"wedevelopcoffee/wpower": "2.2.*",
2121
"viison/address-splitter": "^0.3.2",
22-
"openprovider/rest-client-php": "v2.2.0-beta",
22+
"openprovider/rest-client-php": "v2.2.1-beta",
2323
"symfony/serializer": "^5.2",
2424
"psr/log": "^1.1",
2525
"symfony/property-access": "^5.2",

0 commit comments

Comments
 (0)