Upgrade Guides
Upgrade from 0.x to 1.0.0
PHP Version Requirement
Required minimum PHP version is now 7.2.
Creating Url instances from relative references
Instances of the Url
class can now be created from relative references (without scheme). In v0.1 creating a new instance from a relative reference threw an Exception. If your application expects this behavior, you can use the isRelativeReference
method of the Url
object to find out if the URL in question is a relative reference.
Usage of undocumented functionality
If you're using any other class than the Url
class directly in your code, please take a look at the CHANGELOG.md
entry for v1.0.0.