Hi team,
Candice is reporting that she was unable to upgrade to 11.0.4 because of:
Can't apply upgrade because the following files were modified: inc/js/functions.jsinc/classes/BxDolStorageQuery.phpmodules/base/text/classes/BxBaseModTextModule.phpmodules/base/text/classes/BxBaseModTextTemplate.phpIs it safe to force an upgrade? This is a question to a person who was making the modifications to core files. :) Because I don't know who was that and what modifications have been applied there. For example in inc/js/functions.js a see the following custom code:$(window).scroll(function(){
iSc = $(window).scrollTop();
$.each($('.bx-layout-col') , function(index, val) {
if ($(this).css('position') == 'sticky'){
.....