Skip to content

Commit 6a17048

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 86ea9f7 commit 6a17048

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
@@ -693,14 +693,14 @@ extra:
693693

694694
# Global variables - latest tag versions
695695
latest_tag_2_5: '2.5.32'
696-
latest_tag_3_3: '3.3.38'
696+
latest_tag_3_3: '3.3.39'
697697
latest_tag_4_0: '4.0.8'
698698
latest_tag_4_1: '4.1.5'
699699
latest_tag_4_2: '4.2.4'
700700
latest_tag_4_3: '4.3.5'
701701
latest_tag_4_4: '4.4.4'
702702
latest_tag_4_5: '4.5.7'
703-
latest_tag_4_6: '4.6.8'
703+
latest_tag_4_6: '4.6.9'
704704

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

0 commit comments

Comments
 (0)