diff --git a/composer.json b/composer.json index 25875c7..2bd7175 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "pimcore/data-hub-productsup": "<2.0 || > 2.0.99", "pimcore/data-hub-simple-rest": "<2.0 || > 2.0.99", "pimcore/direct-edit": "<2.0 || > 2.0.99", - "pimcore/headless-documents": "<2.0 || > 2.0.99", + "pimcore/headless-documents": "<2.1 || > 2.1.99", "pimcore/openid-connect": "<1.1 || > 1.1.99", "pimcore/portal-engine": "<3.1 || > 3.1.99", "pimcore/statistics-explorer": "<2.0 || > 2.0.99", @@ -25,16 +25,20 @@ "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.2 || > 1.2.99", + "pimcore/admin-ui-classic-bundle": "<1.3 || > 1.3.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", "pimcore/google-marketing-bundle": "<1.0 || > 1.0.99", - "pimcore/web-to-print-bundle": "<1.0 || > 1.0.99", + "pimcore/web-to-print-bundle": "<1.1 || > 1.1.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 || > 1.0.99", + "pimcore/newsletter-bundle": "<1.1 || > 1.1.99", + "pimcore/data-quality-management-bundle": "<1.1 || > 1.1.99", "pimcore/data-hub-webhooks": "<1.0 || > 1.0.99", + "pimcore/backend-power-tools-bundle": "<1.1 || > 1.1.99", + "pimcore/workflow-automation-integration-bundle": "<1.0 || > 1.0.99", + "pimcore/static-resolver-bundle": "<1.2 || > 1.2.99", + "pimcore/admin-ui-classic-light-theme-bundle": "<1.0 || > 1.0.99", "pimcore/pimcore": "<11.1 || > 11.1.99" } } diff --git a/doc/02_Release_Notes/2023.3.md b/doc/02_Release_Notes/2023.3.md new file mode 100644 index 0000000..17b3f18 --- /dev/null +++ b/doc/02_Release_Notes/2023.3.md @@ -0,0 +1,24 @@ +# Release 2023.3 + +Here you will find all the important new features and release notes of the Platform Version 2023.3 release. + +## Most Important New Features + +### Select Options +A new core feature that empowers users to effortlessly manage select and multiselect fields within data objects by utilizing predefined select options. +This feature enables you to establish a centralized repository of select options, streamlining their utilization across various definitions, including Class definitions, Field collections, and Object bricks. +Furthermore, these options can be managed and secured according to specific user permissions. + +More Details see [Select Options Documentation](https://pimcore.com/docs/platform/Pimcore/Objects/Object_Classes/Data_Types/Select_Options). + +### Quantity Value Units - Export/Import +Introduced the ability to export Quantity Value (QV) unit definitions to JSON files, and these files can then be seamlessly imported into other environments. +This functionality is designed to address the common challenge of repeatedly defining QV units across multiple environments, ultimately optimizing deployment processes for a more efficient and consistent workflow. + +There's also a command for importing unit definitions `pimcore:definition:import:units` + + +## Upgrade Notes +Before updating, have a look at all the upgrade notes relevant to your system: +- Pimcore Core Framework [Upgrade Notes](https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/Upgrade_Notes/#pimcore-1110) +- Admin UI Classic Bundle [CHANGELOG](https://github.com/pimcore/admin-ui-classic-bundle/blob/1.x/CHANGELOG.md#v120) diff --git a/doc/02_Release_Notes/README.md b/doc/02_Release_Notes/README.md index f9ea331..f1829ca 100644 --- a/doc/02_Release_Notes/README.md +++ b/doc/02_Release_Notes/README.md @@ -1,6 +1,7 @@ # Release Notes -Following list inlcudes all available Platform Version release notes: +Following list includes all available Platform Version release notes: - [2023.1](./2023.1.md) - [2023.2](./2023.2.md) +- [2023.3](./2023.3.md)