Skip to content

Commit 923a236

Browse files
committed
Added upgrade mentions
1 parent 7608443 commit 923a236

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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 dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future.

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 dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future.

0 commit comments

Comments
 (0)