Changelog Banner
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
The most recent published changelog will be shown in the pop-up/ banner
Once the user closes the widget, it won't be shown until next changelog is published
Banner & pop-up cannot be enabled at the same time
Once a user closes the widget in a given browser, it will not be shown till the next changelog is published
Last updated