|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## 1.1.8 - 2018-05-04 |
| 3 | +## [1.1.9](https://github.com/josantonius/php-session/releases/tag/1.1.9) (2022-06-21) |
| 4 | + |
| 5 | +### IMPORTANT |
| 6 | + |
| 7 | +* Version 1.x is considered as deprecated and unsupported. |
| 8 | + |
| 9 | +* In the next version (2.x) the library will be completely restructured and will only be |
| 10 | +compatible with PHP 8 or higher versions. |
| 11 | + |
| 12 | +* It is recommended to review the documentation for the next version and make the necessary changes |
| 13 | +before starting to use it, as it will not be compatible with version 1.x. |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +* Improved documentation; `README.md`, `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md` and `CHANGELOG.md`. |
| 18 | + |
| 19 | +* Removed `Codacy`. |
| 20 | + |
| 21 | +* Removed `PHP Coding Standards Fixer`. |
| 22 | + |
| 23 | +* The `master` branch was renamed to `main`. |
| 24 | + |
| 25 | +* The `develop` branch was added to use a workflow based on `Git Flow`. |
| 26 | + |
| 27 | +* `Travis` is discontinued for continuous integration. `GitHub Actions` will be used from now on. |
| 28 | + |
| 29 | +* Added `.github/CODE_OF_CONDUCT.md` file. |
| 30 | +* Added `.github/CONTRIBUTING.md` file. |
| 31 | +* Added `.github/FUNDING.yml` file. |
| 32 | +* Added `.github/workflows/ci.yml` file. |
| 33 | +* Added `.github/lang/es-ES/CODE_OF_CONDUCT.md` file. |
| 34 | +* Added `.github/lang/es-ES/CONTRIBUTING.md` file. |
| 35 | +* Added `.github/lang/es-ES/LICENSE` file. |
| 36 | +* Added `.github/lang/es-ES/README` file. |
| 37 | + |
| 38 | +* Deleted `.travis.yml` file. |
| 39 | +* Deleted `.editorconfig` file. |
| 40 | +* Deleted `CONDUCT.MD` file. |
| 41 | +* Deleted `README-ES.MD` file. |
| 42 | +* Deleted `.php_cs.dist` file. |
| 43 | + |
| 44 | +## [1.1.8](https://github.com/josantonius/php-session/releases/tag/1.1.8) (2018-05-04) |
4 | 45 |
|
5 | 46 | * @chrisrowley14 added ability to set a lifeTime during session init and added tests. |
6 | 47 |
|
7 | | -## 1.1.7 - 2018-01-07 |
| 48 | +## [1.1.7](https://github.com/josantonius/php-session/releases/tag/1.1.7) (2018-01-07) |
8 | 49 |
|
9 | 50 | * The tests were fixed. |
10 | 51 |
|
11 | 52 | * Changes in documentation. |
12 | 53 |
|
13 | | -## 1.1.6 - 2017-11-12 |
| 54 | +## [1.1.6](https://github.com/josantonius/php-session/releases/tag/1.1.6) (2017-11-12) |
14 | 55 |
|
15 | 56 | * Set the correct `phpcbf` fix command in `composer.json`. |
16 | 57 |
|
|
22 | 63 |
|
23 | 64 | * Added `Josantonius\Session\Tests\SessionTest::testSetPrefix()` method. |
24 | 65 |
|
25 | | -## 1.1.5 - 2017-11-09 |
| 66 | +## [1.1.5](https://github.com/josantonius/php-session/releases/tag/1.1.5) (2017-11-09) |
26 | 67 |
|
27 | 68 | * Implemented `PHP Mess Detector` to detect inconsistencies in code styles. |
28 | 69 |
|
29 | 70 | * Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically. |
30 | 71 |
|
31 | 72 | * Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards. |
32 | 73 |
|
33 | | -## 1.1.4 - 2017-10-27 |
| 74 | +## [1.1.4](https://github.com/josantonius/php-session/releases/tag/1.1.4) (2017-10-27) |
34 | 75 |
|
35 | 76 | * Implemented `PSR-4 autoloader standard` from all library files. |
36 | 77 |
|
|
52 | 93 |
|
53 | 94 | * Changed `Josantonius\Session\Test\SessionTest` class to `Josantonius\Session\SessionTest` class. |
54 | 95 |
|
55 | | -## 1.1.3 - 2017-09-17 |
| 96 | +## [1.1.3](https://github.com/josantonius/php-session/releases/tag/1.1.3) (2017-09-17) |
56 | 97 |
|
57 | 98 | * Unit tests supported by `PHPUnit` were added. |
58 | 99 |
|
59 | 100 | * The repository was synchronized with `Travis CI` to implement continuous integration. |
60 | | - |
| 101 | + |
61 | 102 | * Added `Session/src/bootstrap.php` file |
62 | 103 |
|
63 | 104 | * Added `Session/tests/bootstrap.php` file. |
|
99 | 140 | * Added `Josantonius\Session\Test\SessionTest::testValidateRegenerateId()` method. |
100 | 141 | * Added `Josantonius\Session\Test\SessionTest::testDestroy()` method. |
101 | 142 |
|
102 | | -## 1.1.2 - 2017-07-16 |
| 143 | +## [1.1.2](https://github.com/josantonius/php-session/releases/tag/1.1.2) (2017-07-16) |
| 144 | + |
103 | 145 | * Added `Josantonius\Session\Exception\SessionException` class. |
104 | 146 | * Added `Josantonius\Session\Exception\Exceptions` abstract class. |
105 | 147 | * Added `Josantonius\Session\Exception\SessionException->__construct()` method. |
106 | 148 |
|
107 | | -## 1.1.1 - 2017-03-18 |
| 149 | +## [1.1.1](https://github.com/josantonius/php-session/releases/tag/1.1.1) (2017-03-18) |
| 150 | + |
108 | 151 | * Some files were excluded from download and comments and readme files were updated. |
109 | 152 |
|
110 | | -## 1.1.0 - 2017-01-30 |
| 153 | +## [1.1.0](https://github.com/josantonius/php-session/releases/tag/1.1.0) (2017-01-30) |
| 154 | + |
111 | 155 | * Compatible with PHP 5.6 or higher. |
112 | 156 |
|
113 | | -## 1.0.0 - 2017-01-30 |
| 157 | +## [1.0.0](https://github.com/josantonius/php-session/releases/tag/1.0.0) (2017-01-30) |
| 158 | + |
114 | 159 | * Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher. |
115 | 160 |
|
116 | | -## 1.0.0 - 2017-01-17 |
| 161 | +## [1.0.0](https://github.com/josantonius/php-session/releases/tag/1.0.0) (2017-01-17) |
| 162 | + |
117 | 163 | * Added `Josantonius\Session\Session` class. |
118 | 164 | * Added `Josantonius\Session\Session::init()` method. |
119 | 165 | * Added `Josantonius\Session\Session::setPrefix()` method. |
|
125 | 171 | * Added `Josantonius\Session\Session::display()` method. |
126 | 172 | * Added `Josantonius\Session\Session::destroy()` method. |
127 | 173 |
|
128 | | -## 1.0.0 - 2017-01-17 |
129 | 174 | * Added `Josantonius\Session\Exception\SessionException` class. |
130 | 175 | * Added `Josantonius\Session\Exception\Exceptions` abstract class. |
131 | 176 | * Added `Josantonius\Session\Exception\SessionException->__construct()` method. |
132 | 177 |
|
133 | | -## 1.0.0 - 2017-01-17 |
134 | 178 | * Added `Josantonius\Session\Tests\SessionTest` class. |
135 | 179 | * Added `Josantonius\Session\Tests\SessionTest::testSetPrefix()` method. |
136 | 180 | * Added `Josantonius\Session\Tests\SessionTest::testSet()` method. |
|
143 | 187 | * Added `Josantonius\Session\Tests\SessionTest::testDisplay()` method. |
144 | 188 | * Added `Josantonius\Session\Tests\SessionTest::testDestroyOneKeySession()` method. |
145 | 189 | * Added `Josantonius\Session\Tests\SessionTest::testDestroyAllSessions()` method. |
146 | | -* Added `Josantonius\Session\Tests\SessionTest::testDestroyAllSessions()` method. |
| 190 | +* Added `Josantonius\Session\Tests\SessionTest::testDestroyAllSessions()` method. |
0 commit comments