Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparations for platform release 2023.3 #18

Merged
merged 11 commits into from
Nov 22, 2023
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +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 || > 1.0.99",
"pimcore/data-quality-management-bundle": "<1.1 || > 1.1.99",
fashxp marked this conversation as resolved.
Show resolved Hide resolved
"pimcore/data-hub-webhooks": "<1.0 || > 1.0.99",
"pimcore/backend-power-tools-bundle": "<1.1 || > 1.1.99",
"pimcore/static-resolver-bundle": "<1.2 || > 1.2.99",
"pimcore/pimcore": "<11.1 || > 11.1.99"
}
}
24 changes: 24 additions & 0 deletions doc/02_Release_Notes/2023.3.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 2 additions & 1 deletion doc/02_Release_Notes/README.md
Original file line number Diff line number Diff line change
@@ -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)