Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Releases: true/php-punycode

v2.1.1

Choose a tag to compare

@ceeram ceeram released this 16 Nov 10:39

Remove mbstring extension dependency, thanks @layershifter

v2.1.0

Choose a tag to compare

@ceeram ceeram released this 09 Aug 14:53

v2.0.3

Choose a tag to compare

@ceeram ceeram released this 23 May 08:23
  • Exclude development stuff from repository autogenerated ZIP archives, thanks @mlocati

v2.0.2

Choose a tag to compare

@renan renan released this 07 Jan 17:13
  • [Fix] Encode and decode domains regardless of their casing (#16)

v2.0.1

Choose a tag to compare

@renan renan released this 07 Jan 17:21
  • [Fix] Removed version property from composer.json file

v2.0.0

Choose a tag to compare

@renan renan released this 07 Jan 17:21
  • [Enhancement] PHP 7 support
  • [Fix] Renamed True namespace to TrueBV as it is a reserved word in PHP 7

v1.1.0

Choose a tag to compare

@renan renan released this 07 Jan 17:22
  • [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on mb_internal_encoding function call (#9).

v1.0.1

Choose a tag to compare

@renan renan released this 07 Jan 17:22
  • PSR-2 compliant and automation on Travis-CI
  • [Fix] Domain containing x, n or - would result in failures while decoding (#6).

v1.0.0

Choose a tag to compare

@renan renan released this 07 Jan 17:22
  • Initial release