-
-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7eabe5
commit 17162cc
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,20 @@ | |
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/SonataMediaBundle/compare/3.4.0...3.5.0) - 2017-03-08 | ||
### Changed | ||
- `MediaController::downloadAction` signature to include Request as first parameter | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
soullivaneuh
Author
Member
|
||
- `MediaController::viewAction` signature to include Request as first parameter | ||
- `MediaController::liipImagineFilterAction` signature to include Request as first parameter | ||
|
||
### Fixed | ||
- Optional dependency to SonataFormatterBundle is now on `^3.2` | ||
- Fixed issue when using SonataMediaBundle blocks in conjunction with SonataPageBundle and page composer (Sonata sandbox) | ||
- Double padding on media list | ||
|
||
### Removed | ||
- Removed an ugly hack to retrieve configuration on `AddProviderCompilerPass` | ||
|
||
## [3.4.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.3.1...3.4.0) - 2017-02-28 | ||
### Added | ||
- An icon to admin menu (fa-image) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@soullivaneuh I think this one is not correct, this might be done on master, but not on 3x, that's a BC break.
https://github.com/sonata-project/SonataMediaBundle/blob/3.x/Controller/MediaController.php#L52