diff --git a/10/umbraco-deploy/release-notes.md b/10/umbraco-deploy/release-notes.md index 16dcd752604..b1ff5b7f155 100644 --- a/10/umbraco-deploy/release-notes.md +++ b/10/umbraco-deploy/release-notes.md @@ -450,6 +450,10 @@ This section contains the release notes for Umbraco Deploy 4 and 10 including al ## Deploy Contrib +#### [10.3.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-10.3.0) (August 15th 2024) + +* All items from 10.3.0-rc1 + #### [10.3.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-10.3.0-rc1) (July 19th 2024) * Skip empty pre-values [#63](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/63) @@ -487,6 +491,10 @@ This section contains the release notes for Umbraco Deploy 4 and 10 including al
Version 4 +#### [4.4.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-4.4.0) (August 15th 2024) + +* All items from 4.4.0-rc1 + #### [4.4.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-4.4.0-rc1) (July 19th 2024) * Skip empty pre-values [#63](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/63) diff --git a/12/umbraco-deploy/release-notes.md b/12/umbraco-deploy/release-notes.md index cf7858cb2bc..54e7e1b58b6 100644 --- a/12/umbraco-deploy/release-notes.md +++ b/12/umbraco-deploy/release-notes.md @@ -122,6 +122,10 @@ This section contains the release notes for Umbraco Deploy 12 including all chan ## Deploy Contrib +#### [12.2.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-12.2.0) (August 15th 2024) + +* All items from 12.2.0-rc1 + #### [12.2.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-12.2.0-rc1) (July 19th 2024) * Skip empty pre-values [#63](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/63) @@ -129,7 +133,7 @@ This section contains the release notes for Umbraco Deploy 12 including all chan #### [12.1.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-12.1.0) (March 19th 2024) -* All items from 10.2.0-rc1 +* All items from 12.1.0-rc1 #### [12.1.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-12.1.0-rc1) (March 5th 2024) diff --git a/13/umbraco-deploy/release-notes.md b/13/umbraco-deploy/release-notes.md index 40efd677c2b..a1c361aeaf6 100644 --- a/13/umbraco-deploy/release-notes.md +++ b/13/umbraco-deploy/release-notes.md @@ -17,6 +17,14 @@ 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 13 including all changes for this version. +#### [13.2.0](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) (August 15th 2024) + +* All items from 13.2.0-rc1 +* Fixed `Could not create Udi node: {Id} and entity type {EntityType}` exception when exporting tree nodes without children +* Fixed deploy signatures not getting cleared when members are deleted [#230]( https://github.com/umbraco/Umbraco.Deploy.Issues/issues/230) +* Allow members to be deployed when selected as items in a multi-node tree picker [#231](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/231) +* Apply `ExcludedEntityTypes` configuration to disk operations [#232](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/232) + #### [13.2.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) (July 19th 2024) * Add migrators to support legacy Grid layout to Block Grid migration @@ -104,6 +112,10 @@ This section contains the release notes for Umbraco Deploy 13 including all chan ## Deploy Contrib +#### [13.2.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-13.2.0) (August 15th 2024) + +* All items from 13.2.0-rc1 + #### [13.2.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-13.2.0-rc1) (July 19th 2024) * Skip empty pre-values [#63](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/63) diff --git a/14/umbraco-deploy/release-notes.md b/14/umbraco-deploy/release-notes.md index 3c8c79614b0..a9ec31f223c 100644 --- a/14/umbraco-deploy/release-notes.md +++ b/14/umbraco-deploy/release-notes.md @@ -18,6 +18,22 @@ 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 13 including all changes for this version. +#### [14.1.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) (August 20th 2024) + +* Support getting artifacts from exploded/expanded `NamedUdiRange` with different entity types +* Fixed typo in `DefaultLegacyDataTypeConfigurationArtifactMigrator` when migrating Color Picker items in v8 format + +#### [14.1.0](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.0) (August 15th 2024) + +* All items from 14.1.0-rc1 +* Fixed `Could not create Udi node: {Id} and entity type {EntityType}` exception when exporting tree nodes without children +* Fixed deploy signatures not getting cleared when members are deleted [#230]( https://github.com/umbraco/Umbraco.Deploy.Issues/issues/230) +* Allow members to be deployed when selected as items in a multi-node tree picker [#231](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/231) +* Apply `ExcludedEntityTypes` configuration to disk operations [#232](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/232) +* Fixed issues with partial restore from an external tree that contains more than one entity +* Fixed formatting of trial expiry days and added missing translations [#229](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/229) +* Fixed `Could not get physical path for "umb://template-file/".` exception when deploying/exporting template without physical file on disk + #### [14.1.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.0) (July 19th 2024) * Add migrators to support legacy Grid layout to Block Grid migration @@ -53,6 +69,10 @@ This section contains the release notes for Umbraco Deploy 13 including all chan ## Deploy Contrib +#### [14.1.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-14.1.0) (August 15th 2024) + +* All items from 14.1.0-rc1 + #### [14.1.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-14.1.0-rc1) (July 19th 2024) * Add Matryoshka Group Separator artifact migrator [#67](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/67)