Changelog

ReleasePad

This is ReleasePad change log.

37 releases · last year
Jul 2025 Jun 2026
Apr 7
2022
Fix 4 years ago

Fixed bug with published date

In the widget and public page, posts were displaying the creation date instead of the publish date.  

This has been fixed and pushed.  

Thanks Diana for noticing this :-)

Mar 28
2022
Fix 4 years ago

Fixed overflowing text in the widget.

In some special conditions, the words of some posts were overflowing to the left, creating an unpleasant experience for your users.

This has been fixed.

Mar 9
2022
Fix 4 years ago

Mobile improvements

Improved the responsiveness of ReleasePad for mobile phones.The experience has been improved so that it loads faster and screens are rendered correctly based on device.

Feb 21
2022
Fix 4 years ago

Intermittency on service this morning

This morning we had some intermittency on our service.  This was related to a change that Amazon AWS did on Cloudfront.We got in touch with support and managed to solve the issue.

Feb 16
2022
Fix 4 years ago

Fixed issue with CSS styling in the widget

In some special cases there were some css conflicts between the widget and the hosting page, particularly with headings (H1, H2, H3, ...).

This issue has been fixed and pushed.

Feb 16
2022
Fix 4 years ago

Fixed order of posts to use Published date instead of creation date

Pushed a change that fixes the ordering of the posts.  Instead of using the creation date it now uses the publication date.

Feb 8
2022
Improvement 4 years ago

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

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.

Jan 21
2022
Improvement 4 years ago

New CDN

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 ??

Oct 21
2021
Fix 4 years ago

Wrong number of posts in dashboard.

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

Aug 30
2021
Fix 4 years ago

Issue with all posts link opening in the same window.

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

Aug 23
2021
Fix 4 years ago

Fixed image size issue in the widget.

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

Aug 23
2021
Fix 4 years ago

Fixed issue when uploading images

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