You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update_and_migration/from_3.3/update_from_3.3.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,18 @@ Adjust the web server configuration to prevent direct access to the `index.php`
514
514
515
515
See [the updated Apache and nginx template files](https://github.com/ibexa/post-install/pull/70/files) for more information.
516
516
517
+
### Removed `symfony/serializer-pack` dependency
518
+
519
+
This release no longer directly requires the `symfony/serializer-pack` Composer dependency, which can remove some dependencies from your project during the update process.
520
+
521
+
If you rely on them in your project and need to continue using them, run the following command before updating Ibexa packages:
522
+
523
+
```bash
524
+
composer require symfony/serializer-pack
525
+
```
526
+
527
+
and verify that Symfony Flex installs the versions you were using before.
Adjust the web server configuration to prevent direct access to the `index.php` file when using URLs consisting of multiple path segments.
232
232
233
233
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 and need to continue using them, run the following command before updating Ibexa packages:
0 commit comments