Skip to content

Releases: mediafly/mflyCommands

v3.12.0

02 Dec 17:36
Compare
Choose a tag to compare

Feature

  • Remove User Command: add support to unbind the user

v3.11.0

22 Sep 17:56
Compare
Choose a tag to compare

Feature

  • Embedded Extensions: add support to render extensions within the platform's UI

v3.10.0

10 Aug 21:50
Compare
Choose a tag to compare

Feature

  • Add items to collection in bulk: mflyCommands.addItemsToCollection(collectionId, [itemId1, itemId2]) will add multiple items to a collection.

v3.9.1

27 Oct 21:06
Compare
Choose a tag to compare

Feature

  • Preserve workspace context: mflyCommands.close() will now go back to the workpsace where the extension was opened from.

v3.9.0

13 Mar 21:41
Compare
Choose a tag to compare

Feature

  • Bulk PUT and DELETE for synced storage: mflyCommands.putSyncedKeyValuePairs(keyValuePairs) and mflyCommands.deleteSyncedKeys have been added to perform bulk put and delete operations on synced storage.

v3.8.2

12 Feb 22:13
Compare
Choose a tag to compare

Feature

  • iOS Next Support: Add support for iOS Next

v3.8.1

13 Dec 17:54
Compare
Choose a tag to compare

Feature

  • Get related items: mflyCommands.getRelatedItems(id) returns items related to an item given its id. Does not support offline.

v3.7.1

30 Oct 15:49
Compare
Choose a tag to compare

Fix

  • Terms of Use: mflyCommands should handle the 451 status code and redirect to the terms of use page

v3.7.0

03 Oct 14:17
Compare
Choose a tag to compare

Fix

  • Android async GET: mflyCommands should use async callbacks to make GET calls to the Android app

v3.6.0

22 Jul 15:21
Compare
Choose a tag to compare

Feature

  • Favorites

Examples:

mflyCommands.getFavorites()
mflyCommands.favorite(id)
mflyCommands.unfavorite(id)