Skip to content

Commit 72db9a8

Browse files
chore(release): 8.0.16 [skip ci]
## [8.0.16](v8.0.15...v8.0.16) (2024-3-4) ### Bug Fixes * **responsetranslator.php:** reviewed error messaging for domain transfers pre-checks ([c003b9b](c003b9b))
1 parent c003b9b commit 72db9a8

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.16](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.15...v8.0.16) (2024-3-4)
2+
3+
4+
### Bug Fixes
5+
6+
* **responsetranslator.php:** reviewed error messaging for domain transfers pre-checks ([c003b9b](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/c003b9bd27d874ffa410333ad5e70e603742a7d3))
7+
18
## [8.0.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.14...v8.0.15) (2023-10-04)
29

310

docs/classes/CNIC-HEXONET-ResponseTranslator.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ <h4 class="phpdocumentor-element__name" id="property_descriptionRegexMap">
216216
&quot;Request is not available; DOMAIN TRANSFER IS PROHIBITED BY STATUS (pendingdelete)&quot; =&gt; &quot;Deletion of this Domain Name is pending. Initiating a Transfer is therefore impossible.&quot;,
217217
&quot;Request is not available; DOMAIN TRANSFER IS PROHIBITED BY WRONG AUTH&quot; =&gt; &quot;The given Authorization Code is wrong. Initiating a Transfer is therefore impossible.&quot;,
218218
&quot;Request is not available; DOMAIN TRANSFER IS PROHIBITED BY AGE OF THE DOMAIN&quot; =&gt; &quot;This Domain Name is within 60 days of initial registration. Initiating a Transfer is therefore impossible.&quot;,
219+
&quot;Attribute value is not unique; DOMAIN is already assigned to your account&quot; =&gt; &quot;You cannot transfer a domain that is already on your account at the registrar&#039;s system.&quot;,
219220
// CNR
220221
&quot;Missing required attribute; premium domain name. please provide required parameters&quot; =&gt; &quot;Confirm the Premium pricing by providing the necessary premium domain price data.&quot;,
221222
&quot;SkipPregQuote&quot; =&gt; [
@@ -251,7 +252,7 @@ <h4 class="phpdocumentor-element__name" id="method_translate">
251252
<aside class="phpdocumentor-element-found-in">
252253
<abbr class="phpdocumentor-element-found-in__file" title="src/HEXONET/ResponseTranslator.php"><a href="files/src-hexonet-responsetranslator.html"><abbr title="src/HEXONET/ResponseTranslator.php">ResponseTranslator.php</abbr></a></abbr>
253254
:
254-
<span class="phpdocumentor-element-found-in__line">53</span>
255+
<span class="phpdocumentor-element-found-in__line">54</span>
255256

256257
</aside>
257258

@@ -314,7 +315,7 @@ <h4 class="phpdocumentor-element__name" id="method_findMatch">
314315
<aside class="phpdocumentor-element-found-in">
315316
<abbr class="phpdocumentor-element-found-in__file" title="src/HEXONET/ResponseTranslator.php"><a href="files/src-hexonet-responsetranslator.html"><abbr title="src/HEXONET/ResponseTranslator.php">ResponseTranslator.php</abbr></a></abbr>
316317
:
317-
<span class="phpdocumentor-element-found-in__line">131</span>
318+
<span class="phpdocumentor-element-found-in__line">132</span>
318319

319320
</aside>
320321

docs/indices/files.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ <h3>C</h3>
113113
</ul>
114114
<h3>L</h3>
115115
<ul class="phpdocumentor-list">
116-
<li><a href="files/src-hexonet-logger.html"><abbr title="src/HEXONET/Logger.php">Logger.php</abbr></a></li>
117116
<li><a href="files/src-cnr-logger.html"><abbr title="src/CNR/Logger.php">Logger.php</abbr></a></li>
117+
<li><a href="files/src-hexonet-logger.html"><abbr title="src/HEXONET/Logger.php">Logger.php</abbr></a></li>
118118
<li><a href="files/src-loggerinterface.html"><abbr title="src/LoggerInterface.php">LoggerInterface.php</abbr></a></li>
119119
</ul>
120120
<h3>R</h3>
@@ -129,8 +129,8 @@ <h3>R</h3>
129129
</ul>
130130
<h3>S</h3>
131131
<ul class="phpdocumentor-list">
132-
<li><a href="files/src-hexonet-sessionclient.html"><abbr title="src/HEXONET/SessionClient.php">SessionClient.php</abbr></a></li>
133132
<li><a href="files/src-cnr-sessionclient.html"><abbr title="src/CNR/SessionClient.php">SessionClient.php</abbr></a></li>
133+
<li><a href="files/src-hexonet-sessionclient.html"><abbr title="src/HEXONET/SessionClient.php">SessionClient.php</abbr></a></li>
134134
<li><a href="files/src-hexonet-socketconfig.html"><abbr title="src/HEXONET/SocketConfig.php">SocketConfig.php</abbr></a></li>
135135
</ul>
136136
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">

src/HEXONET/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function getReferer()
246246
*/
247247
public function getVersion()
248248
{
249-
return "8.0.15";
249+
return "8.0.16";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)