Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

version 1.4.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 06 Feb 12:20
· 3 commits to master since this release

Added

  • League\Uri\Modifiers\PublicSuffix
  • League\Uri\replace_publicsuffix

Fixed

  • League\Uri\replace_registrabledomain now can take a optional League\Uri\PublicSuffix\Rules object
  • League\Uri\replace_subdomain now can take a optional League\Uri\PublicSuffix\Rules object
  • League\Uri\Modifiers\RegisterableDomain constructor now can take a optional League\Uri\PublicSuffix\Rules object
  • League\Uri\Modifiers\SubDomain constructor now can take a optional League\Uri\PublicSuffix\Rules object
  • the library now requires League\Uri\Components 1.7.x

Deprecated

  • None

Removed

  • None