We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4148a47 commit 49ed02cCopy full SHA for 49ed02c
HISTORY.md
@@ -1,3 +1,10 @@
1
+## [8.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.12...v8.0.13) (2023-09-01)
2
+
3
4
+### Bug Fixes
5
6
+* **auto idn converting:** of OBJECTID parameter if OBJECTCLASS matches expectations (Registrar CNR) ([a105535](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/a105535e99335b95148f77cccd3ddd4e36c01e9c))
7
8
## [8.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.11...v8.0.12) (2023-08-29)
9
10
src/HEXONET/Client.php
@@ -246,7 +246,7 @@ public function getReferer()
246
*/
247
public function getVersion()
248
{
249
- return "8.0.12";
+ return "8.0.13";
250
}
251
252
/**
0 commit comments