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 theFH\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
andautoconfiguring
- 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