From 1b31e106b233c1cddf5cb9f7e52163320beebf3f Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 22 May 2024 11:24:06 +0200 Subject: [PATCH 1/2] update_from_4.5.md: From 4.6.3 to 4.6.4 https://github.com/ibexa/installer/blob/main/upgrade/db/mysql/ibexa-4.6.3-to-4.6.4.sql --- .../from_4.5/update_from_4.5.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 4b7f7a2b70..cf54bbb8fe 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 @@ -451,3 +451,21 @@ ibexa: channels: - sms ``` + +## v4.6.4 + +#### Database update + +Run the following scripts: + +=== "MySQL" + + ``` bash + mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.3-to-4.6.4.sql + ``` + +=== "PostgreSQL" + + ``` bash + psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.3-to-4.6.4.sql + ``` From 466101cc3019d382e2b92ea8b07ae49aa1c14513 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 23 May 2024 09:09:24 +0200 Subject: [PATCH 2/2] Update "latest 4.6" to 4.6.6 (#2383) (cherry picked from commit c6b0f209f7b1d8db658ecf3cdc3b5c20ca80f8a2) --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 497bcf6830..31207f24df 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -899,7 +899,7 @@ extra: 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.3' + latest_tag_4_6: '4.6.6' symfony_doc: 'https://symfony.com/doc/5.4' user_doc: 'https://doc.ibexa.co/projects/userguide/en/master'