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.
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.
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.
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.
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.
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 ??
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.
Issue with all posts link opening in the same window.
Pushed fix that opens all posts (from the widget) in a separate window.
Fixed image size issue in the widget.
Fixed an issue that was preventing images from being displayed correctly on the widget.
Fixed issue when uploading images
Fixed issue that was preventing the correct image upload in a new or existing post.