Skip to content

Commit bf95ac6

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 8830627 commit bf95ac6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 7 additions & 1 deletion
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
@@ -511,4 +513,8 @@ To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3,
511513
composer config extra.runtime.error_handler
512514
"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
513515
composer dump-autoload
514-
```
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
@@ -907,14 +907,14 @@ extra:
907907

908908
# Global variables - latest tag versions
909909
latest_tag_2_5: '2.5.32'
910-
latest_tag_3_3: '3.3.38'
910+
latest_tag_3_3: '3.3.39'
911911
latest_tag_4_0: '4.0.8'
912912
latest_tag_4_1: '4.1.5'
913913
latest_tag_4_2: '4.2.4'
914914
latest_tag_4_3: '4.3.5'
915915
latest_tag_4_4: '4.4.4'
916916
latest_tag_4_5: '4.5.7'
917-
latest_tag_4_6: '4.6.8'
917+
latest_tag_4_6: '4.6.9'
918918

919919
symfony_doc: 'https://symfony.com/doc/5.4'
920920
user_doc: 'https://doc.ibexa.co/projects/userguide/en/master'

0 commit comments

Comments
 (0)