Skip to content

Commit

Permalink
GITBOOK-76: November Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofie Toft Kristensen authored and gitbook-bot committed Dec 4, 2024
1 parent 7137be7 commit 0b49d31
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 74 deletions.
3 changes: 1 addition & 2 deletions generic/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* [Changelogs](changelogs/README.md)
* [Umbraco CMS](changelogs/umbraco-cms.md)
* [Umbraco Cloud](changelogs/umbraco-cloud.md)
* [Umbraco Forms](changelogs/umbraco-forms.md)
* [Umbraco Commerce](changelogs/umbraco-commerce.md)
* [Add-on Products](changelogs/add-on-products.md)

## Getting Started

Expand Down
8 changes: 2 additions & 6 deletions generic/changelogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ We are currently figuring out how to utilize the changelogs for the documentatio
[umbraco-cms.md](umbraco-cms.md)
{% endcontent-ref %}

{% content-ref url="umbraco-forms.md" %}
[umbraco-forms.md](umbraco-forms.md)
{% content-ref url="add-on-products.md" %}
[add-on-products.md](add-on-products.md)
{% endcontent-ref %}

{% content-ref url="umbraco-cloud.md" %}
[umbraco-cloud.md](umbraco-cloud.md)
{% endcontent-ref %}

{% content-ref url="umbraco-commerce.md" %}
[umbraco-commerce.md](umbraco-commerce.md)
{% endcontent-ref %}
134 changes: 134 additions & 0 deletions generic/changelogs/add-on-products.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
---
description: Changes made to the documentation for the addon products.
---

# Add-on Products

On this page, you can find a summary of significant changes made to the documentation for the addon products for Umbraco CMS.

{% hint style="danger" %}
This page does not contain information about changes made to the products.

Refer to the release notes found on the documentation site for each product.
{% endhint %}

## November Highlights

{% tabs %}
{% tab title="Forms" %}
### New

