-
Couldn't load subscription status.
- Fork 810
add note about ensuring Umbraco Forms version compatibility #6807
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @manutdkid77 !
I think it makes sense to add a note about this to the Forms installation article.
I do think though, that the note should be placed BEFORE you actually add the package. If you read it after the fact, then you will have already run into some issues.
I hope it makes sense!
| ``` | ||
| {% hint style="info" %} | ||
| **Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 10, you should use Umbraco.Forms version 10.5.7 or a compatible version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some minor changes, to simplify the wording a bit.
| **Note:** Ensure that the version of Umbraco Forms is compatible with the version of Umbraco you are using. For example, if you are using Umbraco 10, you should use Umbraco.Forms version 10.5.7 or a compatible version. | |
| Ensure that the version of Umbraco Forms is compatible with the Umbraco CMS version of your project. | |
| Example: If you are using Umbraco 10, you should the latest version of Umbraco Forms 10. |
|
Thank you for reviewing @sofietoft, I definitely agree with your suggestions 😊. Had a small question, should the note appear as part of step 1, before the |
|
Yeah, adding it as part of the steps is actually a great idea! So, one of the first steps would be to identify which version of Forms to choose. Something like:
dotnet add package Umbraco.Forms::XX.* |
|
Thank you @sofietoft, can you please check if this is ok ? |
|
Looks great @manutdkid77 ! 💪 Only comment I have is that we don't use "here" for link text, so perhaps say: "can be found on [Nuget.org]" or something similar! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @manutdkid77 !
Much better adding this as steps to the guide 😁
|
Thank you @sofietoft for helping out with this PR #h5yr |
Description
When installing Umbraco Forms on my Umbraco 13 installation, I made the mistake of installing the latest version of umbraco forms when running
dotnet add package Umbraco.FormsAs a result, Umbraco Forms was not loading in my backoffice. After searching on Discord and GitHub, I discovered that the issue was due to version incompatibility. I felt sharing this would help others as well.
Please let me know if the note can be improved or changed.
What did you add/update/change?
Added a note about ensuring that the version of Umbraco Forms is compatible with the version of Umbraco being used.
Type of suggestion
Product & version (if relevant)
Umbraco 10, 13, 14, 15