Skip to content

Commit

Permalink
4.14.0 (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Dec 28, 2021
1 parent 64d722e commit 58ffcf1
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.14.0](https://github.com/sonata-project/SonataUserBundle/compare/4.13.0...4.14.0) - 2021-12-28
### Deprecated
- [[#1446](https://github.com/sonata-project/SonataUserBundle/pull/1446)] Deprecated the integration with `sonata-project/GoogleAuthenticator` ([@jordisala1991](https://github.com/jordisala1991))
- [[#1439](https://github.com/sonata-project/SonataUserBundle/pull/1439)] Deprecated ReST API with FOSRest, Nelmio Api Docs and JMS Serializer. ([@jordisala1991](https://github.com/jordisala1991))

### Fixed
- [[#1430](https://github.com/sonata-project/SonataUserBundle/pull/1430)] Taking into account sonata_admin.options.logo_content configuration value ([@AntoineRoue](https://github.com/AntoineRoue))

## [4.13.0](https://github.com/sonata-project/SonataUserBundle/compare/4.12.0...4.13.0) - 2021-11-04
### Fixed
- [[#1412](https://github.com/sonata-project/SonataUserBundle/pull/1412)] `en`, `lt`, and `ru` translation keys ([@ft-1408](https://github.com/ft-1408))
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-4.x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
UPGRADE 4.x
===========

UPGRADE FROM 4.x to 4.x
=======================
UPGRADE FROM 4.13 to 4.14
=========================

### Deprecate API

Expand Down
2 changes: 1 addition & 1 deletion src/Command/TwoStepVerificationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* NEXT_MAJOR: Remove this command.
*
* @deprecated since sonata-project/user-bundle 4.x, it will be removed on 5.0.
* @deprecated since sonata-project/user-bundle 4.14, it will be removed on 5.0.
*/
class TwoStepVerificationCommand extends ContainerAwareCommand
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/GroupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* @author Hugo Briand <[email protected]>
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class GroupController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/GroupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @author Hugo Briand <[email protected]>
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class GroupController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* @author Hugo Briand <[email protected]>
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class UserController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*
* @author Hugo Briand <[email protected]>
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class UserController
{
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/SonataUserExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function configureGoogleAuthenticator($config, ContainerBuilder $containe
}

@trigger_error(
'The Google Authenticator integration is deprecated since sonata-project/user-bundle 4.x and will be removed in 5.0.',
'The Google Authenticator integration is deprecated since sonata-project/user-bundle 4.14 and will be removed in 5.0.',
\E_USER_DEPRECATED
);

Expand Down
2 changes: 1 addition & 1 deletion src/Document/GroupManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function findGroupsBy(?array $criteria = null, ?array $orderBy = null, $l
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
public function getPager(array $criteria, int $page, int $limit = 10, array $sort = []): PagerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Document/UserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function findUsersBy(?array $criteria = null, ?array $orderBy = null, $li
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
public function getPager(array $criteria, int $page, int $limit = 10, array $sort = []): PagerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/GroupManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function findGroupsBy(?array $criteria = null, ?array $orderBy = null, $l
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
public function getPager(array $criteria, int $page, int $limit = 10, array $sort = []): PagerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/UserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getConnection()
/**
* NEXT_MAJOR: remove this method.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
public function getPager(array $criteria, int $page, int $limit = 10, array $sort = []): PagerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Type/ApiGroupType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* NEXT_MAJOR: remove this class.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class ApiGroupType extends BaseDoctrineORMSerializationType
{
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Type/ApiUserType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* NEXT_MAJOR: remove this class.
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class ApiUserType extends BaseDoctrineORMSerializationType
{
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleAuthenticator/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* NEXT_MAJOR: Remove this class.
*
* @deprecated since sonata-project/user-bundle 4.x, it will be removed on 5.0.
* @deprecated since sonata-project/user-bundle 4.14, it will be removed on 5.0.
*/
class Helper
{
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleAuthenticator/InteractiveLoginListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* NEXT_MAJOR: Remove this class.
*
* @deprecated since sonata-project/user-bundle 4.x, it will be removed on 5.0.
* @deprecated since sonata-project/user-bundle 4.14, it will be removed on 5.0.
*/
class InteractiveLoginListener
{
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleAuthenticator/RequestListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* NEXT_MAJOR: Remove this class.
*
* @deprecated since sonata-project/user-bundle 4.x, it will be removed on 5.0.
* @deprecated since sonata-project/user-bundle 4.14, it will be removed on 5.0.
*/
class RequestListener
{
Expand Down
2 changes: 1 addition & 1 deletion src/Serializer/UserSerializerHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author Sylvain Deloux <[email protected]>
*
* @deprecated since sonata-project/user-bundle 4.x, to be removed in 5.0.
* @deprecated since sonata-project/user-bundle 4.14, to be removed in 5.0.
*/
class UserSerializerHandler extends BaseSerializerHandler
{
Expand Down

0 comments on commit 58ffcf1

Please sign in to comment.