Skip to content

6.4.0

Latest
Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 26 Apr 11:33
98401b3

Added

  • DomainName::withRootLabel, DomainName::withoutRootLabel, DomainName::isAbsolute methods to handle absolute domain names.
  • DomainName::when to allow conditionable when building the domain.

Fixed

  • Absolute domain name can now also be resolved by the package see issue #361 prior to this release an exception was thrown.
  • Since we no longer support PHP7 type hint and return type are improved.
  • Resolving private suffixes that have a wildcarded subdomain suffix #363 by @wikando-ck

Warning

When upgrading to version 6.4 you MUST refresh your local cache for the fix on private domain resolution to take effect.

Deprecated

  • None

Removed

  • None