Skip to content

Commit 628f50f

Browse files
committed
Adding ImageProcessor.Web minimum version to the warning
1 parent 4c7b8d2 commit 628f50f

File tree

1 file changed

+1
-1
lines changed
  • src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views

1 file changed

+1
-1
lines changed

src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views/Configure.ascx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
4848
</div>
4949
<div class="alert alert-info" ng-show="saved && status === 'ImageProcessorWebCompatibility'">
50-
<strong>Warning!</strong> You need to upgrade the installed version of ImageProcessor.Web to be fully compatible with this package <a href="https://our.umbraco.org/projects/collaboration/imageprocessor/" target="_blank">https://our.umbraco.org/projects/collaboration/imageprocessor/</a>
50+
<strong>Warning!</strong> You need to upgrade the installed version of ImageProcessor.Web to v4.3.2+ to be fully compatible with this package <a href="https://our.umbraco.org/projects/collaboration/imageprocessor/" target="_blank">https://our.umbraco.org/projects/collaboration/imageprocessor/</a>
5151
</div>
5252
<div class="alert alert-error" ng-show="saved && status != 'Ok' && status != 'ImageProcessorWebCompatibility'">
5353
<strong>Oh no</strong>, something went wrong saving, please check Umbraco log files for exceptions

0 commit comments

Comments
 (0)