Changelog
Keep your customers in the loop of what you're working on.
A changelog is a log or record of all notable changes made to a project. The project is often a website or software project, and the changelog usually includes records of changes such as bug fixes, new features, etc.
Simply put, at ProdCamp changelog is a module that allows sharing a product's updates with its customer base.
There are two ways of how to share your updates:
Creating a new changelog record will enable the section on your public roadmap (considering it's shared publicly).

Alternatively, you can share your changelog in the embeddable widget.

ProdCamp Changelog Widget

ProdCamp Changelog Widget
To get the most out of it, use both: the changelog on the public roadmap and as an embeddable widget.
To create a record, go to the Changelog section on the main menu and click on "New entry".
You can create drafts and publish them when the time comes.
- 1.
- 2.Head over to Widgets and click on the Generate button.

3. Click on the first section with code called "Widgets SDK installation kit", it will copy the text to the clipboard and place it inside the
<body>
tag on your page.
It will look similar to the following code
...
<script>!function(t,e,a,n){function o(){if(!e.getElementById(a)){var t=e.getElementsByTagName(n)[0],o=e.createElement(n);o.type="text/javascript",o.async=!0,o.src="https://cdn.prodcamp.com/js/prdcmp-sdk.js",t.parentNode.insertBefore(o,t)}}if("function"!=typeof t.ProdCamp){var c=function(){c.args.push(arguments)};c.t="********",c.p="************",c.args=[],c.f=true,t.ProdCamp=c,"complete"===e.readyState?o():t.attachEvent?t.attachEvent("onload",o):t.addEventListener("load",o,!1)}}(window,document,"prodcamp-js","script");</script>
...
</body>
4. Init the changelog widget on the page.
<script>
ProdCamp('initChangelog');
</script>
<div style='display: flex; justify-content: center;'>
<a data-prodcamp-changelog="true" href="#" class="button-copy primary-copy button-small-copy button-cta-first-copy w-button">PLEASE PLEASE PLEASE CLICK HERE</a>
</div>
...
<script>
ProdCamp('initChangelog');
</script>
Thank you!
Feedback is much appreciated.
Check out our changelog:
Last modified 8d ago