Skip to content

Commit ae55702

Browse files
authored
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 e9998b0 commit ae55702

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
@@ -908,14 +908,14 @@ extra:
908908

909909
# Global variables - latest tag versions
910910
latest_tag_2_5: '2.5.32'
911-
latest_tag_3_3: '3.3.39'
911+
latest_tag_3_3: '3.3.40'
912912
latest_tag_4_0: '4.0.8'
913913
latest_tag_4_1: '4.1.5'
914914
latest_tag_4_2: '4.2.4'
915915
latest_tag_4_3: '4.3.5'
916916
latest_tag_4_4: '4.4.4'
917917
latest_tag_4_5: '4.5.7'
918-
latest_tag_4_6: '4.6.9'
918+
latest_tag_4_6: '4.6.10'
919919

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

0 commit comments

Comments
 (0)