Skip to content

Commit 8a603d3

Browse files
committed
Updated doc after the 3.3.39 and 4.6.9 releases (#2454)
* Updated doc after the 3.3.39 and 4.6.9 releases * Disabled Vale version liniting for update doc
1 parent 9f0bfa3 commit 8a603d3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ php bin/console ibexa:elasticsearch:put-index-template --overwrite
432432
php bin/console ibexa:reindex
433433
```
434434

435+
<!-- vale Ibexa.VariablesVersion = NO -->
436+
435437
## v4.6.2
436438

437439
#### Database update
@@ -502,3 +504,17 @@ Run the following scripts:
502504
``` bash
503505
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.3-to-4.6.4.sql
504506
```
507+
508+
## v4.6.8
509+
510+
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:
511+
512+
``` bash
513+
composer config extra.runtime.error_handler
514+
"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
515+
composer dump-autoload
516+
```
517+
518+
## v4.6.9
519+
520+
No additional steps needed.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,14 @@ extra:
399399

400400
# Global variables - latest tag versions
401401
latest_tag_2_5: '2.5.32'
402-
latest_tag_3_3: '3.3.38'
402+
latest_tag_3_3: '3.3.39'
403403
latest_tag_4_0: '4.0.8'
404404
latest_tag_4_1: '4.1.5'
405405
latest_tag_4_2: '4.2.4'
406406
latest_tag_4_3: '4.3.5'
407407
latest_tag_4_4: '4.4.4'
408408
latest_tag_4_5: '4.5.7'
409-
latest_tag_4_6: '4.6.8'
409+
latest_tag_4_6: '4.6.9'
410410

411411
symfony_doc: 'http://symfony.com/doc/3.4'
412412
user_doc: 'https://doc.ibexa.co/projects/userguide/en/3.3'

0 commit comments

Comments
 (0)