ReleasePad
Improvement

Changed the way to store the amount of new updates in the widget.

Published on Feb 08 2022 at 05:41 PM (3 years ago)

We were having some issues with the current way of storing data for the user facing widget (the one you use on your product) related to local storage.  Some logout implementations usually delete all local storage, therefore erasing all the widget data.  This caused that each time a user logged out and the logged in it would appear as if it hasn't seen any of the updates, therefore creating confussion.

We switched to cookies to fix this issue. 

For privacy matters it only stores the id from last seen post.

Improvement

New CDN

Published on Jan 21 2022 at 07:29 PM (3 years ago)

We updated our CDN provider for a faster one and with edge locations all around the world.  This means that when a user loads the widget it will be sent form its closest physical location, therefore reducing loading times and latency ??

Fix

Wrong number of posts in dashboard.

Published on Oct 21 2021 at 06:39 PM (3 years ago)

Fixed an issue that wasn't correctly displaying the number of published posts.  It was taking also in account the number of drafts.

Fix

Issue with all posts link opening in the same window.

Published on Aug 30 2021 at 04:51 PM (4 years ago)

Pushed fix that opens all posts (from the widget) in a separate window.

Fix

Fixed image size issue in the widget.

Published on Aug 23 2021 at 08:08 PM (4 years ago)

Fixed an issue that was preventing images from being displayed correctly on the widget.

Fix

Fixed issue when uploading images

Published on Aug 23 2021 at 07:48 PM (4 years ago)

Fixed issue that was preventing the correct image upload in a new or existing post.