Skip to content

Commit 991b7dd

Browse files
committed
Release 3.3.40 and 4.6.10 (#2467)
* [Release 4.6.10, 3.3.40] Updated latest version variables * Added upgrade mentions * Applied review suggestions * Applied review suggestions
1 parent a2b333d commit 991b7dd

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/update_and_migration/from_3.3/update_from_3.3.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ If you are using MySQL, run the following update script:
170170
mysql -u<username> -p<password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-3.3.1-to-3.3.2.sql
171171
```
172172

173+
<!-- vale Ibexa.VariablesVersion = NO -->
174+
173175
### v3.3.4
174176

175177
#### Migration Bundle
@@ -418,4 +420,8 @@ Run the following scripts:
418420

419421
``` sql
420422
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql
421-
```
423+
```
424+
425+
### v3.3.40
426+
427+
A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.

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

+4
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,7 @@ composer dump-autoload
517517
## v4.6.9
518518

519519
No additional steps needed.
520+
521+
## v4.6.10
522+
523+
A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.

mkdocs.yml

+2-2
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.39'
696+
latest_tag_3_3: '3.3.40'
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.9'
703+
latest_tag_4_6: '4.6.10'
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)