Skip to content

Commit 961e2c5

Browse files
committed
Update to 4.6.16 (#2594)
* mkdocs.yml: `latest_tag_4_6: '4.6.16'` * update_from_4.6.md v4.6.16 No additional steps needed. (cherry picked from commit b297329)
1 parent 6ad8c2f commit 961e2c5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Update your installation to the latest v4.6 version from an earlier v4.6 version.
3+
month_change: true
34
---
45

56
# Update from v4.6.x to v4.6.latest
@@ -230,3 +231,21 @@ php bin/console ibexa:migrations:migrate --file=2024_07_25_07_00_non_translatabl
230231
Adjust the web server configuration to prevent direct access to the `index.php` file when using URLs consisting of multiple path segments.
231232

232233
See [the updated Apache and nginx template files](https://github.com/ibexa/post-install/pull/70/files) for more information.
234+
235+
## v4.6.15
236+
237+
### Removed `symfony/orm-pack` and `symfony/serializer-pack` dependencies
238+
239+
This release no longer directly requires the `symfony/orm-pack` and `symfony/serializer-pack` Composer dependencies, which can remove some dependencies from your project during the update process.
240+
241+
If you rely on them in your project, for example by using Symfony's `ObjectNormalizer` to create your own REST endpoints, run the following command before updating [[= product_name_base =]] packages:
242+
243+
``` bash
244+
composer require symfony/serializer-pack symfony/orm-pack
245+
```
246+
247+
Then, verify that Symfony Flex installed the versions you were using before.
248+
249+
## v4.6.16
250+
251+
No additional steps needed.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ extra:
702702
latest_tag_4_3: '4.3.5'
703703
latest_tag_4_4: '4.4.4'
704704
latest_tag_4_5: '4.5.7'
705-
latest_tag_4_6: '4.6.14'
705+
latest_tag_4_6: '4.6.16'
706706

707707
symfony_doc: 'http://symfony.com/doc/5.4'
708708
user_doc: 'https://doc.ibexa.co/projects/userguide/en/master'

0 commit comments

Comments
 (0)