Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Jun 17, 2016
1 parent ad7408e commit c27f7a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Builder/FormContractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class FormContractor implements FormContractorInterface
{
/**
* @deprecated since version 3.x, to be removed in 4.0
* @deprecated since version 3.0.4, to be removed in 4.0
*
* @var FormFactoryInterface
*/
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.4](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.0.3...3.0.4) - 2016-06-17
### Fixed
- Fix wrong property name on FormContractor
- Create form is shown instead of filters on `sonata_type_model_list` popup

## [3.0.3](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.0.2...3.0.3) - 2016-06-09
### Fixed
- Failing identifier management for relations as id
Expand Down

0 comments on commit c27f7a5

Please sign in to comment.