File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1212namespace Sonata \AdminBundle \Admin ;
1313
1414@trigger_error (
15- 'The ' .__NAMESPACE__ .'\AdminExtension class is deprecated since version 3.x and will be removed in 4.0. '
15+ 'The ' .__NAMESPACE__ .'\AdminExtension class is deprecated since version 3.1 and will be removed in 4.0. '
1616 .' Use ' .__NAMESPACE__ .'\AbstractAdminExtension instead. ' ,
1717 E_USER_DEPRECATED
1818);
1919
2020/**
21- * @deprecated since version 3.x , to be removed in 4.0. Use Sonata\AdminBundle\AbstractAdminExtension instead.
21+ * @deprecated since version 3.1 , to be removed in 4.0. Use Sonata\AdminBundle\AbstractAdminExtension instead.
2222 *
2323 * @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
2424 */
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ 3.x]
6+
7+ ## [ 3.1.0] ( https://github.com/sonata-project/SonataAdminBundle/compare/3.0.0...3.1.0 ) - 2016-05-17
68### Added
79- Added AbstractAdmin, replacing Admin
810- Added ` BaseMapper::keys ` method
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ protected function getTemplate(
439439 } catch (\Twig_Error_Loader $ e ) {
440440 @trigger_error (
441441 'Relying on default template loading on field template loading exception ' .
442- 'is deprecated since 3.x and will be removed in 4.0. ' .
442+ 'is deprecated since 3.1 and will be removed in 4.0. ' .
443443 'A \Twig_Error_Loader exception will be thrown instead ' ,
444444 E_USER_DEPRECATED
445445 );
Original file line number Diff line number Diff line change 11UPGRADE 3.x
22===========
33
4+ UPGRADE FROM 3.0 to 3.1
5+ =======================
6+
47## Deprecated Admin class
58
69The ` Admin ` class is deprecated. Use ` AbstractAdmin ` instead.
You can’t perform that action at this time.
0 commit comments