* Published [documentation for version 15](https://docs.umbraco.com/umbraco-forms).
* Guide: [Handling Sensitive Data](https://docs.umbraco.com/umbraco-forms/developer/security#handling-sensitive-data-in-umbraco-forms).
* Tutorial: [Creating a Multi-Page Form](https://docs.umbraco.com/umbraco-forms/tutorials/creating-a-multipage-form)
* Added details on [Importing Forms](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form#importing-a-form).
* Documented a [new feature that allows you to create static summary pages](https://docs.umbraco.com/umbraco-forms/developer/extending/adding-a-fieldtype#read-only-partial-view).
* A new article about [Property Editors](https://docs.umbraco.com/umbraco-forms/developer/property-editors) that allows you to add a form to your website.

### Updates

* Documented new [configuration keys](https://docs.umbraco.com/umbraco-forms/developer/configuration).

### Structure

* Changed the default version of the CMS documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).
{% endtab %}

{% tab title="Commerce" %}
### New

* Published [documentation for version 15 (RC)](https://docs.umbraco.com/umbraco-commerce).
* **Taxes documentation** ([#6380](https://github.com/umbraco/UmbracoDocs/pull/6380))
* [Sales Tax Providers](https://docs.umbraco.com/umbraco-commerce/key-concepts/sales-tax-providers)
* [Fixed Tax Rates](https://docs.umbraco.com/umbraco-commerce/reference/taxes/fixed-tax-rates)
* [Calculated Tax Rates](https://docs.umbraco.com/umbraco-commerce/reference/taxes/calculated-tax-rates)
* Article: Telemetry in Umbraco Commerce

### Structure

* Changed the default version of the Commerce documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).
{% endtab %}

{% tab title="Deploy" %}
### New

* Published [documentation for version 15](https://docs.umbraco.com/umbraco-deploy).

### Structure

* Changed the default version of the Deploy documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).
{% endtab %}

{% tab title="Workflow" %}
### New

* Published [documentation for version 15](https://docs.umbraco.com/umbraco-workflow).

### Structure

* Changed the default version of the Workflow documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).
{% endtab %}

{% tab title="UI Builder" %}
### New

* Published [documentation for version 15](https://docs.umbraco.com/umbraco-ui-builder).

### Structure

* Changed the default version of the UI Builder documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).
{% endtab %}

{% tab title="Engage" %}
### New

* Published the [Umbraco Engage Documentation](https://docs.umbraco.com/umbraco-engage) (currently only available for version 13).
{% endtab %}
{% endtabs %}

## October Highlights

{% tabs %}
{% tab title="Commerce" %}
### New

* New guides on adding functionality to the Shopping Cart.
* [Add items to the Cart](https://docs.umbraco.com/umbraco-commerce/13.commerce.latest-lts/how-to-guides/add-item) ([#6521](https://github.com/umbraco/UmbracoDocs/pull/6521)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">
* [Update the Cart](https://docs.umbraco.com/umbraco-commerce/13.commerce.latest-lts/how-to-guides/update-cart) ([#6523](https://github.com/umbraco/UmbracoDocs/pull/6523)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">
* [Remove items from the Cart](https://docs.umbraco.com/umbraco-commerce/13.commerce.latest-lts/how-to-guides/delete-item) ([#6525](https://github.com/umbraco/UmbracoDocs/pull/6525)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">
{% endtab %}
{% endtabs %}



## September Highlights

{% tabs %}
{% tab title="Forms" %}
### New

* [Configure conditions on Workflows](https://docs.umbraco.com/umbraco-forms/editor/attaching-workflows#configuring-condition-on-a-workflow) ([#6363](https://github.com/umbraco/UmbracoDocs/pull/6363))
* Added a [Handling sensitive data in Umbraco Forms](https://app.gitbook.com/s/Hbkj8mAE5C7ODrOVDnjJ/developer/security#handling-sensitive-data-in-umbraco-forms) section in the Security article. ([#6412](https://github.com/umbraco/UmbracoDocs/pull/6412))
* Information on Import Function ([#6415](https://github.com/umbraco/UmbracoDocs/pull/6415))
* Guide: [Creating a Multi-Page Form](https://app.gitbook.com/s/Hbkj8mAE5C7ODrOVDnjJ/tutorials/creating-a-multipage-form) ([#6431](https://github.com/umbraco/UmbracoDocs/pull/6431))
{% endtab %}

{% tab title="Commerce" %}
### New

* [Commerce 14 Documentation](https://docs.umbraco.com/umbraco-commerce) ([#6307](https://github.com/umbraco/UmbracoDocs/pull/6307/files))
* A new **UI Extensions** section
* Management API support added
* See the full list of changes here: [GitHub PR #6307](https://github.com/umbraco/UmbracoDocs/pull/6307/files).
* [Getting started with Umbraco Commerce: The Backoffice (#6401)](https://github.com/umbraco/UmbracoDocs/pull/6401)

### Updated

* Improved [Getting Started documentation](https://docs.umbraco.com/umbraco-commerce/getting-started/requirements) ([#6339](https://github.com/umbraco/UmbracoDocs/pull/6339))
{% endtab %}
{% endtabs %}
14 changes: 13 additions & 1 deletion generic/changelogs/umbraco-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,25 @@ This page does not contain information about changes made to the product.
Refer to the [Umbraco Cloud release notes](https://docs.umbraco.com/umbraco-cloud/release-notes/overview-2024) for changes to the product.
{% endhint %}

## November Highlights

### New

* Documented the [availability of Internationalized Domain Names (IDN)](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/manage-hostnames#using-special-characters).
* Security article: [Web Application Firewall (WAF)](https://docs.umbraco.com/umbraco-cloud/security/web-application-firewall)

### Updates

* The [Migrate between Regions guide](https://docs.umbraco.com/umbraco-cloud/getting-started/migrate-between-regions) has been updated to utilize database backups.
* Updated the [Major Upgrades guide](https://docs.umbraco.com/umbraco-cloud/product-upgrades/major-upgrades) to include specifics for Umbraco 15.

## September Highlights

### New

* Added more troubleshooting guides to the CI/CD article ([#6325](https://github.com/umbraco/UmbracoDocs/pull/6325))

### Updated
### Updates

* New and improved migration guides:
* [Migrating a CMS site to Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/getting-started/migrate-to-umbraco-cloud).
Expand Down
43 changes: 37 additions & 6 deletions generic/changelogs/umbraco-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,52 @@ This page does not contain information about changes made to the product.
Refer to the [Umbraco CMS Release Notes](https://our.umbraco.com/download/releases/) for changes to the product.
{% endhint %}

## November Highlights

### New

* **Published** [**documentation for version 15**](https://docs.umbraco.com/umbraco-cms)**.**
* Added documentation about [breaking changes](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading/version-specific#umbraco-15).
* [Creating a Custom Seed Key Provider](https://docs.umbraco.com/umbraco-cms/extending/creating-custom-seed-key-provider)
* [Cache Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/cache-settings)
* [Cache Seeding](https://docs.umbraco.com/umbraco-cms/reference/cache/cache-seeding)
* [API Users](https://docs.umbraco.com/umbraco-cms/fundamentals/data/users/api-users)
* [API Members: Server to server access](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api/server-to-server-access)
* [Tutorial: Extending the Help Menu](https://docs.umbraco.com/umbraco-cms/tutorials/extending-the-help-menu)
* [Running Umbraco in Docker using Docker Compose](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally)
* [External Access](https://docs.umbraco.com/umbraco-cms/reference/management-api/external-access)
* Documented the new [Tiptap UI for the Rich Text Editor property editor](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor).
* Added a guide for [using multiple languages across APIs](https://docs.umbraco.com/umbraco-cms/tutorials/multilanguage-setup#using-multiple-languages-across-apis). ([#6360](https://github.com/umbraco/UmbracoDocs/pull/6360))
* New [Health Check: Content Security Policy (CSP)](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/contentsecuritypolicy). ([#6426](https://github.com/umbraco/UmbracoDocs/pull/6426)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">
* Documented the ["Folder" option](https://docs.umbraco.com/umbraco-cms/fundamentals/data/defining-content/default-document-types#folder) in the Document Type creating menu.

### Updates

* Updated the section about [Custom Query Steps in the Content Picker article](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker#adding-a-custom-query-step).
* Added the UI alias for each [Property Editor](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors).
* Renamed List View to [Collection](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection). ([#6571](https://github.com/umbraco/UmbracoDocs/pull/6571)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">
* Highlighted that the [IContentPicker is not available when using the Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/routing/request-pipeline/icontentfinder).

### Structure

* Changed the default version of the CMS documentation to version 15.
* [Unpublished version 12](https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions) due to the version hitting End of Life (EOL).

## September Highlights

### New

* Added the check for Runtime Mode to the [Health Check article](https://docs.umbraco.com/umbraco-cms/extending/health-check) ([#6297](https://github.com/umbraco/UmbracoDocs/pull/6297)) <img src="../.gitbook/assets/U_heart_regular.png" alt="" data-size="line">&#x20;

### Updated
### Updates

* Renamed existing Property Editors ([#6317](https://github.com/umbraco/UmbracoDocs/pull/6317))
* Renamed existing Property Editors. ([#6317](https://github.com/umbraco/UmbracoDocs/pull/6317))
* Multinode Treepicker -> [Content Picker](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker)
* Content Picker -> [Document Picker](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/document-picker)
* [Login screen documentation](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/login) ([#6381](https://github.com/umbraco/UmbracoDocs/pull/6381))
* Improvements made to the "[Creating a basic site from scratch](https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-basic-website)" tutorial ([#6358](https://github.com/umbraco/UmbracoDocs/pull/6358))
* Changed _prevalues_ to _options_ in various articles ([#6359](https://github.com/umbraco/UmbracoDocs/pull/6359))
* [Login screen documentation](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/login). ([#6381](https://github.com/umbraco/UmbracoDocs/pull/6381))
* Improvements made to the "[Creating a basic site from scratch](https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-basic-website)" tutorial. ([#6358](https://github.com/umbraco/UmbracoDocs/pull/6358))
* Changed _prevalues_ to _options_ in multiple articles. ([#6359](https://github.com/umbraco/UmbracoDocs/pull/6359))

### Structure

* New [Customize the Backoffice](https://docs.umbraco.com/umbraco-cms/customizing/extend-and-customize-editing-experience) section added for articles related to extending the Umbraco Backoffice
* A new Customize the Backoffice section was added for articles related to extending the Umbraco Backoffice.
36 changes: 0 additions & 36 deletions generic/changelogs/umbraco-commerce.md

This file was deleted.

23 changes: 0 additions & 23 deletions generic/changelogs/umbraco-forms.md

This file was deleted.

0 comments on commit 0b49d31

Please sign in to comment.