Skip to content

Commit b393eb9

Browse files
committed
docs: release notes for the 1.1.9 release
Add release notes. #10
1 parent d505120 commit b393eb9

File tree

1 file changed

+59
-15
lines changed

1 file changed

+59
-15
lines changed

CHANGELOG.md

Lines changed: 59 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,57 @@
11
# CHANGELOG
22

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)
445

546
* @chrisrowley14 added ability to set a lifeTime during session init and added tests.
647

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)
849

950
* The tests were fixed.
1051

1152
* Changes in documentation.
1253

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)
1455

1556
* Set the correct `phpcbf` fix command in `composer.json`.
1657

@@ -22,15 +63,15 @@
2263

2364
* Added `Josantonius\Session\Tests\SessionTest::testSetPrefix()` method.
2465

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)
2667

2768
* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
2869

2970
* Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
3071

3172
* Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
3273

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)
3475

3576
* Implemented `PSR-4 autoloader standard` from all library files.
3677

@@ -52,12 +93,12 @@
5293

5394
* Changed `Josantonius\Session\Test\SessionTest` class to `Josantonius\Session\SessionTest` class.
5495

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)
5697

5798
* Unit tests supported by `PHPUnit` were added.
5899

59100
* The repository was synchronized with `Travis CI` to implement continuous integration.
60-
101+
61102
* Added `Session/src/bootstrap.php` file
62103

63104
* Added `Session/tests/bootstrap.php` file.
@@ -99,21 +140,26 @@
99140
* Added `Josantonius\Session\Test\SessionTest::testValidateRegenerateId()` method.
100141
* Added `Josantonius\Session\Test\SessionTest::testDestroy()` method.
101142

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+
103145
* Added `Josantonius\Session\Exception\SessionException` class.
104146
* Added `Josantonius\Session\Exception\Exceptions` abstract class.
105147
* Added `Josantonius\Session\Exception\SessionException->__construct()` method.
106148

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+
108151
* Some files were excluded from download and comments and readme files were updated.
109152

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+
111155
* Compatible with PHP 5.6 or higher.
112156

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+
114159
* 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.
115160

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+
117163
* Added `Josantonius\Session\Session` class.
118164
* Added `Josantonius\Session\Session::init()` method.
119165
* Added `Josantonius\Session\Session::setPrefix()` method.
@@ -125,12 +171,10 @@
125171
* Added `Josantonius\Session\Session::display()` method.
126172
* Added `Josantonius\Session\Session::destroy()` method.
127173

128-
## 1.0.0 - 2017-01-17
129174
* Added `Josantonius\Session\Exception\SessionException` class.
130175
* Added `Josantonius\Session\Exception\Exceptions` abstract class.
131176
* Added `Josantonius\Session\Exception\SessionException->__construct()` method.
132177

133-
## 1.0.0 - 2017-01-17
134178
* Added `Josantonius\Session\Tests\SessionTest` class.
135179
* Added `Josantonius\Session\Tests\SessionTest::testSetPrefix()` method.
136180
* Added `Josantonius\Session\Tests\SessionTest::testSet()` method.
@@ -143,4 +187,4 @@
143187
* Added `Josantonius\Session\Tests\SessionTest::testDisplay()` method.
144188
* Added `Josantonius\Session\Tests\SessionTest::testDestroyOneKeySession()` method.
145189
* 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

Comments
 (0)