Skip to content

Commit

Permalink
Merge tag 'v1.6.3' into develop
Browse files Browse the repository at this point in the history
v1.6.3
  • Loading branch information
ambroisemaupate committed Jun 22, 2021
2 parents 08876ce + a3bf4f9 commit eed05d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
# built documents.
#
# The short X.Y version.
version = '1.6.2'
version = '1.6.3'
# The full version, including alpha/beta/rc tags.
release = '1.6.2'
release = '1.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 5 additions & 2 deletions src/developer/services/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,11 @@ Security
accessMap
``Symfony\Component\Security\Http\AccessMap``

userProvider
``RZ\Roadiz\Core\Handlers\UserProvider``
Symfony\Component\Security\Core\User\UserProviderInterface
``Symfony\Component\Security\Core\User\ChainUserProvider``

userProviders
``array<Symfony\Component\Security\Core\User\UserProviderInterface>``

userChecker
``Symfony\Component\Security\Core\User\UserChecker``
Expand Down

0 comments on commit eed05d9

Please sign in to comment.