Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.15.0 #1106

Merged
merged 1 commit into from
Jan 27, 2020
Merged

3.15.0 #1106

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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