From b92a7a2ca515ef3ac370106b86b870247695036d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:45:44 +0100 Subject: [PATCH 1/2] mkdocs.yml: `latest_tag_4_6: '4.6.16'` --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index dd655ad597..e4a629fc0e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -934,7 +934,7 @@ extra: latest_tag_4_3: '4.3.5' latest_tag_4_4: '4.4.4' latest_tag_4_5: '4.5.7' - latest_tag_4_6: '4.6.15' + latest_tag_4_6: '4.6.16' symfony_doc: 'https://symfony.com/doc/5.4' user_doc: 'https://doc.ibexa.co/projects/userguide/en/master' From 85e4a4a38b561f2f2b86ea59b7d2cbc7538ac90d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:56:57 +0100 Subject: [PATCH 2/2] update_from_4.6.md v4.6.16 No additional steps needed. --- docs/update_and_migration/from_4.6/update_from_4.6.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index 35f17b353c..558f43ca49 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -245,3 +245,7 @@ composer require symfony/serializer-pack symfony/orm-pack ``` Then, verify that Symfony Flex installed the versions you were using before. + +## v4.6.16 + +No additional steps needed.