Skip to content

Commit 4970e43

Browse files
Update README and VERSION
1 parent 9e32512 commit 4970e43

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@ The Umbraco 10.4+ version of this package is [available via NuGet](https://www.n
2323
To install the package, you can use either .NET CLI:
2424

2525
```
26-
dotnet add package Umbraco.Community.BlockPreview --version 1.11.0
26+
dotnet add package Umbraco.Community.BlockPreview --version 1.12.0
2727
```
2828

2929
or the older NuGet Package Manager:
3030

3131
```
32-
Install-Package Umbraco.Community.BlockPreview -Version 1.11.0
32+
Install-Package Umbraco.Community.BlockPreview -Version 1.12.0
3333
```
3434

3535
### Setup
36-
`Umbraco:Cms:ModelsBuilder:ModelsBuilderMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` for BlockPreview to work.
36+
Generated strongly typed models must exist on disk for BlockPreview to work. `Umbraco:Cms:ModelsBuilder:ModelsMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` in your development environment and generated files committed to disk before deploying.
3737

38+
If you are using [Limbo.Umbraco.ModelsBuilder](https://github.com/limbo-works/Limbo.Umbraco.ModelsBuilder), the default configuration is to have `ModelsMode` set to nothing. Once this is set, generate models in the backoffice as normal.
3839
```json
3940
"Umbraco": {
4041
"CMS": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

0 commit comments

Comments
 (0)