Skip to content

Commit 5010a28

Browse files
committed
Updated to 1.1.4 version
1 parent f97a39f commit 5010a28

File tree

5 files changed

+28
-51
lines changed

5 files changed

+28
-51
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.1.4 - 2017-07-16
4+
* Deleted `Josantonius\Url\Exception\UrlException` class.
5+
* Deleted `Josantonius\Url\Exception\Exceptions` abstract class.
6+
* Deleted `Josantonius\Url\Exception\UrlException->__construct()` method.
7+
38
## 1.1.3 - 2017-07-09
49
* Added option to analyze concrete urls in some methods.
510

README-ES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ Librería para manipulación de urls.
1414
- [Métodos disponibles](#métodos-disponibles)
1515
- [Uso](#uso)
1616
- [Tests](#tests)
17-
- [Manejador de excepciones](#manejador-de-excepciones)
1817
- [Contribuir](#contribuir)
1918
- [Repositorio](#repositorio)
2019
- [Licencia](#licencia)
2120
- [Copyright](#copyright)
2221

2322
---
2423

24+
<p align="center"><strong>Echa un vistazo al código</strong></p>
25+
26+
<p align="center">
27+
<a href="" title="Echa un vistazo al código">
28+
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
29+
</a>
30+
</p>
31+
32+
---
33+
2534
### Instalación
2635

2736
La mejor forma de instalar esta extensión es a través de [composer](http://getcomposer.org/download/).
@@ -165,9 +174,6 @@ UrlTest::testGetFirstSegment();
165174
UrlTest::testGetLastSegment();
166175
```
167176

168-
### Manejador de excepciones
169-
170-
Esta librería utiliza [control de excepciones](src/Exception) que puedes personalizar a tu gusto.
171177
### Contribuir
172178
1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
173179
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ Library for urls manipulation.
1414
- [Available Methods](#available-methods)
1515
- [Usage](#usage)
1616
- [Tests](#tests)
17-
- [Exception Handler](#exception-handler)
1817
- [Contribute](#contribute)
1918
- [Repository](#repository)
20-
- [Licensing](#licensing)
19+
- [License](#license)
2120
- [Copyright](#copyright)
2221

2322
---
2423

24+
<p align="center"><strong>Take a look at the code</strong></p>
25+
26+
<p align="center">
27+
<a href="" title="Take a look at the code">
28+
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
29+
</a>
30+
</p>
31+
32+
---
33+
2534
### Installation
2635

2736
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
@@ -167,9 +176,6 @@ UrlTest::testGetFirstSegment();
167176
UrlTest::testGetLastSegment();
168177
```
169178

170-
### Exception Handler
171-
172-
This library uses [exception handler](src/Exception) that you can customize.
173179
### Contribute
174180
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
175181
1. Fork the repository on GitHub to start making your changes.
@@ -183,7 +189,7 @@ This is intended for large and long-lived objects.
183189

184190
All files in this repository were created and uploaded automatically with [Reposgit Creator](https://github.com/Josantonius/BASH-Reposgit).
185191

186-
### Licensing
192+
### License
187193

188194
This project is licensed under **MIT license**. See the [LICENSE](LICENSE) file for more info.
189195

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/url",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"type": "library",
55
"description": "Library for urls manipulation.",
66
"keywords": [

src/Exception/UrlException.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)