From 41ccc7261ce00c9c2f423a0d4e05d42e39d323e2 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 12:18:01 +0200 Subject: [PATCH 01/21] prepared for 2023.2 --- .github/files/bundles.php | 4 ++++ .github/scripts/02-install-pimcore.sh | 4 ++++ README.md | 2 +- composer.json | 8 ++++++-- doc/02_Release_Notes/2023.2.md | 9 +++++++++ 5 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 doc/02_Release_Notes/2023.2.md diff --git a/.github/files/bundles.php b/.github/files/bundles.php index f5f67e0..d3f583f 100644 --- a/.github/files/bundles.php +++ b/.github/files/bundles.php @@ -47,6 +47,10 @@ \Web2PrintToolsBundle\Web2PrintToolsBundle::class => ['all' => true], \Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle::class => ['all' => true], + + Pimcore\Bundle\BackendPowerToolsBundle\PimcoreBackendPowerToolsBundle::class => ['all' => true], + Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDatahubWebhooksBundle::class => ['all' => true], + Pimcore\Bundle\DataQualityManagementBundle\PimcoreDataQualityManagementBundle::class => ['all' => true], ]; diff --git a/.github/scripts/02-install-pimcore.sh b/.github/scripts/02-install-pimcore.sh index e96940e..29699c7 100755 --- a/.github/scripts/02-install-pimcore.sh +++ b/.github/scripts/02-install-pimcore.sh @@ -64,6 +64,10 @@ docker compose exec -T php bin/console pimcore:bundle:install Web2PrintToolsBund docker compose exec -T php bin/console pimcore:bundle:install OutputDataConfigToolkitBundle docker compose exec -T php bin/console pimcore:bundle:install PimcorePerspectiveEditorBundle +docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataQualityManagementBundle +docker compose exec -T php bin/console pimcore:bundle:install PimcoreDataHubWebhooksBundle +docker compose exec -T php bin/console pimcore:bundle:install PimcoreBackendPowerToolsBundle + cp ../../platform-version/.github/files/config-config.yaml ./config/local docker compose exec -T php bin/console cache:clear diff --git a/README.md b/README.md index 413d4d0..ad6eb07 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ tested with each other and verified by Pimcore. The Pimcore Platform Version has its own version and is released every several months. Each release comes with combined release notes of all modules. -Also the Pimcore documentations and our demos are based on the Pimcore Platform Version. +Also, the Pimcore documentations and our demos are based on the Pimcore Platform Version. ## Benefits in a nutshell - Set of specific versions of all Pimcore modules which work together. diff --git a/composer.json b/composer.json index 94fe583..90e1471 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "pimcore/direct-edit": "<2.0 || > 2.0.99", "pimcore/headless-documents": "<2.0 || > 2.0.99", "pimcore/openid-connect": "<1.1 || > 1.1.99", - "pimcore/portal-engine": "<3.0 || > 3.0.99", + "pimcore/portal-engine": "!= v3.1.0-RC1", "pimcore/statistics-explorer": "<2.0 || > 2.0.99", "pimcore/translations-provider-interfaces": "<3.0 || > 3.0.99", "pimcore/workflow-designer": "<1.1 || > 1.1.99", @@ -25,7 +25,7 @@ "pimcore/object-merger": "<4.0 || > 4.0.99", "pimcore/frontend-permission-toolkit-bundle": "<2.0 || > 2.0.99", "pimcore/advanced-object-search": "<5.0 || > 5.0.99", - "pimcore/admin-ui-classic-bundle": "<1.0 || > 1.0.99", + "pimcore/admin-ui-classic-bundle": "!= v1.1.0-RC1", "pimcore/system-info-bundle": "<1.0 || > 1.0.99", "pimcore/file-explorer-bundle": "<1.0 || > 1.0.99", "pimcore/personalization-bundle": "<1.0 || > 1.0.99", @@ -33,6 +33,10 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", + "pimcore/data-quality-management-bundle": "!= 1.0.0-RC", + "pimcore/data-hub-webhooks": "!= 1.0.0-RC", + "pimcore/backend-power-tools-bundle": "!= 1.0.0-RC", + "pimcore/static-resolver-bundle": "!= 1.0.0-RC", "pimcore/pimcore": "<11.0 || > 11.0.99" } } diff --git a/doc/02_Release_Notes/2023.2.md b/doc/02_Release_Notes/2023.2.md new file mode 100644 index 0000000..b7726f0 --- /dev/null +++ b/doc/02_Release_Notes/2023.2.md @@ -0,0 +1,9 @@ +# Release 2023.2 + +Here you will find all the important new features and release notes of the Platform Version 2023.2 release. + +## Most Important New Features and Improvements + +## Upgrade Notes + +Before updating, have a look at all the upgrade notes relevant to your system: From 87bfc3d87ee835dfe44c6050a8da63a9b3783d58 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 12:35:31 +0200 Subject: [PATCH 02/21] prepared for 2023.2 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 90e1471..af0273e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "pimcore/direct-edit": "<2.0 || > 2.0.99", "pimcore/headless-documents": "<2.0 || > 2.0.99", "pimcore/openid-connect": "<1.1 || > 1.1.99", - "pimcore/portal-engine": "!= v3.1.0-RC1", + "pimcore/portal-engine": "!=v3.1.0-RC1", "pimcore/statistics-explorer": "<2.0 || > 2.0.99", "pimcore/translations-provider-interfaces": "<3.0 || > 3.0.99", "pimcore/workflow-designer": "<1.1 || > 1.1.99", @@ -25,7 +25,7 @@ "pimcore/object-merger": "<4.0 || > 4.0.99", "pimcore/frontend-permission-toolkit-bundle": "<2.0 || > 2.0.99", "pimcore/advanced-object-search": "<5.0 || > 5.0.99", - "pimcore/admin-ui-classic-bundle": "!= v1.1.0-RC1", + "pimcore/admin-ui-classic-bundle": "!=v1.1.0-RC1", "pimcore/system-info-bundle": "<1.0 || > 1.0.99", "pimcore/file-explorer-bundle": "<1.0 || > 1.0.99", "pimcore/personalization-bundle": "<1.0 || > 1.0.99", @@ -33,10 +33,10 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!= 1.0.0-RC", - "pimcore/data-hub-webhooks": "!= 1.0.0-RC", - "pimcore/backend-power-tools-bundle": "!= 1.0.0-RC", - "pimcore/static-resolver-bundle": "!= 1.0.0-RC", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC", + "pimcore/data-hub-webhooks": "!=1.0.0-RC", + "pimcore/backend-power-tools-bundle": "!=1.0.0-RC", + "pimcore/static-resolver-bundle": "!=1.0.0-RC", "pimcore/pimcore": "<11.0 || > 11.0.99" } } From 99f90c8605a6e42eebde28c68228e52aa32b0731 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 12:41:45 +0200 Subject: [PATCH 03/21] prepared for 2023.2 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index af0273e..8e330b6 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC", - "pimcore/data-hub-webhooks": "!=1.0.0-RC", - "pimcore/backend-power-tools-bundle": "!=1.0.0-RC", - "pimcore/static-resolver-bundle": "!=1.0.0-RC", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC1", + "pimcore/data-hub-webhooks": "!=1.0.0-RC1", + "pimcore/backend-power-tools-bundle": "!=1.0.0-RC1", + "pimcore/static-resolver-bundle": "!=1.0.0-RC1", "pimcore/pimcore": "<11.0 || > 11.0.99" } } From 9140f28db68dff23f2e536d3261461c61a7b72e8 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 12:51:09 +0200 Subject: [PATCH 04/21] prepared for 2023.2 --- .github/scripts/01-setup-environment.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/scripts/01-setup-environment.sh b/.github/scripts/01-setup-environment.sh index 5e2e9bd..4e651f5 100755 --- a/.github/scripts/01-setup-environment.sh +++ b/.github/scripts/01-setup-environment.sh @@ -82,7 +82,10 @@ docker compose exec -T -- php composer require -W \ pimcore/google-marketing-bundle \ pimcore/web-to-print-bundle \ pimcore/ecommerce-framework-bundle \ - pimcore/newsletter-bundle + pimcore/newsletter-bundle \ + pimcore/data-quality-management-bundle \ + pimcore/data-hub-webhooks \ + pimcore/backend-power-tools-bundle docker compose exec -T -- php composer update From 340255f798918f7415ea1fe482c5b4fc491c256a Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 14:17:47 +0200 Subject: [PATCH 05/21] prepared for 2023.2 --- .github/scripts/01-setup-environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/01-setup-environment.sh b/.github/scripts/01-setup-environment.sh index 4e651f5..f1b7ea8 100755 --- a/.github/scripts/01-setup-environment.sh +++ b/.github/scripts/01-setup-environment.sh @@ -43,9 +43,9 @@ docker compose up -d # add platform version -docker compose exec -T -- php composer config repositories.dev path "./platform-version" docker compose exec -T -- php composer config --global --auth http-basic.enterprise.repo.pimcore.com token $1 docker compose exec -T -- php composer config repositories.pimcore_enterprise composer https://enterprise.repo.pimcore.com/ +docker compose exec -T -- php composer config repositories.dev path "./platform-version" docker compose exec -T -- php composer config minimum-stability dev docker compose exec -T -- php composer config prefer-stable true From 34b9c6fb2e727ba91ef4053418fc4613562524af Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 14:28:58 +0200 Subject: [PATCH 06/21] prepared for 2023.2 --- .github/files/bundles.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/files/bundles.php b/.github/files/bundles.php index d3f583f..0ba4a2f 100644 --- a/.github/files/bundles.php +++ b/.github/files/bundles.php @@ -48,9 +48,9 @@ \Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle::class => ['all' => true], - Pimcore\Bundle\BackendPowerToolsBundle\PimcoreBackendPowerToolsBundle::class => ['all' => true], - Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDatahubWebhooksBundle::class => ['all' => true], - Pimcore\Bundle\DataQualityManagementBundle\PimcoreDataQualityManagementBundle::class => ['all' => true], + \Pimcore\Bundle\BackendPowerToolsBundle\PimcoreBackendPowerToolsBundle::class => ['all' => true], + \Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDatahubWebhooksBundle::class => ['all' => true], + \Pimcore\Bundle\DataQualityManagementBundle\PimcoreDataQualityManagementBundle::class => ['all' => true], ]; From 9e343a29902971fb2dce6c68f0f02382a7c200f3 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 16 Aug 2023 14:45:08 +0200 Subject: [PATCH 07/21] prepared for 2023.2 --- .github/files/bundles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/files/bundles.php b/.github/files/bundles.php index 0ba4a2f..9e2745f 100644 --- a/.github/files/bundles.php +++ b/.github/files/bundles.php @@ -49,7 +49,7 @@ \Pimcore\Bundle\PerspectiveEditorBundle\PimcorePerspectiveEditorBundle::class => ['all' => true], \Pimcore\Bundle\BackendPowerToolsBundle\PimcoreBackendPowerToolsBundle::class => ['all' => true], - \Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDatahubWebhooksBundle::class => ['all' => true], + \Pimcore\Bundle\DataHubWebhooksBundle\PimcoreDataHubWebhooksBundle::class => ['all' => true], \Pimcore\Bundle\DataQualityManagementBundle\PimcoreDataQualityManagementBundle::class => ['all' => true], ]; From efae9dd30ec4c1065bc739cf0f829500ad90ad93 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 17 Aug 2023 16:10:23 +0200 Subject: [PATCH 08/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e330b6..3625783 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "pimcore/direct-edit": "<2.0 || > 2.0.99", "pimcore/headless-documents": "<2.0 || > 2.0.99", "pimcore/openid-connect": "<1.1 || > 1.1.99", - "pimcore/portal-engine": "!=v3.1.0-RC1", + "pimcore/portal-engine": "<3.1 || > 3.1.99", "pimcore/statistics-explorer": "<2.0 || > 2.0.99", "pimcore/translations-provider-interfaces": "<3.0 || > 3.0.99", "pimcore/workflow-designer": "<1.1 || > 1.1.99", From 6823c7817831307417f70c0b4ce431c9d3541c87 Mon Sep 17 00:00:00 2001 From: heigpa <129785940+heigpa@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:23:51 +0200 Subject: [PATCH 09/21] Update 2023.2.md First draft entered --- doc/02_Release_Notes/2023.2.md | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/doc/02_Release_Notes/2023.2.md b/doc/02_Release_Notes/2023.2.md index b7726f0..93977e8 100644 --- a/doc/02_Release_Notes/2023.2.md +++ b/doc/02_Release_Notes/2023.2.md @@ -4,6 +4,44 @@ Here you will find all the important new features and release notes of the Platf ## Most Important New Features and Improvements +**Data Quality Management** + +Main features: +- Configuration of Data Quality checks with an easy to use interface. +- Possibility to add multiple checks for data objects to check different aspects of your data. +- Out of the box checks for mandatory fields and validations. +- Selection of other fields to be checked via a dropdown to get the full picture. +- Symfony Expression fields for more comprehensive data checks. +- Option to weight the different checks to focus on specific areas of your data. +- Exclude objects from being checked with the help of [Symfony Expressions](https://symfony.com/doc/current/reference/formats/expression_language.html). +- Configurable ranges to be shown on various backend views. +- Displaying data quality scores in the tree view. +- Displaying detailed information about your data quality in the object editor including suggestions for the improvement of the data quality. +- Displaying data quality score in the grid view with the option to filter and export the included data objects. + +**Bookmark Lists** + +Main features: +- Create bookmark lists for Assets, Data Objects, Documents, or element folders. +- Add new elements to your list with a simple drag & drop. +- Organize elements into custom folders specific to your list. +- Access elements and their child elements directly from your list. +- Drag & drop elements from your list into Pimcore editors' drop targets. +- Share existing bookmark lists with other users. + +**Pimcore Datahub Webhooks** + +Main features: +- Send requests to your configured subscribers for a variation of events such as: + - Added, updated and deleted events for all kind of elements (Data Objects, Assets and Documents). + - Entered and completed events for workflows. +- Configure the payload sent to your subscribers: + - Define included element (sub) types and optionally include unpublished elements. + - Define workspaces for your requests among available data fields for Data Objects. + - Include binary data, such as videos, images, thumbnails and more for Assets. +- Limit event dispatching to subscribers for configured workspaces only. + + ## Upgrade Notes Before updating, have a look at all the upgrade notes relevant to your system: From 928c8a0712ed8169e03c581f0df7f2b774a92a6c Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:13:39 +0200 Subject: [PATCH 10/21] Update composer.json Updated to new rc versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3625783..4c91d53 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC1", - "pimcore/data-hub-webhooks": "!=1.0.0-RC1", - "pimcore/backend-power-tools-bundle": "!=1.0.0-RC1", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC2", + "pimcore/data-hub-webhooks": "!=1.0.0-RC2", + "pimcore/backend-power-tools-bundle": "!=1.0.0-RC2", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", "pimcore/pimcore": "<11.0 || > 11.0.99" } From df0fc71f3f3eaaa6c48181c1cf2fc456424a861f Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:01:18 +0200 Subject: [PATCH 11/21] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4c91d53..fdee250 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC2", - "pimcore/data-hub-webhooks": "!=1.0.0-RC2", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC3", + "pimcore/data-hub-webhooks": "!=1.0.0-RC3", "pimcore/backend-power-tools-bundle": "!=1.0.0-RC2", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", "pimcore/pimcore": "<11.0 || > 11.0.99" From 714a3e91e5972fe739986eba4761d803116e773b Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:02:28 +0200 Subject: [PATCH 12/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdee250..5e10ecf 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", "pimcore/data-quality-management-bundle": "!=1.0.0-RC3", "pimcore/data-hub-webhooks": "!=1.0.0-RC3", - "pimcore/backend-power-tools-bundle": "!=1.0.0-RC2", + "pimcore/backend-power-tools-bundle": "!=1.0.0-RC3", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", "pimcore/pimcore": "<11.0 || > 11.0.99" } From adcb321550f46844fa5bcd8ee0e30f2f29a2fcd1 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 24 Aug 2023 10:33:31 +0200 Subject: [PATCH 13/21] Update 2023.2.md --- doc/02_Release_Notes/2023.2.md | 58 +++++++++++----------------------- 1 file changed, 19 insertions(+), 39 deletions(-) diff --git a/doc/02_Release_Notes/2023.2.md b/doc/02_Release_Notes/2023.2.md index 93977e8..3397443 100644 --- a/doc/02_Release_Notes/2023.2.md +++ b/doc/02_Release_Notes/2023.2.md @@ -2,46 +2,26 @@ Here you will find all the important new features and release notes of the Platform Version 2023.2 release. -## Most Important New Features and Improvements - -**Data Quality Management** - -Main features: -- Configuration of Data Quality checks with an easy to use interface. -- Possibility to add multiple checks for data objects to check different aspects of your data. -- Out of the box checks for mandatory fields and validations. -- Selection of other fields to be checked via a dropdown to get the full picture. -- Symfony Expression fields for more comprehensive data checks. -- Option to weight the different checks to focus on specific areas of your data. -- Exclude objects from being checked with the help of [Symfony Expressions](https://symfony.com/doc/current/reference/formats/expression_language.html). -- Configurable ranges to be shown on various backend views. -- Displaying data quality scores in the tree view. -- Displaying detailed information about your data quality in the object editor including suggestions for the improvement of the data quality. -- Displaying data quality score in the grid view with the option to filter and export the included data objects. - -**Bookmark Lists** - -Main features: -- Create bookmark lists for Assets, Data Objects, Documents, or element folders. -- Add new elements to your list with a simple drag & drop. -- Organize elements into custom folders specific to your list. -- Access elements and their child elements directly from your list. -- Drag & drop elements from your list into Pimcore editors' drop targets. -- Share existing bookmark lists with other users. - -**Pimcore Datahub Webhooks** - -Main features: -- Send requests to your configured subscribers for a variation of events such as: - - Added, updated and deleted events for all kind of elements (Data Objects, Assets and Documents). - - Entered and completed events for workflows. -- Configure the payload sent to your subscribers: - - Define included element (sub) types and optionally include unpublished elements. - - Define workspaces for your requests among available data fields for Data Objects. - - Include binary data, such as videos, images, thumbnails and more for Assets. -- Limit event dispatching to subscribers for configured workspaces only. +## Most Important New Features +### Data Quality Management +A new Pimcore extension that allows to compute a data quality score for your Data Objects based on customized rules and visualize your data quality score in the Data Objects editor, grid and/or tree. + +More Details see [Data Quality Management Documentation](https://pimcore.com/docs/platform/Data_Quality_Management/). + + +### Bookmark Lists +As part of the new Backend Power Tools Pimcore extension, the Bookmark Lists allow to create bookmark lists for Assets, Data Objects, Documents and so organize content needed on a regular base. + +More Details see [Bookmark Lists Documentation](https://pimcore.com/docs/platform/Backend_Power_Tools/Bookmark_Lists/). + +### Pimcore Datahub Webhooks +A new Pimcore extension for the Datahub that allows to send requests to configured subscribers for a variation of events happening in Pimcore (adding, updating, deleting data, workflow transistions). + +More Details see [Datahub Webhooks Documentation](https://pimcore.com/docs/platform/Datahub_Webhooks/). ## Upgrade Notes -Before updating, have a look at all the upgrade notes relevant to your system: +Before updating, also have a look at the following upgrade notes if relevant to your system: +- Upgrade Portal Engine to Version 3.1.0, details see corresponding [upgrade notes](https://pimcore.com/docs/platform/Portal_Engine/Installation/Upgrade#upgrade-to-310). + From d894cc8cfb1ea765f463d502ff4ea335498bb09b Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 24 Aug 2023 12:53:19 +0200 Subject: [PATCH 14/21] Update 2023.2.md --- doc/02_Release_Notes/2023.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02_Release_Notes/2023.2.md b/doc/02_Release_Notes/2023.2.md index 3397443..29308d5 100644 --- a/doc/02_Release_Notes/2023.2.md +++ b/doc/02_Release_Notes/2023.2.md @@ -23,5 +23,5 @@ More Details see [Datahub Webhooks Documentation](https://pimcore.com/docs/platf ## Upgrade Notes Before updating, also have a look at the following upgrade notes if relevant to your system: -- Upgrade Portal Engine to Version 3.1.0, details see corresponding [upgrade notes](https://pimcore.com/docs/platform/Portal_Engine/Installation/Upgrade#upgrade-to-310). +- Consider the upgrade of Portal Engine to version 3.1.0, which will result in a Elastic Search index structure change. Details see corresponding [upgrade notes](https://pimcore.com/docs/platform/Portal_Engine/Installation/Upgrade#upgrade-to-310). From f6da3c1b1a27666b73d8b4e70a179971bbf281c0 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 24 Aug 2023 13:21:47 +0200 Subject: [PATCH 15/21] Update 01_Setup.md --- doc/01_Setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/01_Setup.md b/doc/01_Setup.md index 936a016..830aa95 100644 --- a/doc/01_Setup.md +++ b/doc/01_Setup.md @@ -16,12 +16,17 @@ Use following steps to setup Pimcore Platform Version in an existing project: Use following steps to setup Pimcore Platform Version for a new project: - Get skeleton via `composer create-project pimcore/skeleton my-project`. - Rename `composer.enterprise.json` to `composer.json` (overwrite existing). +- Add/update your enterprise repository to the composer.json with `composer config repositories.enterprise composer https://repo.pimcore.com//`. - Add your enterprise token to composer with `composer config --global --auth http-basic.enterprise.repo.pimcore.com token ` (if not already done). - Run `composer update` to install necessary additional requirements for Pimcore Platform Version and follow steps described below to install further Pimcore modules. +:::info +`` and `` you will get from your sales contact person at Pimcore. +::: + ## Working with Platform Version Once Pimcore Platform Version is set up, you can add included Pimcore modules with the matching version and update Pimcore From ad1d0fb3a0cccdb485ef58f268e12a23accaa882 Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:51:44 +0200 Subject: [PATCH 16/21] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5e10ecf..d54a79e 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC3", - "pimcore/data-hub-webhooks": "!=1.0.0-RC3", - "pimcore/backend-power-tools-bundle": "!=1.0.0-RC3", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC4", + "pimcore/data-hub-webhooks": "!=1.0.0-RC4", + "pimcore/backend-power-tools-bundle": "!=1.0.0-RC4", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", "pimcore/pimcore": "<11.0 || > 11.0.99" } From 50bda3ad839384a83e295650d98e0b786d1f8e41 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Mon, 28 Aug 2023 15:48:54 +0200 Subject: [PATCH 17/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d54a79e..9871742 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "pimcore/object-merger": "<4.0 || > 4.0.99", "pimcore/frontend-permission-toolkit-bundle": "<2.0 || > 2.0.99", "pimcore/advanced-object-search": "<5.0 || > 5.0.99", - "pimcore/admin-ui-classic-bundle": "!=v1.1.0-RC1", + "pimcore/admin-ui-classic-bundle": "<1.1 || > 1.1.99", "pimcore/system-info-bundle": "<1.0 || > 1.0.99", "pimcore/file-explorer-bundle": "<1.0 || > 1.0.99", "pimcore/personalization-bundle": "<1.0 || > 1.0.99", From ce714e100d8a772a245be626d39b6771b2d48701 Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:55:20 +0200 Subject: [PATCH 18/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9871742..902531b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC4", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC5", "pimcore/data-hub-webhooks": "!=1.0.0-RC4", "pimcore/backend-power-tools-bundle": "!=1.0.0-RC4", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", From 1f5d593124fcfc5658507340dbcf8bdc452e1364 Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:08:58 +0200 Subject: [PATCH 19/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 902531b..266e6a7 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC5", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC6", "pimcore/data-hub-webhooks": "!=1.0.0-RC4", "pimcore/backend-power-tools-bundle": "!=1.0.0-RC4", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", From 5dff256af70ac0c55d7c0a268b16488788f4370d Mon Sep 17 00:00:00 2001 From: mcop1 <89011527+mcop1@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:21:57 +0200 Subject: [PATCH 20/21] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 266e6a7..bce4629 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC6", + "pimcore/data-quality-management-bundle": "!=1.0.0-RC7", "pimcore/data-hub-webhooks": "!=1.0.0-RC4", "pimcore/backend-power-tools-bundle": "!=1.0.0-RC4", "pimcore/static-resolver-bundle": "!=1.0.0-RC1", From 54425e9d687c057d23861a22be45ea9ac20cc8ce Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 31 Aug 2023 11:18:53 +0200 Subject: [PATCH 21/21] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bce4629..c773921 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", "pimcore/ecommerce-framework-bundle": "<1.0 || > 1.0.99", "pimcore/newsletter-bundle": "<1.0 || > 1.0.99", - "pimcore/data-quality-management-bundle": "!=1.0.0-RC7", - "pimcore/data-hub-webhooks": "!=1.0.0-RC4", - "pimcore/backend-power-tools-bundle": "!=1.0.0-RC4", - "pimcore/static-resolver-bundle": "!=1.0.0-RC1", + "pimcore/data-quality-management-bundle": "<1.0 || > 1.0.99", + "pimcore/data-hub-webhooks": "<1.0 || > 1.0.99", + "pimcore/backend-power-tools-bundle": "<1.0 || > 1.0.99", + "pimcore/static-resolver-bundle": "<1.0 || > 1.0.99", "pimcore/pimcore": "<11.0 || > 11.0.99" } }