Skip to main content

98 posts tagged with "✅ Fixed"

Changes related to bug fixes

View All Tags

Service API v2.4.11

The previous release fixed an issue where the changeOwner event didn't include the newOwner property. This release fixes another potential scenario where this could happen.

Service API v2.4.10

Fixed an issue where we send out a changeOwner event, to the services, when the ownership did not actually change. This event also didn't include the newOwner property.

Web library v1.7.5

Fixed a bug where markdown urls were not correctly rendered if more than one exist on the same line;

[Goolge](https://google.com) and [Bing](https://bing.com) are both search engines

Web library v1.7.4

Fixed bug where url's were not correctly rendered in cases where a double qoute (") was used, on the same line, before the url;

This is a url to the "Google" search engine [Goolge](https://google.com)

This is now fixed so the url should correctly render

Service API v2.4.5

Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.