You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ layout:
20
20
21
21
# Umbraco CMS Documentation
22
22
23
+
{% hint style="info" %}
24
+
This is documentation for the **Umbraco CMS 16 Release Candidate**.
25
+
26
+
Do you want to test the Release candidate?
27
+
28
+
Check out the [**Release Candidate Guide**](release-candidate-guide.md) to get started.
29
+
{% endhint %}
30
+
23
31
Umbraco CMS is a flexible and editor-friendly Content Management System (CMS) that allows you to create beautiful and modern websites. Use the latest version of .NET, integrate with your favorite services, and help your customers launch a website tailored to their specific needs.
24
32
25
33
Learn more about Umbraco CMS and get an overview of the top features on [Umbraco.com](https://umbraco.com/products/umbraco-cms/).
@@ -47,4 +55,3 @@ The documentation for Umbraco CMS provides information for experienced Umbraco a
47
55
***
48
56
49
57
{% include ".gitbook/includes/umbraco-fundamentals-training-course.md" %}
Copy file name to clipboardExpand all lines: 16/umbraco-cms/release-candidate-guide.md
+30-45Lines changed: 30 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,56 @@
2
2
description: >-
3
3
Learn how to start testing the Release Candidate for the latest version of
4
4
Umbraco CMS, and find information about new and updated documentation.
5
-
hidden: true
6
5
---
7
6
8
7
# Release Candidate Guide
9
8
10
-
## How to test the Release Candidate
9
+
The RC can be used to test your website and projects against the next major version of Umbraco CMS.
11
10
12
-
{% hint style="warning" %}
13
-
To install the Umbraco 15 Release Candidate you need the latest [.NET SDK 9.0.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
11
+
This article contains all the resources needed for you to start testing.
12
+
13
+
*[How to Test the Release Candidate](#test-the-release-candidate)
14
+
*[What to Focus on When Testing](#what-to-focus-on-when-testing)
15
+
*[New and Updated Documentation](#new-and-updated-documentation)
16
+
17
+
{% hint style="info" %}
18
+
This document will be updated and expanded as more and more documentation are added throughout the release candidate phase.
14
19
{% endhint %}
15
20
16
-
The[ release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Cms/15.0.0-rc2).
21
+
## Test the Release Candidate
22
+
23
+
Ensure you meet the prerequisites and move on to the installation steps outlined below.
24
+
25
+
### Prerequisites
26
+
27
+
* The latest [.NET SDK 9.0.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
28
+
29
+
### Install the Release Candidate
30
+
31
+
The [release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Cms/16.0.0-rc).
17
32
18
33
1. Install the Umbraco dotnet template for the Release Candidate.
19
34
20
-
```
21
-
dotnet new install Umbraco.Templates::15.0.0-rc*
35
+
```cmd
36
+
dotnet new install Umbraco.Templates::16.0.0-rc*
22
37
```
23
38
24
39
2. Create a new Umbraco project.
25
40
26
-
```
41
+
```cmd
27
42
dotnet new umbraco -n MyCustomUmbracoProject
28
43
```
29
44
30
45
3. Navigate to the newly created folder.
31
46
32
-
```
47
+
```cmd
33
48
cd MyCustomUmbracoProject
34
49
```
35
50
36
-
4. Build the project.
51
+
4. Build and run the project.
37
52
38
-
```
53
+
```cmd
39
54
dotnet build
40
-
```
41
-
42
-
5. Run the project.
43
-
44
-
```
45
55
dotnet run
46
56
```
47
57
@@ -51,9 +61,9 @@ This will boot the project, and write the log to the console. The website is now
51
61
Alternatively, you can install and run the Umbraco project using your favorite IDE (Integrated Development Environment).
52
62
{% endhint %}
53
63
54
-
###What should you focus on when testing?
64
+
## What to focus on when testing
55
65
56
-
Read the [Release Candidate blog post](https://umbraco.com/blog/umbraco-15-release-candidate/) to learn more about notable features and changes added to the upcoming version.
66
+
Read the [Release Candidate blog post](https://umbraco.com/) to learn more about notable features and changes added to the upcoming version.
57
67
58
68
The blog post will mention if there are any specific features or workflows that the Umbraco HQ team needs feedback on.
59
69
@@ -63,33 +73,8 @@ Here is a list of all the articles that are new to this version or have been upd
63
73
64
74
### New articles
65
75
66
-
*[Tutorial: Extending the Help Menu](tutorials/extending-the-help-menu.md)
67
-
*[Running Umbraco in Docker using Docker Compose](fundamentals/setup/install/running-umbraco-on-docker-locally.md)
68
-
*[Creating a Custom Seed Key Provider](extending/creating-custom-seed-key-provider.md)
*[Change Rich Text Editor UI](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/change-rich-text-editor-ui.md)
76
+
* Coming soon...
78
77
79
78
### Updated articles
80
79
81
-
* Changes made based on the removal of the UmbracoAPIController
82
-
*[Common Pitfalls: Static references to scoped references](reference/common-pitfalls.md#static-references-to-scoped-instances-such-as-umbracohelper)
83
-
*[Creating a custom database table](extending/database.md)
Copy file name to clipboardExpand all lines: 16/umbraco-commerce/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: >-
7
7
8
8
# Umbraco Commerce Documentation
9
9
10
+
{% hint style="info" %}
11
+
This is documentation for the **Umbraco Commerce 16 Release Candidate**.
12
+
{% endhint %}
13
+
10
14
Umbraco Commerce is the official Umbraco e-commerce addon for your Umbraco CMS website. It can be used to set up small webshops, while it can also be implemented for big-scale e-commerce solutions spanning multiple countries.
11
15
12
16
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="getting-started/requirements.md"><strong>Install Umbraco Commerce</strong></a></td><td>Find all the information you need to get started using Umbraco Commerce with your Umbraco CMS implementation.</td><td><a href="getting-started/requirements.md">requirements.md</a></td><td><a href=".gitbook/assets/commerce-icon.png">commerce-icon.png</a></td></tr><tr><td><a href="https://docs.umbraco.com/umbraco-commerce/v/10.commerce.latest/how-to-guides/overview"><strong>How-to Guides</strong></a></td><td>Looking to configure and implement something specific? Take a look through the How-to section where you might find a guide that fits your needs.</td><td><a href="how-to-guides/overview.md">overview.md</a></td><td><a href=".gitbook/assets/umbraco_free_way_01.png">umbraco_free_way_01.png</a></td></tr><tr><td><a href="https://docs.umbraco.com/umbraco-commerce/v/10.commerce.latest/key-concepts/overview"><strong>Key Concepts</strong></a></td><td>Looking to learn more about the different concepts and features of Umbraco Commerce? You can find detailed information about each of them in this section.</td><td><a href="key-concepts/overview.md">overview.md</a></td><td><a href=".gitbook/assets/Umbraco_Brand_Guidelines_2020_28_Illustration blocks.png">Umbraco_Brand_Guidelines_2020_28_Illustration blocks.png</a></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: 16/umbraco-deploy/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ description: Documentation on how to work with Umbraco Deploy.
4
4
5
5
# Umbraco Deploy Documentation
6
6
7
+
{% hint style="info" %}
8
+
This is documentation for the **Umbraco Deploy 16 Release Candidate**.
9
+
{% endhint %}
10
+
7
11
Umbraco Deploy is a deployment tool that helps you with the process of transferring code and data between multiple environments. Deploy can be configured for many different setups and is great for both small setups as well as large and more complex infrastructures.
8
12
9
13
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Set up Umbraco Deploy</strong></td><td>Learn how you can set up Umbraco Deploy on new and existing Umbraco projects.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Deploy_Setup.png">Documentations Icons_Umbraco_Deploy_Setup.png</a></td><td><a href="installation/install-configure.md">install-configure.md</a></td></tr><tr><td><strong>Deployment workflow in</strong></td><td>Learn about how the Deployment workflow in Umbraco Deploy work.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Deploy_Deployment_Workflow.png">Documentations Icons_Umbraco_Deploy_Deployment_Workflow.png</a></td><td><a href="deployment-workflow/">deployment-workflow</a></td></tr><tr><td><strong>Upgrading</strong></td><td>Learn how you can upgrade Umbraco Deploy.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Deploy_Upgrading.png">Documentations Icons_Umbraco_Deploy_Upgrading.png</a></td><td><a href="upgrades/">upgrades</a></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: 16/umbraco-forms/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ description: >-
6
6
7
7
# Umbraco Forms Documentation
8
8
9
+
{% hint style="info" %}
10
+
This is documentation for the **Umbraco Forms 16 Release Candidate**.
11
+
{% endhint %}
12
+
9
13
Umbraco Forms is a tool that lets you build forms of all shapes and sizes and put them on your Umbraco websites. Build forms using a long list of elements like multiple choice, dropdowns, text areas and checkboxes. Choose between a series of different workflows and control what happens once a form has been submitted.
10
14
11
15
[Purchase Umbraco Forms](https://umbraco.com/products/umbraco-forms/) or sign up for an [Umbraco Cloud](https://try.umbraco.com/) project where Umbraco Forms is part of the package.
Copy file name to clipboardExpand all lines: 16/umbraco-workflow/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ description: Documentation on how to work with Umbraco Workflow in just a few st
5
5
6
6
# Umbraco Workflow Documentation
7
7
8
+
{% hint style="info" %}
9
+
This is documentation for the **Umbraco Workflow 16 Release Candidate**.
10
+
{% endhint %}
11
+
8
12
Umbraco Workflow allows the creation of multi-stage approval workflows when writing and publishing content. Umbraco Workflow extends Umbraco's out-of-the-box publishing model with multi-stage and configurable approval workflows. A workflow process comprises multiple steps and multiple users assigned to the group responsible for providing approval at each step.
9
13
10
14
[Learn more or purchase Umbraco Workflow to get all the features and support.](https://umbraco.com/products/umbraco-workflow/)
0 commit comments