Jump to content

Upgrade from 4.7.4 to 4.7.6, compatibility checker gets more crazy every update?


Recommended Posts

Hello,

I am just about to upgrade from 4.7.4 to 4.7.6 but I noticed some "new" surprise.

Could contain: Page, Text, File

What gonna happen after upgrade? Will I be able to enable the "incompatible" modules? As I am sure they are compatible. That has been verified. Will child themes and lang copies will get disabled as well?

Link to comment
Share on other sites

You couldn't find any native options because there aren't any. 😅

 

It's all handled by javascript. If you look at a quote's HTML you'll see this:

<div class="ipsQuote_contents ipsClearfix" data-ipstruncate="true" data-ipstruncate-type="hide" data-ipstruncate-size="7 lines" data-ipstruncate-expandtext="Expand" style="" animating="false">
		<p>
			Just a quick note: Minimized Quote has been a default feature at least since version 4.5. You can uninstall that plugin.
		</p>
	</div>

 

Note the various inline attributes:

<div data-ipstruncate="true" data-ipstruncate-type="hide" data-ipstruncate-size="7 lines" data-ipstruncate-expandtext="Expand">

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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