Skip to content

Commit 7f67b30

Browse files
committed
3.8.0
1 parent e2278da commit 7f67b30

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.8.0](https://github.com/sonata-project/SonataPageBundle/compare/3.7.1...3.8.0) - 2018-02-23
6+
### Added
7+
- added block title translation domain option
8+
- added block icon option
9+
- added block class option
10+
- Added auto-registration sonata.page.router to cmf_routing.router service
11+
12+
### Changed
13+
- Switch all templates references to Twig namespaced syntax
14+
- Switch from templating service to sonata.templating
15+
- Remove default template from exception list
16+
- Use default template in page create template
17+
- Added styling to page create button
18+
- Allow Slugify ^3.0
19+
20+
### Fixed
21+
- Replaced service names for field types by classnames.
22+
- Commands not working on symfony4
23+
- sonata.page.site.selector is public
24+
- forward-compatibility with strict mode
25+
26+
### Removed
27+
- Removed default title from blocks
28+
- Removed old `sonata-` classes from templates
29+
- Removed compatibility with older versions of FOSRestBundle (<2.1)
30+
531
## [3.7.1](https://github.com/sonata-project/SonataPageBundle/compare/3.7.0...3.7.1) - 2018-01-07
632
### Changed
733
- The internal page name is not used as a seo title fallback anymore

0 commit comments

Comments
 (0)