Skip to content

v3.8.1

Compare
Choose a tag to compare
@eos87 eos87 released this 05 Jun 10:35
· 593 commits to master since this release
a480f21

See full change between v3.8.0 - v3.8.1

Here is what has changed since the last release:

Added

  • Introduce new embed code script enhancer. Basically is a separate script added to the embed code that will allow Liveblog to communicate better with parent page. At the moment if only extends the GDPR feature functionality but it will help in near future to improve sharing, analytics and other features functionality.
    An example embed code looks like this now
<script src="https://test.liveblog.pro/embed.js" async defer></script>
<iframe id="liveblog-iframe" width="100%" height="715" src="https://test.liveblog.pro/lb-test/blogs/5b6afd76f39f1e17966a9b10/index.html" frameborder="0" allowfullscreen></iframe>

and before it was like this

<iframe id="liveblog-iframe" width="100%" height="715" src="https://test.liveblog.pro/lb-test/blogs/5b6afd76f39f1e17966a9b10/index.html" frameborder="0" allowfullscreen></iframe>
  • New content filtering functionality in frontend side (embed side) to allow users filter the content according to their interests. This feature can be enable/disable from the theme settings screen.

Fixed

  • Comments count is now working properly in admin interface. Notification count now only shows count concerning the current blog user is working on.
  • Issue of user has to reload the screen to see the "Activate" button of GDPR consent feature.
  • Instagram embeds were not being rendered properly (on desktop and mobile devices)
  • AMP Theme slideshow arrows were not centered properly
  • AMP Theme users' posted comments are disappearing in admin console
  • Live link in admin interface was not updated once a new blog was created
  • Ordered/unordered lists now appear more indented in admin timeline
  • In Classic Theme, the newly added 2nd slideshow posts look completely alike as image icons for the 1st portion of image posts.
  • Simple SEO theme does not load posts for Firefox neither for Chrome

Changed

  • Improved ads collection rotation on Default SEO and AMP Themes
  • Improved commenting feature on AMP Theme. Reloading screen is not longer needed to be able to send more than one comment.
  • Update TravisCI configuration to use a more recent OS version

Themes' versions included in this release