From 0f3b3cbd6c364b23cec42b90c76023c7ac0c456b Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Wed, 13 Dec 2023 10:19:50 +0100 Subject: [PATCH] Opensource platform version (#25) * update docs * update docs * update installation instructions * added more docs to platform version * added more docs to platform version --- README.md | 4 +- doc/01_Setup.md | 16 ++--- doc/02_Platform_Version_Releases/2022.0.md | 28 +++++++++ doc/02_Platform_Version_Releases/2023.1.md | 36 ++++++++++++ doc/02_Platform_Version_Releases/2023.2.md | 39 +++++++++++++ doc/02_Platform_Version_Releases/2023.3.md | 41 +++++++++++++ doc/02_Platform_Version_Releases/README.md | 13 +++++ .../2023.1.md | 0 .../2023.2.md | 0 .../2023.3.md | 58 +++++++++---------- .../README.md | 0 11 files changed, 193 insertions(+), 42 deletions(-) create mode 100644 doc/02_Platform_Version_Releases/2022.0.md create mode 100644 doc/02_Platform_Version_Releases/2023.1.md create mode 100644 doc/02_Platform_Version_Releases/2023.2.md create mode 100644 doc/02_Platform_Version_Releases/2023.3.md create mode 100644 doc/02_Platform_Version_Releases/README.md rename doc/{02_Release_Notes => 03_Release_Notes}/2023.1.md (100%) rename doc/{02_Release_Notes => 03_Release_Notes}/2023.2.md (100%) rename doc/{02_Release_Notes => 03_Release_Notes}/2023.3.md (81%) rename doc/{02_Release_Notes => 03_Release_Notes}/README.md (100%) diff --git a/README.md b/README.md index ad6eb07..c3d0c26 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ select specific and compatible module versions and update each of them separatel As all the modules add up to significant number, it might become a challenge to keep track of every module, their releases and features, and to find the optimal combination of versions of all the needed modules. -This is, where the Pimcore Platform Version comes in. It is an additional enterprise service provided by Pimcore and +This is, where the Pimcore Platform Version comes in. It is an additional service provided by Pimcore and provides a set of specific versions of all Pimcore modules which work together as they are compatible and explicitly tested with each other and verified by Pimcore. @@ -46,4 +46,4 @@ The versioning schema follows semantic versioning and is Major.Minor (e.g. 2023. ## Further Reads - [Setup and working with Platform Versions](./doc/01_Setup.md) -- [Release Notes](./doc/02_Release_Notes/README.md) \ No newline at end of file +- [Release Notes](doc/03_Release_Notes/README.md) diff --git a/doc/01_Setup.md b/doc/01_Setup.md index 830aa95..5385d39 100644 --- a/doc/01_Setup.md +++ b/doc/01_Setup.md @@ -7,26 +7,20 @@ On technical level, the Platform Version comes as a composer dependency and can ### Setup with existing project Use following steps to setup Pimcore Platform Version in an existing project: -- Add Pimcore enterprise repository to project and setup authentication token (if not already done). -- Install platform version via `composer require pimcore/platform-version` and follow steps described - below to install further Pimcore modules. +- Install platform version via `composer require pimcore/platform-version` and follow steps described + below to install further Pimcore modules. Eventually you need to adapt versions of other + pimcore packages to apply to versions required by platform version. Please follow instructions of composer. ### Setup with new 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). +- Install platform version via `composer require pimcore/platform-version`. Eventually you need to adapt versions of other + pimcore packages to apply to versions required by platform version. Please follow instructions of composer. - 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 diff --git a/doc/02_Platform_Version_Releases/2022.0.md b/doc/02_Platform_Version_Releases/2022.0.md new file mode 100644 index 0000000..854a769 --- /dev/null +++ b/doc/02_Platform_Version_Releases/2022.0.md @@ -0,0 +1,28 @@ +# 2022.0 (LTS) + +Following table lists all Pimcore modules and their version included in platform release 2022.0: + +| Package Name | Included Version | +|-------------------------------------------------------| ---------------- | +| [pimcore/pimcore](https://github.com/pimcore/pimcore) | 10.6 | +| [pimcore/advanced-object-search](https://github.com/pimcore/advanced-object-search) | 5.0 | +| [pimcore/frontend-permission-toolkit-bundle](https://github.com/pimcore/frontend-permission-toolkit) | 1.5 | +| [pimcore/object-merger](https://github.com/pimcore/object-merger) | 3.0 | +| [pimcore/output-data-config-toolkit-bundle](https://github.com/pimcore/output-data-config-toolkit) | 4.1 | +| [pimcore/perspective-editor](https://github.com/pimcore/perspective-editor) | 1.6 | +| [pimcore/web2print-tools-bundle](https://github.com/pimcore/web2print-tools) | 4.0 | +| [pimcore/customer-management-framework-bundle](https://github.com/pimcore/customer-data-framework) | 3.4 | +| [pimcore/data-hub](https://github.com/pimcore/data-hub) | 1.6 | +| [pimcore/data-importer](https://github.com/pimcore/data-importer) | 1.8 | +| [pimcore/workflow-designer](https://github.com/pimcore/workflow-designer) | 1.1 | +| [pimcore/translations-provider-interfaces](https://github.com/pimcore/translations-provider-interfaces) | 3.0 | +| [pimcore/statistics-explorer](https://github.com/pimcore/statistics-explorer) | 2.0 | +| [pimcore/portal-engine](https://github.com/pimcore/portal-engine) | 3.1 | +| [pimcore/openid-connect](https://github.com/pimcore/openid-connect) | 1.1 | +| [pimcore/headless-documents](https://github.com/pimcore/headless-documents) | 2.0 | +| [pimcore/direct-edit](https://github.com/pimcore/direct-edit) | 2.0 | +| [pimcore/data-hub-simple-rest](https://github.com/pimcore/data-hub-simple-rest) | 2.0 | +| [pimcore/data-hub-productsup](https://github.com/pimcore/data-hub-productsup) | 1.3 | +| [pimcore/data-hub-file-export](https://github.com/pimcore/data-hub-file-export) | 2.0 | +| [pimcore/data-hub-ci-hub](https://github.com/pimcore/data-hub-ci-hub) | 1.2 | +| [pimcore/asset-metadata-class-definitions](https://github.com/pimcore/asset-metadata-class-definitions) | 2.0 | diff --git a/doc/02_Platform_Version_Releases/2023.1.md b/doc/02_Platform_Version_Releases/2023.1.md new file mode 100644 index 0000000..9e7430f --- /dev/null +++ b/doc/02_Platform_Version_Releases/2023.1.md @@ -0,0 +1,36 @@ +# 2023.1 + +Following table lists all Pimcore modules and their version included in platform release 2023.1: + +| Package Name | Included Version | +|--------------------------------------------------------------------------------------------|------------------| +| [pimcore/pimcore](https://github.com/pimcore/pimcore) | 11.0 | +| [pimcore/newsletter-bundle](https://github.com/pimcore/newsletter-bundle) | 1.0 | +| [pimcore/ecommerce-framework-bundle](https://github.com/pimcore/ecommerce-framework-bundle) | 1.0 | +| [pimcore/web-to-print-bundle](https://github.com/pimcore/web-to-print-bundle) | 1.0 | +| [pimcore/google-marketing-bundle](https://github.com/pimcore/google-marketing-bundle) | 1.0 | +| [pimcore/personalization-bundle](https://github.com/pimcore/personalization-bundle) | 1.0 | +| [pimcore/file-explorer-bundle](https://github.com/pimcore/file-explorer-bundle) | 1.0 | +| [pimcore/system-info-bundle](https://github.com/pimcore/system-info-bundle) | 1.0 | +| [ppimcore/admin-ui-classic-bundle](https://github.com/pimcore/admin-ui-classic-bundle) | 1.0 | +| [pimcore/advanced-object-search](https://github.com/pimcore/advanced-object-search) | 5.0 | +| [pimcore/frontend-permission-toolkit-bundle](https://github.com/pimcore/frontend-permission-toolkit) | 2.0 | +| [pimcore/object-merger](https://github.com/pimcore/object-merger) | 4.0 | +| [pimcore/output-data-config-toolkit-bundle](https://github.com/pimcore/output-data-config-toolkit) | 5.0 | +| [pimcore/perspective-editor](https://github.com/pimcore/perspective-editor) | 1.6 | +| [pimcore/web2print-tools-bundle](https://github.com/pimcore/web2print-tools) | 5.0 | +| [pimcore/customer-management-framework-bundle](https://github.com/pimcore/customer-data-framework) | 4.0 | +| [pimcore/data-hub](https://github.com/pimcore/data-hub) | 1.6 | +| [pimcore/data-importer](https://github.com/pimcore/data-importer) | 1.8 | +| [pimcore/workflow-designer](https://github.com/pimcore/workflow-designer) | 1.1 | +| [pimcore/translations-provider-interfaces](https://github.com/pimcore/translations-provider-interfaces) | 3.0 | +| [pimcore/statistics-explorer](https://github.com/pimcore/statistics-explorer) | 2.0 | +| [pimcore/portal-engine](https://github.com/pimcore/portal-engine) | 3.0 | +| [pimcore/openid-connect](https://github.com/pimcore/openid-connect) | 1.1 | +| [pimcore/headless-documents](https://github.com/pimcore/headless-documents) | 2.0 | +| [pimcore/direct-edit](https://github.com/pimcore/direct-edit) | 2.0 | +| [pimcore/data-hub-simple-rest](https://github.com/pimcore/data-hub-simple-rest) | 2.0 | +| [pimcore/data-hub-productsup](https://github.com/pimcore/data-hub-productsup) | 2.0 | +| [pimcore/data-hub-file-export](https://github.com/pimcore/data-hub-file-export) | 2.0 | +| [pimcore/data-hub-ci-hub](https://github.com/pimcore/data-hub-ci-hub) | 1.2 | +| [pimcore/asset-metadata-class-definitions](https://github.com/pimcore/asset-metadata-class-definitions) | 2.0 | diff --git a/doc/02_Platform_Version_Releases/2023.2.md b/doc/02_Platform_Version_Releases/2023.2.md new file mode 100644 index 0000000..54584a1 --- /dev/null +++ b/doc/02_Platform_Version_Releases/2023.2.md @@ -0,0 +1,39 @@ +# 2023.2 + +Following table lists all Pimcore modules and their version included in platform release 2023.2: + +| Package Name | Included Version | +|--------------------------------------------------------------------------------------------|------------------| +| [pimcore/pimcore](https://github.com/pimcore/pimcore) | 11.0 | +| [pimcore/newsletter-bundle](https://github.com/pimcore/newsletter-bundle) | 1.0 | +| [pimcore/ecommerce-framework-bundle](https://github.com/pimcore/ecommerce-framework-bundle) | 1.0 | +| [pimcore/web-to-print-bundle](https://github.com/pimcore/web-to-print-bundle) | 1.0 | +| [pimcore/google-marketing-bundle](https://github.com/pimcore/google-marketing-bundle) | 1.0 | +| [pimcore/personalization-bundle](https://github.com/pimcore/personalization-bundle) | 1.0 | +| [pimcore/file-explorer-bundle](https://github.com/pimcore/file-explorer-bundle) | 1.0 | +| [pimcore/system-info-bundle](https://github.com/pimcore/system-info-bundle) | 1.0 | +| [ppimcore/admin-ui-classic-bundle](https://github.com/pimcore/admin-ui-classic-bundle) | 1.1 | +| [pimcore/advanced-object-search](https://github.com/pimcore/advanced-object-search) | 5.0 | +| [pimcore/frontend-permission-toolkit-bundle](https://github.com/pimcore/frontend-permission-toolkit) | 2.0 | +| [pimcore/object-merger](https://github.com/pimcore/object-merger) | 4.0 | +| [pimcore/output-data-config-toolkit-bundle](https://github.com/pimcore/output-data-config-toolkit) | 5.0 | +| [pimcore/perspective-editor](https://github.com/pimcore/perspective-editor) | 1.6 | +| [pimcore/web2print-tools-bundle](https://github.com/pimcore/web2print-tools) | 5.0 | +| [pimcore/customer-management-framework-bundle](https://github.com/pimcore/customer-data-framework) | 4.0 | +| [pimcore/data-hub](https://github.com/pimcore/data-hub) | 1.6 | +| [pimcore/data-importer](https://github.com/pimcore/data-importer) | 1.8 | +| [pimcore/workflow-designer](https://github.com/pimcore/workflow-designer) | 1.1 | +| [pimcore/translations-provider-interfaces](https://github.com/pimcore/translations-provider-interfaces) | 3.0 | +| [pimcore/statistics-explorer](https://github.com/pimcore/statistics-explorer) | 2.0 | +| [pimcore/portal-engine](https://github.com/pimcore/portal-engine) | 3.1 | +| [pimcore/openid-connect](https://github.com/pimcore/openid-connect) | 1.1 | +| [pimcore/headless-documents](https://github.com/pimcore/headless-documents) | 2.0 | +| [pimcore/direct-edit](https://github.com/pimcore/direct-edit) | 2.0 | +| [pimcore/data-hub-simple-rest](https://github.com/pimcore/data-hub-simple-rest) | 2.0 | +| [pimcore/data-hub-productsup](https://github.com/pimcore/data-hub-productsup) | 1.3 | +| [pimcore/data-hub-file-export](https://github.com/pimcore/data-hub-file-export) | 2.0 | +| [pimcore/data-hub-ci-hub](https://github.com/pimcore/data-hub-ci-hub) | 1.2 | +| [pimcore/data-quality-management-bundle](https://github.com/pimcore/data-quality-management-bundle) | 1.0 | +| [pimcore/data-hub-webhooks](https://github.com/pimcore/data-hub-webhooks) | 1.0 | +| [pimcore/backend-power-tools-bundle](https://github.com/pimcore/backend-power-tools-bundle) | 1.0 | +| [pimcore/static-resolver-bundle](https://github.com/pimcore/static-resolver-bundle) | 1.0 | diff --git a/doc/02_Platform_Version_Releases/2023.3.md b/doc/02_Platform_Version_Releases/2023.3.md new file mode 100644 index 0000000..c5eeb82 --- /dev/null +++ b/doc/02_Platform_Version_Releases/2023.3.md @@ -0,0 +1,41 @@ +# 2023.3 (LTS) + +Following table lists all Pimcore modules and their version included in platform release 2023.3: + +| Package Name | Included Version | +|-------------------------------------------------------------------------------------------|------------------| +| [pimcore/pimcore](https://github.com/pimcore/pimcore) | 11.1 | +| [pimcore/newsletter-bundle](https://github.com/pimcore/newsletter-bundle) | 1.1 | +| [pimcore/ecommerce-framework-bundle](https://github.com/pimcore/ecommerce-framework-bundle) | 1.0 | +| [pimcore/web-to-print-bundle](https://github.com/pimcore/web-to-print-bundle) | 1.1 | +| [pimcore/google-marketing-bundle](https://github.com/pimcore/google-marketing-bundle) | 1.0 | +| [pimcore/personalization-bundle](https://github.com/pimcore/personalization-bundle) | 1.0 | +| [pimcore/file-explorer-bundle](https://github.com/pimcore/file-explorer-bundle) | 1.0 | +| [pimcore/system-info-bundle](https://github.com/pimcore/system-info-bundle) | 1.0 | +| [ppimcore/admin-ui-classic-bundle](https://github.com/pimcore/admin-ui-classic-bundle) | 1.3 | +| [pimcore/advanced-object-search](https://github.com/pimcore/advanced-object-search) | 5.0 | +| [pimcore/frontend-permission-toolkit-bundle](https://github.com/pimcore/frontend-permission-toolkit) | 2.0 | +| [pimcore/object-merger](https://github.com/pimcore/object-merger) | 4.0 | +| [pimcore/output-data-config-toolkit-bundle](https://github.com/pimcore/output-data-config-toolkit) | 5.0 | +| [pimcore/perspective-editor](https://github.com/pimcore/perspective-editor) | 1.7 | +| [pimcore/web2print-tools-bundle](https://github.com/pimcore/web2print-tools) | 5.0 | +| [pimcore/customer-management-framework-bundle](https://github.com/pimcore/customer-data-framework) | 4.0 | +| [pimcore/data-hub](https://github.com/pimcore/data-hub) | 1.6 | +| [pimcore/data-importer](https://github.com/pimcore/data-importer) | 1.8 | +| [pimcore/workflow-designer](https://github.com/pimcore/workflow-designer) | 1.1 | +| [pimcore/translations-provider-interfaces](https://github.com/pimcore/translations-provider-interfaces) | 3.0 | +| [pimcore/statistics-explorer](https://github.com/pimcore/statistics-explorer) | 2.0 | +| [pimcore/portal-engine](https://github.com/pimcore/portal-engine) | 3.1 | +| [pimcore/openid-connect](https://github.com/pimcore/openid-connect) | 1.1 | +| [pimcore/headless-documents](https://github.com/pimcore/headless-documents) | 2.1 | +| [pimcore/direct-edit](https://github.com/pimcore/direct-edit) | 2.0 | +| [pimcore/data-hub-simple-rest](https://github.com/pimcore/data-hub-simple-rest) | 2.0 | +| [pimcore/data-hub-productsup](https://github.com/pimcore/data-hub-productsup) | 1.3 | +| [pimcore/data-hub-file-export](https://github.com/pimcore/data-hub-file-export) | 2.0 | +| [pimcore/data-hub-ci-hub](https://github.com/pimcore/data-hub-ci-hub) | 1.2 | +| [pimcore/data-quality-management-bundle](https://github.com/pimcore/data-quality-management-bundle) | 1.1 | +| [pimcore/data-hub-webhooks](https://github.com/pimcore/data-hub-webhooks) | 1.0 | +| [pimcore/backend-power-tools-bundle](https://github.com/pimcore/backend-power-tools-bundle) | 1.1 | +| [pimcore/static-resolver-bundle](https://github.com/pimcore/static-resolver-bundle) | 1.2 | +| [pimcore/workflow-automation-integration-bundle](https://github.com/pimcore/workflow-automation-integration-bundle) | 1.0 | +| [pimcore/ee-admin-ui-classic-light-theme-bundle](https://github.com/pimcore/ee-admin-ui-classic-light-theme-bundle) | 1.0 | \ No newline at end of file diff --git a/doc/02_Platform_Version_Releases/README.md b/doc/02_Platform_Version_Releases/README.md new file mode 100644 index 0000000..a833130 --- /dev/null +++ b/doc/02_Platform_Version_Releases/README.md @@ -0,0 +1,13 @@ +# Platform Version Releases + +Following platform version releases are available. + +| Version | Release Notes | Module Details | Is LTS | LTS support until | +|---------|------------------------------------------------|----------------------| ----- |--------------------| +| 2022.0 | - | [Details](2022.0.md) | ✅ | August 2025 | +| 2023.1 | [Release Notes](../03_Release_Notes/2023.1.md) | [Details](2023.1.md) | ❌ | - | +| 2023.2 | [Release Notes](../03_Release_Notes/2023.2.md) | [Details](2023.2.md) | ❌ | ❌ | +| 2023.3 | [Release Notes](../03_Release_Notes/2023.3.md) | [Details](2023.3.md) | ✅ | December 2025 | + +Community support of a platform version ends after release of next platform version. LTS labeled platform versions and +their corresponding module versions have extended LTS support. \ No newline at end of file diff --git a/doc/02_Release_Notes/2023.1.md b/doc/03_Release_Notes/2023.1.md similarity index 100% rename from doc/02_Release_Notes/2023.1.md rename to doc/03_Release_Notes/2023.1.md diff --git a/doc/02_Release_Notes/2023.2.md b/doc/03_Release_Notes/2023.2.md similarity index 100% rename from doc/02_Release_Notes/2023.2.md rename to doc/03_Release_Notes/2023.2.md diff --git a/doc/02_Release_Notes/2023.3.md b/doc/03_Release_Notes/2023.3.md similarity index 81% rename from doc/02_Release_Notes/2023.3.md rename to doc/03_Release_Notes/2023.3.md index 0b2d6a5..137f5b8 100644 --- a/doc/02_Release_Notes/2023.3.md +++ b/doc/03_Release_Notes/2023.3.md @@ -1,14 +1,14 @@ # Release 2023.3 -Here you will find all the important new features and release notes of the Platform Version 2023.3 release. +Here you will find all the important new features and release notes of the Platform Version 2023.3 release. ## Most Important New Features ### Admin UX/UI Improvements -Besides the ongoing development for the all new Admin UI, we decided also to improve the existing Admin UI with following aspects: -- Changing to a light theme -- Refactoring of the main navigation +Besides the ongoing development for the all new Admin UI, we decided also to improve the existing Admin UI with following aspects: +- Changing to a light theme +- Refactoring of the main navigation - Refactoring of the editor toolbar These changes come in an enterprise extension and thus can be activated on instance level. Details see [extension documentation](../../Light_Theme_Admin_UI/). @@ -16,28 +16,28 @@ These changes come in an enterprise extension and thus can be activated on insta ### Workflow Automation Integration -The new enterprise extension **Workflow Automation Integration** allows the download of templates of configuration templates for -workflow automation engines to easily set up different use cases and tailor them to your specific -needs and so speed-up integration of Pimcore with any third party system. +The new enterprise extension **Workflow Automation Integration** allows the download of templates of configuration templates for +workflow automation engines to easily set up different use cases and tailor them to your specific +needs and so speed-up integration of Pimcore with any third party system. -In its first version, the Workflow Automation Integration will be shipped with templates for [N8N](https://n8n.io/), generated based -on existing datahub configurations. +In its first version, the Workflow Automation Integration will be shipped with templates for [N8N](https://n8n.io/), generated based +on existing Datahub configurations. More Details see [Workflow Automation Integration documentation](../../Workflow_Automation/). ### Alternative Elements Trees -An addition to the Backend Power Tools extension that allows you to configure different views of your data objects and so display additional trees with +An addition to the Backend Power Tools extension that allows you to configure different views of your data objects and so display additional trees with virtual folder structures and hierarchies based on groupings of data attributes. The configuration takes place in an easy-to-use configuration window. -Some usage examples for the Alternative Elements Trees would be: +Some usage examples for the Alternative Elements Trees would be: - Group and organize data based on technical attributes. -- Organize data in multiple classification hierarchies. -- Catalog management for specific output channels. -- Overview for variants management (e.g. products of a specific color or size). -- Data governance. Check values regarding consistency. +- Organize data in multiple classification hierarchies. +- Catalog management for specific output channels. +- Overview for variants management (e.g. products of a specific color or size). +- Data governance. Check values regarding consistency. More Details see [Alternative Elements Trees documentation](../../Backend_Power_Tools/Alternative_Element_Trees/). @@ -46,21 +46,21 @@ More Details see [Alternative Elements Trees documentation](../../Backend_Power_ Alongside ongoing product maintenance, this platform releases includes a new minor version of the the Core Framework which introduces the following new features: #### Centralized Select Options definition via Backend Admin UI -Manage select and multiselect fields within data objects using predefined options created and maintained in the Backend Admin UI. With this new feature, -users can easily define a master set of select options that can be used in multiple fields across various definitions, such as Class definitions, Field collections, -and Object bricks. +Manage select and multiselect fields within data objects using predefined options created and maintained in the Backend Admin UI. With this new feature, +users can easily define a master set of select options that can be used in multiple fields across various definitions, such as Class definitions, Field collections, +and Object bricks. Furthermore, these options can be managed and secured according to specific user permissions. -Similar to Class definitions, you can create Select Option definitions that are easily deployable and rebuildable. +Similar to Class definitions, you can create Select Option definitions that are easily deployable and rebuildable. -Big thank you to K J Kooistra from our partner youwe for that contribution. +Big thank you to K J Kooistra from our partner youwe for that contribution. More Details see [Select Options Documentation](../../Pimcore/Objects/Object_Classes/Data_Types/Select_Options). #### Quantity value unit definitions - Export/Import -This feature introduces support for exporting Quantity Value unit definitions into JSON files, which can then be imported into other environments. This functionality -resolves the issue of repeatedly defining QV units across different environments and contributes to better deployment scenarios. +This feature introduces support for exporting Quantity Value unit definitions into JSON files, which can then be imported into other environments. This functionality +resolves the issue of repeatedly defining QV units across different environments and contributes to better deployment scenarios. There's also a command for importing unit definitions `pimcore:definition:import:units` @@ -68,15 +68,15 @@ Thank you to Purshottam Nepal from our partner Javra Software for that contribut #### Improved Security -Allover security was improved by -- adding sanitizing checks for PDFs to remove potential unsafe Javascript codes. -- making Password Recovery Token to be one time use only. -- checking if new password is NOT the same as the old one when resetting. +Allover security was improved by +- adding sanitizing checks for PDFs to remove potential unsafe Javascript codes. +- making Password Recovery Token to be one time use only. +- checking if new password is NOT the same as the old one when resetting. #### Improved Performance -Performance was improved -- by introducing options to disable some asset background job like counting pages, extract text & generating thumbs. -- for opening assets by precalculating spherical data in background processes. +Performance was improved +- by introducing options to disable some asset background job like counting pages, extract text & generating thumbs. +- for opening assets by precalculating spherical data in background processes. - by saving DataObject properties are with dirty state only (not on every save anymore). diff --git a/doc/02_Release_Notes/README.md b/doc/03_Release_Notes/README.md similarity index 100% rename from doc/02_Release_Notes/README.md rename to doc/03_Release_Notes/README.md