Hi there,
It’s not rolled back and still displaying 1.2.7, I can confirm them in the source code. I’m not saying this is all due to 4.9, but I just like to narrow it down and make sure we’re not dealing with multiple issues. I have 1.2.7 + 4.8.3/4.9 and it doesn’t have this kind of issue. If that’s the case, I’ll continue checking and let you know.
As for the IE, it’s because of broken elements, especially the <strong>
. And due to that all elements are wrapped by <strong></strong>
Please check this https://validator.w3.org/nu/?doc=http%3A%2F%2Fgiore.com%2F, samples
Error: Stray end tag h.
From line 319, column 235; to line 319, column 238
ng></span></h></p>↩<
Error: End tag div seen, but there were open elements.
From line 320, column 1; to line 320, column 6
></h></p>↩</div></div>
Error: Unclosed element h6.
From line 316, column 617; to line 316, column 620
left" ><h6>↩<p st
There are many broken elements, the </h>
is not even an element. The issue are cause by elements with no open or closing tag.
Please fix them first 
It works okay in Chrome or other browser since they automatically fix broken elements.
Thanks!