Skip to content

Commit

Permalink
Updated to 1.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Jul 16, 2017
1 parent 1a01fdd commit d1e5171
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.1.2 - 2017-07-16
* Added `Josantonius\Session\Exception\SessionException` class.
* Added `Josantonius\Session\Exception\Exceptions` abstract class.
* Added `Josantonius\Session\Exception\SessionException->__construct()` method.

## 1.1.1 - 2017-03-18
* Some files were excluded from download and comments and readme files were updated.

Expand Down
16 changes: 11 additions & 5 deletions README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,23 @@ Librería PHP para manejo de sesiones.
- [Métodos disponibles](#métodos-disponibles)
- [Uso](#uso)
- [Tests](#tests)
- [Manejador de excepciones](#manejador-de-excepciones)
- [Contribuir](#contribuir)
- [Repositorio](#repositorio)
- [Licencia](#licencia)
- [Copyright](#copyright)

---

<p align="center"><strong>Echa un vistazo al código</strong></p>

<p align="center">
<a href="" title="Echa un vistazo al código">
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
</a>
</p>

---

### Instalación

La mejor forma de instalar esta extensión es a través de [composer](http://getcomposer.org/download/).
Expand All @@ -40,7 +49,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

Expand Down Expand Up @@ -112,9 +121,6 @@ SessionTest::testDestroyAllSessions();
SessionTest::testDestroyAllSessionsWithPrefix();
```

### Manejador de excepciones

Esta librería utiliza [control de excepciones](src/Exception) que puedes personalizar a tu gusto.
### Contribuir
1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,23 @@ PHP library for handling sessions.
- [Available Methods](#available-methods)
- [Usage](#usage)
- [Tests](#tests)
- [Exception Handler](#exception-handler)
- [Contribute](#contribute)
- [Repository](#repository)
- [Licensing](#licensing)
- [License](#license)
- [Copyright](#copyright)

---

<p align="center"><strong>Take a look at the code</strong></p>

<p align="center">
<a href="" title="Take a look at the code">
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
</a>
</p>

---

### Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Expand Down Expand Up @@ -113,9 +122,6 @@ SessionTest::testDestroyAllSessions();
SessionTest::testDestroyAllSessionsWithPrefix();
```

### Exception Handler

This library uses [exception handler](src/Exception) that you can customize.
### Contribute
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
1. Fork the repository on GitHub to start making your changes.
Expand All @@ -129,7 +135,7 @@ This is intended for large and long-lived objects.

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

### Licensing
### License

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "josantonius/session",
"version": "1.1.1",
"version": "1.1.2",
"type": "library",
"description": "PHP library for handling sessions.",
"keywords": [
Expand Down
40 changes: 0 additions & 40 deletions src/Exception/SessionException.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

namespace Josantonius\Session;

# use Josantonius\Session\Exception\SessionException;

/**
* Session handler.
*
Expand Down

0 comments on commit d1e5171

Please sign in to comment.