2
2
3
3
All Notable changes to ` PHP Domain Parser ` starting from the ** 5.x** series will be documented in this file
4
4
5
- ## Next - TBD
5
+ ## [ 6.3.0 ] - 2023-02-25
6
6
7
7
### Added
8
8
9
- - ` RegisteredName ` class to allow subdomain with IP -like labels
9
+ - ` RegisteredName ` class to allow domain with IP4 -like labels
10
10
11
11
### Fixed
12
12
@@ -22,7 +22,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
22
22
23
23
- None
24
24
25
- ## 6.2.0 - 2022-10-30
25
+ ## [ 6.2.0] - 2022-10-30
26
26
27
27
### Added
28
28
@@ -40,7 +40,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
40
40
41
41
- PHP7 and PHP8.0 support
42
42
43
- ## 6.1.2 - 2022-09-29
43
+ ## [ 6.1.2] - 2022-09-29
44
44
45
45
### Added
46
46
@@ -58,7 +58,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
58
58
59
59
- None
60
60
61
- ## 6.1.1 - 2022-02-18
61
+ ## [ 6.1.1] - 2022-02-18
62
62
63
63
### Added
64
64
@@ -76,7 +76,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
76
76
77
77
- None
78
78
79
- ## 6.1.0 - 2021-06-19
79
+ ## [ 6.1.0] - 2021-06-19
80
80
81
81
### Added
82
82
@@ -99,7 +99,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
99
99
100
100
- None
101
101
102
- ## 6.0.0 - 2020-12-13
102
+ ## [ 6.0.0] - 2020-12-13
103
103
104
104
### Added
105
105
@@ -150,7 +150,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
150
150
- ` Pdp\TopLevelDomains::contains ` without replacement
151
151
- Internal Converter classes (implementation details are no longer exposed).
152
152
153
- ## 5.7.2 - 2020-10-25
153
+ ## [ 5.7.2] - 2020-10-25
154
154
155
155
### Added
156
156
@@ -168,7 +168,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
168
168
169
169
- None
170
170
171
- ## 5.7.1 - 2020-08-24
171
+ ## [ 5.7.1] - 2020-08-24
172
172
173
173
### Added
174
174
@@ -186,7 +186,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
186
186
187
187
- None
188
188
189
- ## 5.7.0 - 2020-08-02
189
+ ## [ 5.7.0] - 2020-08-02
190
190
191
191
### Added
192
192
@@ -210,7 +210,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
210
210
- Support for PHP7.0 and PHP7.1
211
211
- The external data from IANA and mozilla is no longer part of the package and will be downloaded only on demand on composer update/install.
212
212
213
- ## 5.6.0 - 2019-12-29
213
+ ## [ 5.6.0] - 2019-12-29
214
214
215
215
### Added
216
216
@@ -229,7 +229,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
229
229
230
230
- None
231
231
232
- ## 5.5.0 - 2019-04-14
232
+ ## [ 5.5.0] - 2019-04-14
233
233
234
234
### Added
235
235
@@ -252,7 +252,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
252
252
253
253
- None
254
254
255
- ## 5.4.0 - 2018-11-22
255
+ ## [ 5.4.0] - 2018-11-22
256
256
257
257
### Added
258
258
@@ -279,7 +279,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
279
279
280
280
- None
281
281
282
- ## 5.3.0 - 2018-05-22
282
+ ## [ 5.3.0] - 2018-05-22
283
283
284
284
### Added
285
285
@@ -314,7 +314,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
314
314
315
315
- None
316
316
317
- ## 5.2.0 - 2018-02-23
317
+ ## [ 5.2.0] - 2018-02-23
318
318
319
319
### Added
320
320
@@ -340,7 +340,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
340
340
341
341
- None
342
342
343
- ## 5.1.0 - 2017-12-18
343
+ ## [ 5.1.0] - 2017-12-18
344
344
345
345
### Added
346
346
@@ -359,7 +359,7 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
359
359
360
360
- None
361
361
362
- ## 5.0.0 - 2017-12-13
362
+ ## [ 5.0.0] - 2017-12-13
363
363
364
364
### Added
365
365
@@ -389,3 +389,21 @@ All Notable changes to `PHP Domain Parser` starting from the **5.x** series will
389
389
- ` Pdp\PublicSuffixManager ` class replaced by the ` Pdp\Manager ` class
390
390
- ` Pdp\HttpAdapter\HttpAdapterInterface ` interface replaced by the ` Pdp\HttpClient ` interface
391
391
- ` Pdp\HttpAdapter\CurlHttpAdapter ` class replaced by the ` Pdp\CurlHttpClient ` class
392
+
393
+ [ 6.3.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.2.0...6.3.0
394
+ [ 6.2.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.2...6.2.0
395
+ [ 6.1.2 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.1...6.1.2
396
+ [ 6.1.1 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.1.0...6.1.1
397
+ [ 6.1.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/6.0.0...6.1.0
398
+ [ 6.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.2...6.0.0
399
+ [ 6.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.2...6.0.0
400
+ [ 5.7.2 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.1...5.7.2
401
+ [ 5.7.1 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.7.0...5.7.1
402
+ [ 5.7.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.6.0...5.7.0
403
+ [ 5.6.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.5.0...5.6.0
404
+ [ 5.5.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.4.0...5.5.0
405
+ [ 5.4.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.3.0...5.4.0
406
+ [ 5.3.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.2.0...5.3.0
407
+ [ 5.2.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.1.0...5.3.0
408
+ [ 5.1.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/5.0.0...5.1.0
409
+ [ 5.0.0 ] : https://github.com/jeremykendall/php-domain-parser/compare/3.0.0...5.0.0
0 commit comments