Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 1.94 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.2 (2021-11-01)

Changed

  • Fix symfony/form requirement by @Pchol in #73

2.0.1 (2018-10-07)

Changed

  • Update Smarty version in composer.json by @eufrost in #66
  • Remove "target-dir" by @ok1br in #64
  • Add url/path modifier example to documentation by @naucon in #67
  • Can pass null argument in AssetsExtension constructor by @Pchol in #71
  • Update symfony/framework-bundle and symfony/templating requirement by @Pchol in #69

2.0.0 (2016-09-26)

Added

  • Compatibility with Symfony 3.0

Changed

  • AssetsExtension now uses the new Asset Component
  • SecurityExtension now uses security.authorization_checker instead of security.context
  • Use security.csrf.token_manager instead of form.csrf_provider

Removed

  • Drop Support for Symfony < 2.8
    • Symfony\Component\HttpKernel\Log\LoggerInterface as been replaced by Psr\Log\LoggerInterface
  • Drop Support for PHP < 5.5

1.3.1 (2016-07-09)

Changed

  • #55 Improve CSRF token compatibility with symfony 2.1
  • #56 Improve security documentation

1.3.0 (2016-03-24)

Added

  • Compatibility with Symfony 2.8

Removed

  • #50 Removed support for unsupported versions of Symfony

Fixed

  • #51 fix problem with "plugin tag are already registered" debug messages