File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 3.2.0] ( https://github.com/sonata-project/SonataPageBundle/compare/3.1.0...3.2.0 ) - 2016-09-20
6+ ### Added
7+ - Added new command to create block container for all pages
8+ - Added new ` SnapshotPageFactory `
9+
10+ ### Changed
11+ - UniqueUrl validation isn't checked for Dynamic pages anymore
12+ - ` UniqueUrlValidator ` is now more specific with the error, and the error is attached to a field
13+
14+ ### Fixed
15+ - ` trigger_error ` for deprecated ` sonata.core.slugify.native `
16+ - Removed deprecation warning for ` Admin ` usage.
17+ - Removed deprecation warning for ` AdminExtension ` usage.
18+ - Fixed duplicate translation in tab menu
19+ - Fixed duplicate translation of batch actions
20+ - make sure the scope in the container is clean to avoid failing test while unit testing the command
21+ - Fixed deprecated doctrine methods
22+ - top menu items not translated for the compose action
23+ - add missing title in the compose action.
24+ - Top menu links for edit/compose action are now highlighted.
25+ - Custom query parameters are no longer lost on redirect.
26+
27+ ### Removed
28+ - The ` beta ` tag onto the ` Composer ` functionality
29+
530## [ 3.1.0] ( https://github.com/sonata-project/SonataPageBundle/compare/3.0.2...3.1.0 ) - 2016-08-01
631### Fixed
732- Warmup the cache from the CLI brings an error in HTTP
Original file line number Diff line number Diff line change @@ -169,12 +169,12 @@ public function findEnableSnapshot(array $criteria)
169169 *
170170 * @return PageInterface|false
171171 *
172- * @deprecated since 3.x , to be removed in 4.0
172+ * @deprecated since 3.2 , to be removed in 4.0
173173 */
174174 public function getPageByName ($ routeName )
175175 {
176176 @trigger_error (
177- 'The ' .__METHOD__ .' method is deprecated since version 3.x and will be removed in 4.0. ' ,
177+ 'The ' .__METHOD__ .' method is deprecated since version 3.2 and will be removed in 4.0. ' ,
178178 E_USER_DEPRECATED
179179 );
180180
You can’t perform that action at this time.
0 commit comments