• Resolved jkca

    (@jkca)


    We’ve installed Logic Hop 3.5.1 (along with the licensing plugin, HubSpot plugin, and the Google Analytics plugin) and have successfully developed a really great site for a customer. I love how much control we’ve been able to give them with the Logic Hop plugin.

    During testing, we fired up an IE 11 instance and we were met with a syntax error in wp-content/plugins/logic-hop/public/js/ajax-methods.min.js that completely disables Logic Hop on the site. The syntax error is due to Javascript arrow functions which IE 11 doesn’t support.

    What is your official support policy for IE 11? Should we be able to expect IE 11 support? I took a stab at transpiling the code that you ship, but ran into snags.

    • This topic was modified 4 years, 5 months ago by jkca.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Logic Hop

    (@logichop)

    Thanks @jkca – Logic Hop is using some modern Javascript when set to “Javascript Mode” which is not supported in IE 11 without a polyfill.

    We pushed a new version of Logic Hop today (3.5.2) with a setting to include the necessary polyfills for IE 11 that should solve the issue. The polyfill can be enabled at Dashboard > Logic Hop > Settings > Internet Explorer 11 Polyfill

    This is an optional setting to prevent conflicts as many themes and plugins already include similar polyfills.

    Thread Starter jkca

    (@jkca)

    Wow, great! Did you also push the update to the wpackagist repos? I’m not seeing it offered there (tried a “composer clearcache” too).

    Plugin Author Logic Hop

    (@logichop)

    We just push the updates to the WP.org plugin directory. WPackagist should scan that every hour or so and update their repository accordingly.

    Once you’re able to install the update, please confirm if it works for you. Otherwise let us know what errors/issues you see and we’ll work to resolve it.

    • This reply was modified 4 years, 5 months ago by Logic Hop.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IE 11 Support’ is closed to new replies.