Skip to content

Commit b7edbbf

Browse files
chore(release): 8.0.15 [skip ci]
## [8.0.15](v8.0.14...v8.0.15) (2023-10-04) ### Bug Fixes * **hexonet:** add response translator mapping for invalid domain name; RSRMID-271 ([5c40a9d](5c40a9d))
1 parent 5c40a9d commit b7edbbf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.14...v8.0.15) (2023-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **hexonet:** add response translator mapping for invalid domain name; RSRMID-271 ([5c40a9d](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/5c40a9d28d58b42eb1f1154e550c602b47652652))
7+
18
## [8.0.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.13...v8.0.14) (2023-09-08)
29

310

docs/classes/CNIC-HEXONET-ResponseTranslator.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ <h4 class="phpdocumentor-element__name" id="property_descriptionRegexMap">
222222
// HX
223223
&quot;Invalid attribute value syntax; resource record \\[(.+)\\]&quot; =&gt; &quot;Invalid Syntax for DNSZone Resource Record: \$1&quot;,
224224
&quot;Missing required attribute; CLASS(?:=| \\[MUST BE )PREMIUM_([\\w\\+]+)[\\s\\]]&quot; =&gt; &quot;Confirm the Premium pricing by providing the parameter CLASS with the value PREMIUM_\$1.&quot;,
225+
&quot;Syntax error in Parameter DOMAIN \\((.+)\\)&quot; =&gt; &quot;The Domain Name \$1 is invalid.&quot;,
225226
],
226227
]</span></code>
227228

@@ -250,7 +251,7 @@ <h4 class="phpdocumentor-element__name" id="method_translate">
250251
<aside class="phpdocumentor-element-found-in">
251252
<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>
252253
:
253-
<span class="phpdocumentor-element-found-in__line">52</span>
254+
<span class="phpdocumentor-element-found-in__line">53</span>
254255

255256
</aside>
256257

@@ -313,7 +314,7 @@ <h4 class="phpdocumentor-element__name" id="method_findMatch">
313314
<aside class="phpdocumentor-element-found-in">
314315
<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>
315316
:
316-
<span class="phpdocumentor-element-found-in__line">130</span>
317+
<span class="phpdocumentor-element-found-in__line">131</span>
317318

318319
</aside>
319320

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.14";
249+
return "8.0.15";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)