Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 15/umbraco-deploy/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ If you are upgrading to a new major version you can find the details about the b

This section contains the release notes for Umbraco Deploy 15 including all changes for this version.

#### [15.0.0-rc2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (October 24th 2024)

* Update CMS dependency to 15.0.0-rc2
* Add option to include all schema in a workspace export
* Add option to export from transfer queue
* Fix `BlockValue` obsoleted properties (set GUID keys instead of UDIs and support block level variants)
* Combine migrated grid editor with default Block Grid block configuration (set `RowMinSpan` and `RowMaxSpan` to `1` and `EditorSize` to `medium`)
* Restructure keys and add new UI localizations

#### [15.0.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (October 11th 2024)

* Compatibility with Umbraco 15
Expand All @@ -28,6 +37,10 @@ This section contains the release notes for Umbraco Deploy 15 including all chan

## Deploy Contrib

#### [15.0.0-rc2](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc1) (October 24th 2024)

* Update CMS and Deploy dependencies to 15.0.0-rc2

#### [15.0.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc1) (October 14th 2024)

* Compatibility with Umbraco 15 and Deploy 15
Expand Down
6 changes: 5 additions & 1 deletion 15/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: >-
Get an overview of the things changed and fixed in each version of Umbraco
Forms.
Forms.
---

# Release Notes
Expand Down Expand Up @@ -44,6 +44,10 @@ This section contains the release notes for Umbraco Forms 15 including all chang

This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data.

#### [**15.0.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(October 24th 2024)**

* Update Forms and Deploy dependencies to 15.0.0-rc2

#### [**15.0.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(October 14th 2024)**

* Compatibility with Umbraco 15 and Deploy 15
Expand Down
Loading