Skip to content

Commit 49d73ec

Browse files
committed
1.0.3
* Fixed * `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()` no longer restricts the argument to be a valid URL. Per schema definition `licenseType.url` should be a URI, not a URL. See [#18](#18) * Changed * `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()` no longer throws `InvalidArgumentException` if the argument is not a URL (via [#19]) [#19]: #19
1 parent 08e73b6 commit 49d73ec

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

HISTORY.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
## 1.0.3 - 2021-11-15
8+
79
* Fixed
8-
* `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()` no longer restricts the argument to be a valid URL.
9-
Per schema definition `licenseType.url` should be a URI, not a URL.
10+
* `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()` no longer restricts the argument to be a valid URL.
11+
Per schema definition `licenseType.url` should be a URI, not a URL.
12+
See [#18](https://github.com/CycloneDX/cyclonedx-php-library/issues/18)
1013
* Changed
1114
* `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()` no longer throws `InvalidArgumentException`
12-
if the argument is not a URL.
15+
if the argument is not a URL (via [#19])
16+
17+
[#19]: https://github.com/CycloneDX/cyclonedx-php-library/pull/19
1318

1419
## 1.0.2 - 2021-10-30
1520

semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

0 commit comments

Comments
 (0)