Skip to content

Releases: britzl/defold-sharing

Defold Sharing 4.5.0

12 Jun 08:39
d554433
Compare
Choose a tag to compare

FIX: Updated to Defold 1.9.0

Defold Sharing 4.4.0

11 Apr 08:15
71d65cf
Compare
Choose a tag to compare

CHANGE: Updated to support Emscripten 3.1 used in Defold 1.7.1

Defold Sharing 4.3.1

13 Feb 21:46
e2581af
Compare
Choose a tag to compare

FIX: Updated extension to work with newer Gradle version

Defold Sharing 4.3.0

09 Aug 11:51
Compare
Choose a tag to compare

CHANGE: For sharing images in HTML5 builds the mime type is now guessed from the file extension, unless sharing the image as a DataURL in which case the mime type is expected to be part of the data url.

Defold Sharing 4.2.1

11 Apr 11:35
bc8ece7
Compare
Choose a tag to compare

FIX: When calling share.file() on html5 with title, text or url set to null they were in fact sent as empty strings as opposed to not sent at all. Thanks @sergeysinyavsky

Defold Sharing 4.2.0

09 Apr 14:19
d70dbd7
Compare
Choose a tag to compare

NEW: HTML5 support. Thanks to @sergeysinyavsky

Defold Sharing 4.1.0

20 Aug 06:34
Compare
Choose a tag to compare

CHANGE: Updated gradle dependency to use androidx.core:core:1.6.+

Defold Sharing 4.0.2

23 May 09:16
9607725
Compare
Choose a tag to compare

FIX: Changed Android dependency to fix a build error

Defold Sharing 4.0.1

17 Dec 21:24
1256b97
Compare
Choose a tag to compare

NEW: Updated to Android X

Defold Sharing 3.0.0

08 Jan 14:28
Compare
Choose a tag to compare

CHANGE: The extension now uses Gradle to resolve dependencies. Please update your game.project library dependencies and remove the previously required Google Play Services dependency.