Skip to content

Commit 469005c

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.0.0...v11.0.0) (2025-02-05) ### Features * **registrar support:** added Internet.bs (IBS) and Moniker (MONIKER) as supported registrars ([5eaa09d](5eaa09d)) ### BREAKING CHANGES * **registrar support:** We added support for two new Domain Registrar Systems: Internet.bs (IBS) and Moniker (MONIKER)
1 parent c452185 commit 469005c

File tree

85 files changed

+23417
-244
lines changed

Some content is hidden

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

85 files changed

+23417
-244
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [11.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v10.0.0...v11.0.0) (2025-02-05)
2+
3+
4+
### Features
5+
6+
* **registrar support:** added Internet.bs (IBS) and Moniker (MONIKER) as supported registrars ([5eaa09d](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/5eaa09d37c5847d06a1873bde499f677ae8b309a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **registrar support:** We added support for two new Domain Registrar Systems: Internet.bs (IBS) and Moniker (MONIKER)
12+
113
# [10.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v9.1.0...v10.0.0) (2025-01-22)
214

315

docs/classes/CNIC-CNR-Client.html

Lines changed: 55 additions & 39 deletions
Large diffs are not rendered by default.

docs/classes/CNIC-CNR-Logger.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
6767
<li>
6868
<a href="namespaces/cnic-hexonet.html" class="">HEXONET</a>
6969

70+
</li>
71+
<li>
72+
<a href="namespaces/cnic-ibs.html" class="">IBS</a>
73+
74+
</li>
75+
<li>
76+
<a href="namespaces/cnic-moniker.html" class="">MONIKER</a>
77+
7078
</li>
7179
</ul>
7280

@@ -84,6 +92,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
8492
<li>
8593
<a href="packages/CNIC-HEXONET.html" class="">HEXONET</a>
8694

95+
</li>
96+
<li>
97+
<a href="packages/CNIC-IBS.html" class="">IBS</a>
98+
99+
</li>
100+
<li>
101+
<a href="packages/CNIC-MONIKER.html" class="">MONIKER</a>
102+
87103
</li>
88104
</ul>
89105

docs/classes/CNIC-CNR-Response.html

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
6767
<li>
6868
<a href="namespaces/cnic-hexonet.html" class="">HEXONET</a>
6969

70+
</li>
71+
<li>
72+
<a href="namespaces/cnic-ibs.html" class="">IBS</a>
73+
74+
</li>
75+
<li>
76+
<a href="namespaces/cnic-moniker.html" class="">MONIKER</a>
77+
7078
</li>
7179
</ul>
7280

@@ -84,6 +92,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
8492
<li>
8593
<a href="packages/CNIC-HEXONET.html" class="">HEXONET</a>
8694

95+
</li>
96+
<li>
97+
<a href="packages/CNIC-IBS.html" class="">IBS</a>
98+
99+
</li>
100+
<li>
101+
<a href="packages/CNIC-MONIKER.html" class="">MONIKER</a>
102+
87103
</li>
88104
</ul>
89105

@@ -170,56 +186,56 @@ <h4 id="toc-properties">
170186

171187
</h4>
172188
<dl class="phpdocumentor-table-of-contents">
173-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
189+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
174190
<a class="" href="classes/CNIC-HEXONET-Response.html#property_columnkeys">$columnkeys</a>
175191
<span>
176192
&nbsp;: array&lt;string|int, string&gt; </span>
177193
</dt>
178194
<dd>Column names available in this responsse</dd>
179195

180-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
196+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
181197
<a class="" href="classes/CNIC-HEXONET-Response.html#property_columns">$columns</a>
182198
<span>
183199
&nbsp;: array&lt;string|int, <a href="classes/CNIC-HEXONET-Column.html"><abbr title="\CNIC\HEXONET\Column">Column</abbr></a>&gt; </span>
184200
</dt>
185201
<dd>Container of Column Instances</dd>
186202

187-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
203+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
188204
<a class="" href="classes/CNIC-HEXONET-Response.html#property_command">$command</a>
189205
<span>
190206
&nbsp;: array&lt;string|int, string&gt; </span>
191207
</dt>
192208
<dd>The API Command used within this request</dd>
193209

194-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
210+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
195211
<a class="" href="classes/CNIC-HEXONET-Response.html#property_hash">$hash</a>
196212
<span>
197213
&nbsp;: array&lt;string, mixed&gt; </span>
198214
</dt>
199215
<dd>hash representation of plain API response</dd>
200216

201-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
217+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
202218
<a class="" href="classes/CNIC-HEXONET-Response.html#property_paginationkeys">$paginationkeys</a>
203219
<span>
204220
&nbsp;: string </span>
205221
</dt>
206222
<dd>Regex for pagination related column keys</dd>
207223

208-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
224+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
209225
<a class="" href="classes/CNIC-HEXONET-Response.html#property_raw">$raw</a>
210226
<span>
211227
&nbsp;: string </span>
212228
</dt>
213229
<dd>plain API response</dd>
214230

215-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
231+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
216232
<a class="" href="classes/CNIC-HEXONET-Response.html#property_recordIndex">$recordIndex</a>
217233
<span>
218234
&nbsp;: int </span>
219235
</dt>
220236
<dd>Record Index we currently point to in record list</dd>
221237

222-
<dt class="phpdocumentor-table-of-contents__entry -property -private">
238+
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
223239
<a class="" href="classes/CNIC-HEXONET-Response.html#property_records">$records</a>
224240
<span>
225241
&nbsp;: array&lt;string|int, <a href="classes/CNIC-HEXONET-Record.html"><abbr title="\CNIC\HEXONET\Record">Record</abbr></a>&gt; </span>
@@ -552,7 +568,7 @@ <h3 class="phpdocumentor-elements__header" id="properties">
552568
class="
553569
phpdocumentor-element
554570
-property
555-
-private
571+
-protected
556572
"
557573
>
558574
<h4 class="phpdocumentor-element__name" id="property_columnkeys">
@@ -573,7 +589,7 @@ <h4 class="phpdocumentor-element__name" id="property_columnkeys">
573589

574590

575591
<code class="phpdocumentor-code phpdocumentor-signature ">
576-
<span class="phpdocumentor-signature__visibility">private</span>
592+
<span class="phpdocumentor-signature__visibility">protected</span>
577593
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
578594
<span class="phpdocumentor-signature__name">$columnkeys</span>
579595
</code>
@@ -589,7 +605,7 @@ <h4 class="phpdocumentor-element__name" id="property_columnkeys">
589605
class="
590606
phpdocumentor-element
591607
-property
592-
-private
608+
-protected
593609
"
594610
>
595611
<h4 class="phpdocumentor-element__name" id="property_columns">
@@ -610,7 +626,7 @@ <h4 class="phpdocumentor-element__name" id="property_columns">
610626

611627

612628
<code class="phpdocumentor-code phpdocumentor-signature ">
613-
<span class="phpdocumentor-signature__visibility">private</span>
629+
<span class="phpdocumentor-signature__visibility">protected</span>
614630
<span class="phpdocumentor-signature__type">array&lt;string|int, <a href="classes/CNIC-HEXONET-Column.html"><abbr title="\CNIC\HEXONET\Column">Column</abbr></a>&gt;</span>
615631
<span class="phpdocumentor-signature__name">$columns</span>
616632
</code>
@@ -626,7 +642,7 @@ <h4 class="phpdocumentor-element__name" id="property_columns">
626642
class="
627643
phpdocumentor-element
628644
-property
629-
-private
645+
-protected
630646
"
631647
>
632648
<h4 class="phpdocumentor-element__name" id="property_command">
@@ -647,7 +663,7 @@ <h4 class="phpdocumentor-element__name" id="property_command">
647663

648664

649665
<code class="phpdocumentor-code phpdocumentor-signature ">
650-
<span class="phpdocumentor-signature__visibility">private</span>
666+
<span class="phpdocumentor-signature__visibility">protected</span>
651667
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
652668
<span class="phpdocumentor-signature__name">$command</span>
653669
</code>
@@ -663,7 +679,7 @@ <h4 class="phpdocumentor-element__name" id="property_command">
663679
class="
664680
phpdocumentor-element
665681
-property
666-
-private
682+
-protected
667683
"
668684
>
669685
<h4 class="phpdocumentor-element__name" id="property_hash">
@@ -684,7 +700,7 @@ <h4 class="phpdocumentor-element__name" id="property_hash">
684700

685701

686702
<code class="phpdocumentor-code phpdocumentor-signature ">
687-
<span class="phpdocumentor-signature__visibility">private</span>
703+
<span class="phpdocumentor-signature__visibility">protected</span>
688704
<span class="phpdocumentor-signature__type">array&lt;string, mixed&gt;</span>
689705
<span class="phpdocumentor-signature__name">$hash</span>
690706
</code>
@@ -700,7 +716,7 @@ <h4 class="phpdocumentor-element__name" id="property_hash">
700716
class="
701717
phpdocumentor-element
702718
-property
703-
-private
719+
-protected
704720
"
705721
>
706722
<h4 class="phpdocumentor-element__name" id="property_paginationkeys">
@@ -721,7 +737,7 @@ <h4 class="phpdocumentor-element__name" id="property_paginationkeys">
721737

722738

723739
<code class="phpdocumentor-code phpdocumentor-signature ">
724-
<span class="phpdocumentor-signature__visibility">private</span>
740+
<span class="phpdocumentor-signature__visibility">protected</span>
725741
<span class="phpdocumentor-signature__type">string</span>
726742
<span class="phpdocumentor-signature__name">$paginationkeys</span>
727743
= <span class="phpdocumentor-signature__default-value">&quot;/^TOTAL|COUNT|LIMIT|FIRST|LAST\$/&quot;</span></code>
@@ -737,7 +753,7 @@ <h4 class="phpdocumentor-element__name" id="property_paginationkeys">
737753
class="
738754
phpdocumentor-element
739755
-property
740-
-private
756+
-protected
741757
"
742758
>
743759
<h4 class="phpdocumentor-element__name" id="property_raw">
@@ -758,7 +774,7 @@ <h4 class="phpdocumentor-element__name" id="property_raw">
758774

759775

760776
<code class="phpdocumentor-code phpdocumentor-signature ">
761-
<span class="phpdocumentor-signature__visibility">private</span>
777+
<span class="phpdocumentor-signature__visibility">protected</span>
762778
<span class="phpdocumentor-signature__type">string</span>
763779
<span class="phpdocumentor-signature__name">$raw</span>
764780
</code>
@@ -774,7 +790,7 @@ <h4 class="phpdocumentor-element__name" id="property_raw">
774790
class="
775791
phpdocumentor-element
776792
-property
777-
-private
793+
-protected
778794
"
779795
>
780796
<h4 class="phpdocumentor-element__name" id="property_recordIndex">
@@ -795,7 +811,7 @@ <h4 class="phpdocumentor-element__name" id="property_recordIndex">
795811

796812

797813
<code class="phpdocumentor-code phpdocumentor-signature ">
798-
<span class="phpdocumentor-signature__visibility">private</span>
814+
<span class="phpdocumentor-signature__visibility">protected</span>
799815
<span class="phpdocumentor-signature__type">int</span>
800816
<span class="phpdocumentor-signature__name">$recordIndex</span>
801817
</code>
@@ -811,7 +827,7 @@ <h4 class="phpdocumentor-element__name" id="property_recordIndex">
811827
class="
812828
phpdocumentor-element
813829
-property
814-
-private
830+
-protected
815831
"
816832
>
817833
<h4 class="phpdocumentor-element__name" id="property_records">
@@ -832,7 +848,7 @@ <h4 class="phpdocumentor-element__name" id="property_records">
832848

833849

834850
<code class="phpdocumentor-code phpdocumentor-signature ">
835-
<span class="phpdocumentor-signature__visibility">private</span>
851+
<span class="phpdocumentor-signature__visibility">protected</span>
836852
<span class="phpdocumentor-signature__type">array&lt;string|int, <a href="classes/CNIC-HEXONET-Record.html"><abbr title="\CNIC\HEXONET\Record">Record</abbr></a>&gt;</span>
837853
<span class="phpdocumentor-signature__name">$records</span>
838854
</code>

0 commit comments

Comments
 (0)