File tree 6 files changed +29
-54
lines changed 6 files changed +29
-54
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.2 - 2017-07-16
4
+ * Added ` Josantonius\Session\Exception\SessionException ` class.
5
+ * Added ` Josantonius\Session\Exception\Exceptions ` abstract class.
6
+ * Added ` Josantonius\Session\Exception\SessionException->__construct() ` method.
7
+
3
8
## 1.1.1 - 2017-03-18
4
9
* Some files were excluded from download and comments and readme files were updated.
5
10
Original file line number Diff line number Diff line change @@ -14,14 +14,23 @@ Librería PHP para manejo de sesiones.
14
14
- [ Métodos disponibles] ( #métodos-disponibles )
15
15
- [ Uso] ( #uso )
16
16
- [ Tests] ( #tests )
17
- - [ Manejador de excepciones] ( #manejador-de-excepciones )
18
17
- [ Contribuir] ( #contribuir )
19
18
- [ Repositorio] ( #repositorio )
20
19
- [ Licencia] ( #licencia )
21
20
- [ Copyright] ( #copyright )
22
21
23
22
---
24
23
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
+
25
34
### Instalación
26
35
27
36
La mejor forma de instalar esta extensión es a través de [ composer] ( http://getcomposer.org/download/ ) .
@@ -40,7 +49,7 @@ También puedes clonar el repositorio completo con Git:
40
49
41
50
### Requisitos
42
51
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.
44
53
45
54
### Cómo empezar y ejemplos
46
55
@@ -112,9 +121,6 @@ SessionTest::testDestroyAllSessions();
112
121
SessionTest::testDestroyAllSessionsWithPrefix();
113
122
```
114
123
115
- ### Manejador de excepciones
116
-
117
- Esta librería utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
118
124
### Contribuir
119
125
1 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
120
126
1 . 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 handling sessions.
14
14
- [ Available Methods] ( #available-methods )
15
15
- [ Usage] ( #usage )
16
16
- [ Tests] ( #tests )
17
- - [ Exception Handler] ( #exception-handler )
18
17
- [ Contribute] ( #contribute )
19
18
- [ Repository] ( #repository )
20
- - [ Licensing ] ( #licensing )
19
+ - [ License ] ( #license )
21
20
- [ Copyright] ( #copyright )
22
21
23
22
---
24
23
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
+
25
34
### Installation
26
35
27
36
The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
@@ -113,9 +122,6 @@ SessionTest::testDestroyAllSessions();
113
122
SessionTest::testDestroyAllSessionsWithPrefix();
114
123
```
115
124
116
- ### Exception Handler
117
-
118
- This library uses [ exception handler] ( src/Exception ) that you can customize.
119
125
### Contribute
120
126
1 . Check for open issues or open a new issue to start a discussion around a bug or feature.
121
127
1 . Fork the repository on GitHub to start making your changes.
@@ -129,7 +135,7 @@ This is intended for large and long-lived objects.
129
135
130
136
All files in this repository were created and uploaded automatically with [ Reposgit Creator] ( https://github.com/Josantonius/BASH-Reposgit ) .
131
137
132
- ### Licensing
138
+ ### License
133
139
134
140
This project is licensed under ** MIT license** . See the [ LICENSE] ( LICENSE ) file for more info.
135
141
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " josantonius/session" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"type" : " library" ,
5
5
"description" : " PHP library for handling sessions." ,
6
6
"keywords" : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
13
13
namespace Josantonius \Session ;
14
14
15
- # use Josantonius\Session\Exception\SessionException;
16
-
17
15
/**
18
16
* Session handler.
19
17
*
You can’t perform that action at this time.
0 commit comments