From 2a5ffa861c22d6e507abf89d6c6856b0461db81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 14 Aug 2024 15:28:24 +0200 Subject: [PATCH] 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 --- docs/update_and_migration/from_3.3/update_from_3.3.md | 8 +++++++- docs/update_and_migration/from_4.5/update_from_4.5.md | 4 ++++ mkdocs.yml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/update_and_migration/from_3.3/update_from_3.3.md b/docs/update_and_migration/from_3.3/update_from_3.3.md index 661b6371f2..aed320dc41 100644 --- a/docs/update_and_migration/from_3.3/update_from_3.3.md +++ b/docs/update_and_migration/from_3.3/update_from_3.3.md @@ -170,6 +170,8 @@ If you are using MySQL, run the following update script: mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/ibexa-3.3.1-to-3.3.2.sql ``` + + ### v3.3.4 #### Migration Bundle @@ -418,4 +420,8 @@ Run the following scripts: ``` sql psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-3.3.33-to-3.3.34.sql - ``` \ No newline at end of file + ``` + +### 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. \ No newline at end of file diff --git a/docs/update_and_migration/from_4.5/update_from_4.5.md b/docs/update_and_migration/from_4.5/update_from_4.5.md index 1d82acb57f..c38a98d482 100644 --- a/docs/update_and_migration/from_4.5/update_from_4.5.md +++ b/docs/update_and_migration/from_4.5/update_from_4.5.md @@ -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. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1288f82a0e..10a45472bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'