All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix symfony/form requirement by @Pchol in #73
- 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
- Compatibility with Symfony 3.0
- AssetsExtension now uses the new Asset Component
- SecurityExtension now uses
security.authorization_checker
instead ofsecurity.context
- Use
security.csrf.token_manager
instead ofform.csrf_provider
- Drop Support for Symfony < 2.8
Symfony\Component\HttpKernel\Log\LoggerInterface
as been replaced byPsr\Log\LoggerInterface
- Drop Support for PHP < 5.5
- Compatibility with Symfony 2.8
- #50 Removed support for unsupported versions of Symfony
- #51 fix problem with "plugin tag are already registered" debug messages