From 13d3aada7d7d5d1812316031d8d85f5d97178c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Wed, 24 Jun 2015 11:36:32 +0200 Subject: [PATCH] Release v2.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb2f6f..0819398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog +## 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 diff --git a/README.md b/README.md index 4d541b5..c290f97 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Bootstring encoding of Unicode for Internationalized Domain Names in Applicati ## Install ``` -composer require true/punycode:~1.1 +composer require true/punycode:~2.0 ``` diff --git a/composer.json b/composer.json index b84ad28..d175458 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "true/punycode", - "version": "1.1.0", + "version": "2.0.0", "type": "library", "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "keywords": ["IDNA", "punycode"],