Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to hide this notification bar in the back office? Our custom App Plugin is not yet compatible with Version 8 and if the user applies the update, everything breaks.
Hi Graham,
You can simply add below code in web.config -> appsettings section
<add key="umbracoVersionCheckPeriod" value="0" />
This will not show above message.
Cheers,
Shaishav
Thank You!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to Hide Notification Bar
Is there a way to hide this notification bar in the back office? Our custom App Plugin is not yet compatible with Version 8 and if the user applies the update, everything breaks.
Hi Graham,
You can simply add below code in web.config -> appsettings section
This will not show above message.
Cheers,
Shaishav
Thank You!
is working on a reply...