Skip to content

Commit

Permalink
Release 3.3.40 and 4.6.10 (#2467)
Browse files Browse the repository at this point in the history
* [Release 4.6.10, 3.3.40] Updated latest version variables
* Added upgrade mentions
* Applied review suggestions
* Applied review suggestions
  • Loading branch information
mnocon committed Nov 7, 2024
1 parent 5750b7c commit 2a5ffa8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ If you are using MySQL, run the following update script:
mysql -u<username> -p<password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-3.3.1-to-3.3.2.sql
```

<!-- vale Ibexa.VariablesVersion = NO -->

### v3.3.4

#### Migration Bundle
Expand Down Expand Up @@ -418,4 +420,8 @@ Run the following scripts:

``` sql
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql
```
```

### v3.3.40

A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.
4 changes: 4 additions & 0 deletions docs/update_and_migration/from_4.5/update_from_4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,3 +517,7 @@ composer dump-autoload
## v4.6.9

No additional steps needed.

## v4.6.10

A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -913,14 +913,14 @@ extra:

# Global variables - latest tag versions
latest_tag_2_5: '2.5.32'
latest_tag_3_3: '3.3.39'
latest_tag_3_3: '3.3.40'
latest_tag_4_0: '4.0.8'
latest_tag_4_1: '4.1.5'
latest_tag_4_2: '4.2.4'
latest_tag_4_3: '4.3.5'
latest_tag_4_4: '4.4.4'
latest_tag_4_5: '4.5.7'
latest_tag_4_6: '4.6.9'
latest_tag_4_6: '4.6.10'

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

0 comments on commit 2a5ffa8

Please sign in to comment.