From 7608443e65b218f38ed182ab4a336a5f450ca389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 14 Aug 2024 13:54:59 +0200 Subject: [PATCH 1/4] [Release 4.6.10, 3.3.40] Updated latest version variables --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 85b7d17be9..fcb187a4a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -908,14 +908,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' From 923a236c4abc9afb631e88ec97f02a4c61ea350f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 14 Aug 2024 14:15:10 +0200 Subject: [PATCH 2/4] Added upgrade mentions --- 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 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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..fcaddf9fd7 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 dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future. \ 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..a8340a5e45 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 dealing with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be provided here in the near future. \ No newline at end of file From 26d8e50fc90ace25af611e6f55a33f6b58648aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 14 Aug 2024 14:57:18 +0200 Subject: [PATCH 3/4] Applied review suggestions --- docs/update_and_migration/from_3.3/update_from_3.3.md | 2 +- docs/update_and_migration/from_4.5/update_from_4.5.md | 2 +- 2 files changed, 2 insertions(+), 2 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 fcaddf9fd7..a330c75389 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 @@ -424,4 +424,4 @@ Run the following scripts: ### v3.3.40 -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. \ No newline at end of file +A command to deal with the duplicated entries caused by [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 a8340a5e45..f041263983 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 @@ -520,4 +520,4 @@ No additional steps needed. ## v4.6.10 -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. \ No newline at end of file +A command to deal with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be available soon. \ No newline at end of file From 11900f34b5e35708be198f353ed0ecc12ea56559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 14 Aug 2024 15:19:54 +0200 Subject: [PATCH 4/4] Applied review suggestions --- docs/update_and_migration/from_3.3/update_from_3.3.md | 2 +- docs/update_and_migration/from_4.5/update_from_4.5.md | 2 +- 2 files changed, 2 insertions(+), 2 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 a330c75389..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 @@ -424,4 +424,4 @@ Run the following scripts: ### v3.3.40 -A command to deal with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be available soon. \ No newline at end of file +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 f041263983..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 @@ -520,4 +520,4 @@ No additional steps needed. ## v4.6.10 -A command to deal with the duplicated entries caused by [IBX-8562](https://issues.ibexa.co/browse/IBX-8562) will be available soon. \ No newline at end of file +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