HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/true/punycode/CHANGELOG.md
# Changelog

## 2.1.0 - 2016-08-09

- [Enhancement] Increase rfc compliance (#20)
  - Thanks to [@skroczek](https://github.com/skroczek) for the full patch.

## 2.0.3 - 2016-05-23

- [Fix] Exclude development stuff from repository autogenerated ZIP archives (#18)
  - Thanks to [@mlocati](https://github.com/mlocati) for the full patch.

## 2.0.2 - 2016-01-07

- [Fix] Encode and decode domains regardless of their casing (#16)
  - Thanks to [@abcdmitry](https://github.com/abcdmitry) for the full patch.


## 2.0.1 - 2015-09-01

- [Fix] Removed `version` property from `composer.json` file
  - Thanks to [@GrahamCampbell](https://github.com/GrahamCampbell) for the patch.


## 2.0.0 - 2015-06-24

- [Enhancement] PHP 7 support
- [Fix] Renamed `True` namespace to `TrueBV` as it is a reserved word in PHP 7


## 1.1.0 - 2015-03-12

- [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on `mb_internal_encoding` function call (#9).


## 1.0.1 - 2014-08-26

- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compliant and automation on Travis-CI
  - Thanks to [@nyamsprod](https://github.com/nyamsprod) for initial patch.
- [Fix] Domain containing `x`, `n` or `-` would result in failures while decoding (#6).


## 1.0.0 - 2014-03-10

- Initial release