Does umbracoVersionCheckPeriod still exist in Umbraco 7?
Hi umbracoVersionCheckPeriod no longer appears as default in the web.config under appSettings. Has it been depreiated or can you add the key and it will work?
To me it looks like this still exist in Umbraco 7. I have just tried to add the umbracoVersionCheckPeriod in the web.config under appSettings in a Umbraco 7.1.5 and after this the update notifications disappear, and then I tried change it back and uploaded again, and remove my cookies, and I get the update notification back.
But as you said it´s not in the web config file by default
Does umbracoVersionCheckPeriod still exist in Umbraco 7?
Hi umbracoVersionCheckPeriod no longer appears as default in the web.config under appSettings. Has it been depreiated or can you add the key and it will work?
Hi John,
To me it looks like this still exist in Umbraco 7. I have just tried to add the umbracoVersionCheckPeriod in the web.config under appSettings in a Umbraco 7.1.5 and after this the update notifications disappear, and then I tried change it back and uploaded again, and remove my cookies, and I get the update notification back.
But as you said it´s not in the web config file by default
Hope this helps,
/Dennis
Hi John,
Yes it will work if you add it to the web.Config. Look at all config settings for Umbraco 7:
http://our.umbraco.org/documentation/Using-Umbraco/Config-files/webconfig7
General for Umbraco :
http://our.umbraco.org/wiki/reference/webconfig
For disabling notifications about upgrade to latest version you have to set -
Thanks, Alexander
is working on a reply...