Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Jun 5, 2017
1 parent 333a549 commit 5a3f7d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.5.0](https://github.com/sonata-project/SonataPageBundle/compare/3.4.1...3.5.0) - 2017-06-05
### Added
- added support for `FOSRestBundle:2.0`
- Added Italian translations

### Fixed
- Rendering failure when block.page property does not exist.
- Fixed hardcoded paths to classes in `.xml.skeleton` files of config
- Compatibility with Symfony 3 was fixed
- A deprecation warning regarding the usage of factories in the DIC was fixed
- deprecation warning about scope attributes
- deprecation error message about `addViolationAt`
- added support for both `QuestionHelper` and `DialogHelper` in `CreateSiteCommand` for Symfony 2.3 and 3.x compatibility
- fixed token manager compatibility in `PageAdminController`
- fixed the syntax change necessary for question helper as opposed to dialog helper

## [3.4.1](https://github.com/sonata-project/SonataPageBundle/compare/3.4.0...3.4.1) - 2017-04-04
### Deprecated
- Removed block service deprecation
Expand Down

0 comments on commit 5a3f7d7

Please sign in to comment.