From f97a39f86a76fa7a4beb72cb8f186fce9ba5a1b9 Mon Sep 17 00:00:00 2001 From: Josantonius Date: Sun, 9 Jul 2017 07:40:41 +0200 Subject: [PATCH] Updated to 1.1.3 version --- CHANGELOG.md | 3 ++ README-ES.md | 2 +- README.md | 1 + composer.json | 2 +- src/Exception/UrlException.php | 4 +-- src/Url.php | 60 +++++++++++++++++++--------------- tests/UrlTest.php | 2 +- 7 files changed, 42 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6f64..edeeced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.1.3 - 2017-07-09 +* Added option to analyze concrete urls in some methods. + ## 1.1.2 - 2017-05-08 * Now you can choose to place backslash at the beginning, end or both ends in the addBackslash() method. diff --git a/README-ES.md b/README-ES.md index 93ded70..90460a1 100644 --- a/README-ES.md +++ b/README-ES.md @@ -40,7 +40,7 @@ También puedes clonar el repositorio completo con Git: ### Requisitos -Esta ĺibrería es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores. +Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores. ### Cómo empezar y ejemplos diff --git a/README.md b/README.md index a0b6a95..03081bc 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ require __DIR__ . '/vendor/autoload.php'; use Josantonius\Url\Url; ``` + ### Available Methods Available methods in this library: diff --git a/composer.json b/composer.json index 926335a..7bc26e5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "josantonius/url", - "version": "1.1.2", + "version": "1.1.3", "type": "library", "description": "Library for urls manipulation.", "keywords": [ diff --git a/src/Exception/UrlException.php b/src/Exception/UrlException.php index f2ec2eb..74b6f52 100644 --- a/src/Exception/UrlException.php +++ b/src/Exception/UrlException.php @@ -1,9 +1,9 @@ -