Releases: josantonius/php-session
1.1.9
IMPORTANT
-
Version 1.x is considered as deprecated and unsupported.
-
In the next version (2.x) the library will be completely restructured and will only be compatible with PHP 8 or higher versions.
-
It is recommended to review the documentation for the next version and make the necessary changes before starting to use it, as it will not be compatible with version 1.x.
-
Improved documentation;
README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.mdandCHANGELOG.md. -
Removed
Codacy. -
Removed
PHP Coding Standards Fixer. -
The
masterbranch was renamed tomain. -
The
developbranch was added to use a workflow based onGit Flow. -
Travisis discontinued for continuous integration.GitHub Actionswill be used from now on. -
Added
.github/CODE_OF_CONDUCT.mdfile. -
Added
.github/CONTRIBUTING.mdfile. -
Added
.github/FUNDING.ymlfile. -
Added
.github/workflows/ci.ymlfile. -
Added
.github/lang/es-ES/CODE_OF_CONDUCT.mdfile. -
Added
.github/lang/es-ES/CONTRIBUTING.mdfile. -
Added
.github/lang/es-ES/LICENSEfile. -
Added
.github/lang/es-ES/READMEfile. -
Deleted
.travis.ymlfile. -
Deleted
.editorconfigfile. -
Deleted
CONDUCT.MDfile. -
Deleted
README-ES.MDfile. -
Deleted
.php_cs.distfile.
1.1.8
- Added ability to set a lifeTime during session init and added tests.
1.1.7
-
The tests were fixed.
-
Changes in documentation.
1.1.6
-
Set the correct
phpcbffix command incomposer.json. -
Logical condition was unified.
-
Set static methods should in tests class. Use
::instead of->. -
Added
Josantonius\Session\Session::getPrefix()method. -
Added
Josantonius\Session\Tests\SessionTest::testSetPrefix()method.
1.1.5
-
Implemented
PHP Mess Detectorto detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixerto fixing errors automatically. -
Implemented
PHP Coding Standards Fixerto organize PHP code automatically according to PSR standards.
1.1.4
-
Implemented
PSR-4 autoloader standardfrom all library files. -
Implemented
PSR-2 coding standardfrom all library PHP files. -
Implemented
PHPCSto ensure that PHP code complies withPSR2code standards. -
Implemented
Codacyto automates code reviews and monitors code quality over time. -
Implemented
Codecovto coverage reports. -
Added
Session/phpcs.ruleset.xmlfile. -
Deleted
Session/src/bootstrap.phpfile. -
Deleted
Session/tests/bootstrap.phpfile. -
Deleted
Session/vendorfolder. -
Changed
Josantonius\Session\Test\SessionTestclass toJosantonius\Session\SessionTestclass.
1.1.3
-
Unit tests supported by
PHPUnitwere added. -
The repository was synchronized with
Travis CIto implement continuous integration. -
Added
Session/src/bootstrap.phpfile -
Added
Session/tests/bootstrap.phpfile. -
Added
Session/phpunit.xml.distfile. -
Added
Session/_config.ymlfile. -
Added
Session/.travis.ymlfile. -
Deleted
Josantonius\Session\Session::display()method. -
Deleted
Josantonius\Session\Tests\SessionTestclass. -
Deleted
Josantonius\Session\Tests\SessionTest::testSetPrefix()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testSet()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testSetMultiple()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testPull()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testGet()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testGetSecondKey()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testId()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testRegenerate()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testDisplay()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testDestroyOneKeySession()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testDestroyAllSessions()method. -
Deleted
Josantonius\Session\Tests\SessionTest::testDestroyAllSessions()method. -
Added
Josantonius\Session\Test\SessionTestclass. -
Added
Josantonius\Session\Test\SessionTest::testSetPrefix()method. -
Added
Josantonius\Session\Test\SessionTest::testInit()method. -
Added
Josantonius\Session\Test\SessionTest::testSet()method. -
Added
Josantonius\Session\Test\SessionTest::testSetMultiple()method. -
Added
Josantonius\Session\Test\SessionTest::testPull()method. -
Added
Josantonius\Session\Test\SessionTest::testPullNonExistent()method. -
Added
Josantonius\Session\Test\SessionTest::testGet()method. -
Added
Josantonius\Session\Test\SessionTest::testGetNonExistent()method. -
Added
Josantonius\Session\Test\SessionTest::testGetWithSecondKey()method. -
Added
Josantonius\Session\Test\SessionTest::testGetWithSecondKeyNonExistent()method. -
Added
Josantonius\Session\Test\SessionTest::testGetAll()method. -
Added
Josantonius\Session\Test\SessionTest::testId()method. -
Added
Josantonius\Session\Test\SessionTest::testRegenerate()method. -
Added
Josantonius\Session\Test\SessionTest::testValidateRegenerateId()method. -
Added
Josantonius\Session\Test\SessionTest::testDestroy()method.
1.1.2
- Added
Josantonius\Session\Exception\SessionExceptionclass. - Added
Josantonius\Session\Exception\Exceptionsabstract class. - Added
Josantonius\Session\Exception\SessionException->__construct()method.
1.1.1
- Some files were excluded from download and comments and readme files were updated.
1.1.0
- Compatible with PHP 5.6 or higher.