Help Docs
  • Productlogz Demo
  • Collect feature requests/ ideas?
    • Guest Posting
  • Create your Roadmap
    • Add thumbnails to your Roadmap items
  • Creating In App Surveys
    • 📈Survey Analytics
  • Changelog
    • Changelog Pop-Up Widget
    • Changelog Banner
  • Boards
    • Language Support
  • users-module
    • Users
    • Adding users to ProductLogz
    • Add Company Data to Productlogz
Powered by GitBook
On this page
  • Changelog Banner
  • How to enable Changelog Banner ?
  • Conditions
  1. Changelog

Changelog Banner

PreviousChangelog Pop-Up WidgetNextLanguage Support

Last updated 1 year ago

Changelog Banner

What are Changelog Banner ?

A changelog banner is a notification or announcement that appears prominently on a website, or an app to inform users about recent changes, updates, or new features.

It typically appears at the top of the page or interface and provides a brief summary of what has been modified, added, or fixed in the latest version.

Changelog banners are essential for keeping users informed about changes that may affect their experience or workflow. They help maintain transparency and trust between developers and users by keeping them updated on the latest developments and improvements.

How to enable Changelog Banner ?

Install Changelog pop-up

Step 1: Place this code right before the </body> tag of your website. Replace company_id with the code given under your dashboard settings>>widget. You will find your respective installation code under your dashboard>>settings>>widget

<!-- productLogz code start -->
<script> 
    window.PL_COMPANY_ID = <<company_id>>;     !function () {     o = document.createElement("script"),     o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://plbucket.sgp1.digitaloceanspaces.com/pl-sdk/pl-0.1.0.js",    n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n)    }();
</script> 
<!-- productLogz code ends -->

Step 2: Enable changelog widget under Settings>>Widget>>Enable Changelog Banner

Conditions

Changelog Widget Conditions

  1. The most recent published changelog will be shown in the pop-up/ banner

  2. Once the user closes the widget, it won't be shown until next changelog is published

  3. Banner & pop-up cannot be enabled at the same time

  4. Once a user closes the widget in a given browser, it will not be shown till the next changelog is published