Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Mar 12, 2018
1 parent aa69c9e commit 73f93ea
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0](https://github.com/sonata-project/SonataMediaBundle/compare/0.2.0...0.3.0) - 2018-03-12
### Added
- missing french translations
- Added all missing stuff, so you could finally use this bundle

### Changed
- Changed fallback translation domain to `SonataBlockBundle` in composer
- Calling internal controller methods instead of create new exception instances
- Removed usage of old form type aliases
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Throw exception if wrong element returned
- Replaced deprecated setDefaultSettings with configureSettings method
- Moved id property to model

### Fixed
- Fixed PHPDoc
- Fixed calling deprecated methods
- Fixed typo when calling method `rollBack`
- It is now allowed to install Symfony 4
- Fixed wrong / missing PHPDoc

### Removed
- Removed support for PHP 5
- Removed support for symfony <2.8 and 3.0
- Support for old versions of php
- classes to compile

## [0.2.0](https://github.com/sonata-project/SonataMediaBundle/compare/0.1.0...0.2.0) - 2017-08-01
### Changed
- Changed `BlockAdmin` and `DashboardAdmin` extends to use recommended `AbstractAdmin` class.
Expand Down

0 comments on commit 73f93ea

Please sign in to comment.