Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Jan 17, 2017
1 parent 9cd06e2 commit 3d8d6c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.2.0...3.3.0) - 2017-01-17
### Added
- Created `MenuManager` to collect all menus for the `MenuBlockService`
- Added new `sonata.block_menu` tag

### Changed
- Empty block names are automatically set via `TweakCompilerPass`

### Deprecated
- Deprecated the array parameter in `MenuBlockService`in favor of the new `MenuManager`

### Fixed
- Missing italian translation

### Removed
- Deprecated `BaseBlockService` class was removed from the list of classes to compile

## [3.2.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.1.1...3.2.0) - 2016-09-20
### Added
- Created `Sonata\BlockBundle\Block\Service\AbstractAdminBlockService` class
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.2 to 3.3
=======================

## Menu blocks

Menus for the `MenuBlockService` can now be defined by a `<tag name="sonata.block.menu"/>` tag.
Expand Down

0 comments on commit 3d8d6c3

Please sign in to comment.