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
phpDocumentor
for generate documentation. -
Added documentation for available methods.
-
Renamed the facade from
Josantonius\Cookie\CookieFacade
toJosantonius\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\Cookie
class.A facade class was added to access the methods statically:
Josantonius\Cookie\CookieFacade
. -
Improved documentation;
README.md
,CODE_OF_CONDUCT.md
,CONTRIBUTING.md
andCHANGELOG.md
. -
Removed
Codacy
. -
Removed
PHP Coding Standards Fixer
. -
The
master
branch was renamed tomain
. -
The
develop
branch was added to use a workflow based onGit Flow
. -
Travis
is discontinued for continuous integration.GitHub Actions
will be used from now on. -
Added
phpDocumentor
for generate documentation. -
Added
.github/CODE_OF_CONDUCT.md
file. -
Added
.github/CONTRIBUTING.md
file. -
Added
.github/FUNDING.yml
file. -
Added
.github/workflows/ci.yml
file. -
Added
.github/lang/es-ES/CODE_OF_CONDUCT.md
file. -
Added
.github/lang/es-ES/CONTRIBUTING.md
file. -
Added
.github/lang/es-ES/LICENSE
file. -
Added
.github/lang/es-ES/README
file. -
Deleted
.travis.yml
file. -
Deleted
.editorconfig
file. -
Deleted
CONDUCT.MD
file. -
Deleted
README-ES.MD
file. -
Deleted
.php_cs.dist
file.
1.1.6
-
The tests were fixed.
-
Changes in documentation.
Full Changelog: 1.1.5...1.1.6
1.1.5
-
Implemented
PHP Mess Detector
to detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixer
to fixing errors automatically. -
Implemented
PHP Coding Standards Fixer
to organize PHP code automatically according to PSR standards. -
Added
Josantonius\Cookie\Cookie::getCookiePrefix()
method.
Full Changelog: 1.1.4...1.1.5