PHP Domain Parser v5.5.0 Release Notes

Release Date: 2019-04-14 // almost 5 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for IDNA options see #236 thanks to Insolita.

    • ๐Ÿ‘€ PublicSuffix::labels and Domain::labels to return the VO labels see #241

    • ๐Ÿ“œ IDNAConverterTrait::parse (internal)

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Don't swallow cache errors #232
    • โšก๏ธ Update travis settings to allow testing against future version of PHP.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ“œ IDNAConverterTrait::setLabels replaced by IDNAConverterTrait::parse (internal)

    โœ‚ Removed

    • None