File tree Expand file tree Collapse file tree 7 files changed +29
-55
lines changed Expand file tree Collapse file tree 7 files changed +29
-55
lines changed Original file line number Diff line number Diff line change 11/tests export-ignore
2- /src /Exception export-ignore
32.gitattributes export-ignore
43.gitignore export-ignore
54CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.1.3 - 2017-07-15
4+ * Deleted ` Josantonius\Asset\Exception\AssetException ` class.
5+ * Deleted ` Josantonius\Asset\Exception\Exceptions ` abstract class.
6+ * Deleted ` Josantonius\Asset\Exception\AssetException->__construct() ` method.
7+
38## 1.1.2 - 2017-03-18
49* Some files were excluded from download and comments and readme files were updated.
510
Original file line number Diff line number Diff line change @@ -14,14 +14,23 @@ Librería PHP para cargar archivos CSS/JS desde diferentes lugares y mostrarlos
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
2736La mejor forma de instalar esta extensión es a través de [ composer] ( http://getcomposer.org/download/ ) .
@@ -40,7 +49,7 @@ Or you can also clone the complete repository with Git:
4049
4150### Requisitos
4251
43- Esta ĺibrería es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
52+ Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
4453
4554### Cómo empezar y ejemplos
4655
@@ -110,9 +119,6 @@ AssetTest::testAddMultipleJsFileAttr();
110119AssetTest::testAddMultipleJsFileSameAttr();
111120```
112121
113- ### Manejador de excepciones
114-
115- Esta librería utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
116122### Contribuir
1171231 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1181241 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
Original file line number Diff line number Diff line change @@ -14,14 +14,23 @@ PHP library for save CSS and JS files to be displayed in same place.
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
2736The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
@@ -110,9 +119,6 @@ AssetTest::testAddMultipleJsFileAttr();
110119AssetTest::testAddMultipleJsFileSameAttr();
111120```
112121
113- ### Exception Handler
114-
115- This library uses [ exception handler] ( src/Exception ) that you can customize.
116122### Contribute
1171231 . Check for open issues or open a new issue to start a discussion around a bug or feature.
1181241 . Fork the repository on GitHub to start making your changes.
@@ -126,7 +132,7 @@ This is intended for large and long-lived objects.
126132
127133All files in this repository were created and uploaded automatically with [ Reposgit Creator] ( https://github.com/Josantonius/BASH-Reposgit ) .
128134
129- ### Licensing
135+ ### License
130136
131137This project is licensed under ** MIT license** . See the [ LICENSE] ( LICENSE ) file for more info.
132138
Original file line number Diff line number Diff line change 11{
22 "name" : " josantonius/asset" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "type" : " library" ,
55 "description" : " PHP library for save CSS and JS files to be displayed in same place." ,
66 "keywords" : [
Original file line number Diff line number Diff line change 1313
1414namespace Josantonius \Asset ;
1515
16- # use Josantonius\Asset\Exception\AssetException;
17-
1816/**
1917 * Load assets resources.
2018 *
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments