Skip to content

Releases: josantonius/php-cookie

v2.0.7

11 Sep 14:19
Compare
Choose a tag to compare

What's Changed

  • Fixed facade methods to be static by by @escannord in #13
  • Support for PHP version 8.3

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

29 Sep 16:04
Compare
Choose a tag to compare

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

10 Aug 22:20
Compare
Choose a tag to compare

What's Changed

  • Improved documentation.

Full Changelog: v2.0.4...v2.0.5

v2.0.4

07 Aug 22:28
Compare
Choose a tag to compare

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

31 Jul 17:09
Compare
Choose a tag to compare

What's Changed

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

13 Jul 15:36
Compare
Choose a tag to compare

What's Changed

  • Fixed required PHP version.

  • Improved documentation.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

13 Jul 02:00
d19ae07
Compare
Choose a tag to compare

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 to Josantonius\Cookie\Facades\Cookie.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Jul 00:19
61e5a0f
Compare
Choose a tag to compare

What's Changed

  • pre-release/v2.0.0 in #6
  • Release/v2.0.0 in #7

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 and CHANGELOG.md.

  • Removed Codacy.

  • Removed PHP Coding Standards Fixer.

  • The master branch was renamed to main.

  • The develop branch was added to use a workflow based on Git 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

05 Jan 13:42
Compare
Choose a tag to compare
  • The tests were fixed.

  • Changes in documentation.

Full Changelog: 1.1.5...1.1.6

1.1.5

08 Nov 19:19
Compare
Choose a tag to compare
  • 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