Skip to content

Commit

Permalink
Merge 33fe859 into cd23a18
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jan 27, 2020
2 parents cd23a18 + 33fe859 commit 9ab199d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.14.0](https://github.com/sonata-project/SonataPageBundle/compare/3.13.0...3.14.0) - 2020-01-12
Changelog
## [3.15.0](https://github.com/sonata-project/SonataPageBundle/compare/3.14.0...3.15.0) - 2020-01-27
### Changed
- Re-allow SF DI>4.4.0
- Upgrade matthiasnoback/symfony-dependency-injection-test to ^4.0

## [3.14.0](https://github.com/sonata-project/SonataPageBundle/compare/3.13.0...3.14.0) - 2020-01-12
### Changed
- `BlockInteractor` constructor's argument $registry is now an instance of
`Doctrine\Persistence\ManagerRegistry`
Expand Down
4 changes: 2 additions & 2 deletions src/Form/Type/PageTypeChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function configureOptions(OptionsResolver $resolver)
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/page-bundle 3.x, to be removed in version 4.0.
* @deprecated since sonata-project/page-bundle 3.14, to be removed in version 4.0.
*/
public function setDefaultOptions(OptionsResolverInterface $resolver)
{
Expand Down Expand Up @@ -85,7 +85,7 @@ public function getBlockPrefix()
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/page-bundle 3.x, to be removed in version 4.0.
* @deprecated since sonata-project/page-bundle 3.14, to be removed in version 4.0.
*/
public function getName()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Form/Type/TemplateChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function configureOptions(OptionsResolver $resolver)
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/page-bundle 3.x, to be removed in version 4.0.
* @deprecated since sonata-project/page-bundle 3.14, to be removed in version 4.0.
*/
public function setDefaultOptions(OptionsResolverInterface $resolver)
{
Expand Down Expand Up @@ -82,7 +82,7 @@ public function getBlockPrefix()
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/page-bundle 3.x, to be removed in version 4.0.
* @deprecated since sonata-project/page-bundle 3.14, to be removed in version 4.0.
*/
public function getName()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Twig/Extension/PageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function initRuntime(Environment $environment)
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/page-bundle 3.x, to be removed in version 4.0.
* @deprecated since sonata-project/page-bundle 3.14, to be removed in version 4.0.
*/
public function getName()
{
Expand Down

0 comments on commit 9ab199d

Please sign in to comment.