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: src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views/Configure.ascx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
48
48
</div>
49
49
<divclass="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 <ahref="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 <ahref="https://our.umbraco.org/projects/collaboration/imageprocessor/"target="_blank">https://our.umbraco.org/projects/collaboration/imageprocessor/</a>
51
51
</div>
52
52
<divclass="alert alert-error"ng-show="saved && status != 'Ok' && status != 'ImageProcessorWebCompatibility'">
53
53
<strong>Oh no</strong>, something went wrong saving, please check Umbraco log files for exceptions
0 commit comments