Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.87 KB

CHANGELOG

This changelog references the relevant changes (bug and security fixes) done.

To get the diff for a specific change, go to https://github.com/freshheads/FHCookieGuardBundle/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/freshheads/FHCookieGuardBundle/compare/1.1.0...1.2.0

  • 1.4.0 (code comparison)

    • Dropped Symfony 4.4 support
    • Added support for PHP 8.0.2 and upwards
    • Added Symfony 6 support
    • Dropped fh_cookie_guard.twig.cookie_guard_extension service alias, in favor of the FH\Bundle\CookieGuardBundle\Twig\CookieGuardExtension class directly
  • 1.3.0 (code comparison)

    • Dropped PHP 7.1.3 support, minimal required PHP version 7.2.5
    • Added Symfony 5 support
  • 1.2.1 (code comparison)

    • Fixed Twig template reference deprecation
  • 1.2.0 (code comparison)

    • Dropped PHP 5.6 support, minimal required PHP version 7.1.3
    • Dropped Symfony 2.8 support, minimal required Symfony version 3.4.0
    • Added PHPUnit tests
    • Added Travis CI
    • Made code more strict (added return types, added final keywords)
    • Added autowiring and autoconfiguring
    • Cleaned up code
  • 1.1.0 (code comparison)

    • Bundle made publicly available on Packagist
    • Updated documentation
    • Added cookie_settings_accepted Twig function
    • Added Symfony 2.8 support
  • 1.0.0 Initial version