Releases: josantonius/php-cookie
v2.0.7
What's Changed
- Fixed facade methods to be static by by @escannord in #13
- Support for PHP version 8.3
New Contributors
- @escannord made their first contribution in #13
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
-
Hotfix/remove-error-handler by @josantonius in #10
-
The notation type in the test function names has been changed from camel to snake case for readability.
-
Functions were added to document the methods and avoid confusion.
-
Disabled the ´CamelCaseMethodName´ rule in ´phpmd.xml´ to avoid warnings about function names in tests.
-
The alignment of the asterisks in the comments has been fixed.
-
Tests for PHP 8.2 have been added.
Full Changelog: v2.0.4...v2.0.6
v2.0.5
v2.0.4
What's Changed
-
hotfix/remove-error-handler by @josantonius in #10
-
The error handler was removed as it could override a previously created error handler or be easily overridden by another error handler.
-
Functions were added to perform what was done from the error handler.
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- release/v2.0.3 by @josantonius in #9
Removed the warning about version 1.x in the README.md files.
The namespaces sorted.
Changed the PHPUnit version from 9.0 to 9.5.
Fixed blank line at the beginning of the file in FUNDING.yml.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
What's Changed
-
hotfix/change-docs-and-facade in #8
-
Removed
phpDocumentorfor generate documentation. -
Added documentation for available methods.
-
Renamed the facade from
Josantonius\Cookie\CookieFacadetoJosantonius\Cookie\Facades\Cookie.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Full Changelog: 1.1.6...v2.0.0
Important
Version 1.x is considered as deprecated and unsupported. In this version (2.x) the library was completely restructured. It is recommended to review the documentation for this version and make the necessary changes before starting to use it, as it not be compatible with version 1.x.
-
The library was completely refactored.
-
Support for PHP version 8.1.
-
Support for earlier versions of PHP 8.1 is discontinued.
-
Replaced all static methods in
Josantonius\Cookie\Cookieclass.A facade class was added to access the methods statically:
Josantonius\Cookie\CookieFacade. -
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
phpDocumentorfor generate documentation. -
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.6
-
The tests were fixed.
-
Changes in documentation.
Full Changelog: 1.1.5...1.1.6
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. -
Added
Josantonius\Cookie\Cookie::getCookiePrefix()method.
Full Changelog: 1.1.4...1.1.5