Jump to content

Can we expect a 3.4.7?


Théophraste

Recommended Posts

We are not presently planning to release a 3.4.7. 3.4.6 was, in fact, exactly what you are requesting - "one final release to clear up any major bugs" for those not intending to upgrade to 4.0.

It is possible a 3.4.7 will be warranted, however it is not something that is presently being focused on. We will release an update should we determine it is necessary to do so. I don't think the situation is really black and white, will or won't, etc.

Link to comment
Share on other sites

  • 3 months later...

https://www.invisionpower.com/support/kb/_/ie11-copypaste-and-quote-issues-r58

It's a simple fix above for that and not something that will be properly fixed until 4.x as it's due to a third party item (editor) so the above patch should be fine.

No 3.4.7 in nexr week to have a perfect clean IPB ? Without problem with ie11, copy/paste, ... ?

Thank for all :smile:.

Look up, the editor and IE11 issue is patched with a work around, the editor itself won't be upgraded in 3.4.x however, so that is the fix above.

Link to comment
Share on other sites

Look up, the editor and IE11 issue is patched with a work around, the editor itself won't be upgraded in 3.4.x however, so that is the fix above.

I replaced it with this

		<php>
$ie11fix = "edge";
if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7') !== false)) $ie11fix = "EmulateIE10";
</php>
<meta http-equiv="X-UA-Compatible" content="IE={$ie11fix}" />

Should I use the other one you posted instead??

Link to comment
Share on other sites

I replaced it with this

		<php>
$ie11fix = "edge";
if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7') !== false)) $ie11fix = "EmulateIE10";
</php>
<meta http-equiv="X-UA-Compatible" content="IE={$ie11fix}" />

Should I use the other one you posted instead??

Whichever one works is fine, there is a hook as well now too.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...