Skip to content

Releases: BuildFire/sdk

Material Design App Theme Updates

31 Aug 23:47
ee386e6
Compare
Choose a tag to compare

Update Material Design css variables when appearance is updated in Control Panel

Upgrade to tinyMCE5

24 Aug 17:47
732fb70
Compare
Choose a tag to compare

Upgrade to tinyMCE5

Stripe v3

23 Aug 19:36
e47eff4
Compare
Choose a tag to compare
Merge pull request #616 from ahmadfh/stripe-connect-v3

Stripe connect v3

New Format Service

22 Aug 21:49
0dab07d
Compare
Choose a tag to compare

Add a service for formatting:

  • textToHTML(options, callback): convert text to HTML to support URLs , emails, phone numbers and hashtags

Deeplink updates

16 Aug 21:00
81ca9bb
Compare
Choose a tag to compare
Merge pull request #612 from BuildFire/dld_onUpdate

Add deeplink onUpdate

Android 11 compatablitiy

02 Aug 18:13
64856a1
Compare
Choose a tag to compare
Merge pull request #608 from BuildFire/aug_2021

Use dynamic app root

Hotfixes

30 Jul 21:04
Compare
Choose a tag to compare

Hotfix on Plugin Instance API

Stripe Connect V2

28 Jul 00:06
3ce58ce
Compare
Choose a tag to compare

Added Stripe Connect delete functionality

Stripe Connect Integration

07 Jul 22:48
9128b5e
Compare
Choose a tag to compare

Stripe Connect is a set of programmable APIs and tools that lets you facilitate payments on your software platform, build a marketplace, and payout sellers or service providers globally—all while shifting payments compliance to Stripe.

We added a new method in Stripe services to create a Stripe-connected account.
This method will create Express connected account to your platform, you can later send funds from your Stripe account to the connected account.

Add New PluginInstance API Functions

29 Jun 20:06
fa08d07
Compare
Choose a tag to compare
  • Add create function to create a new instance
  • Add clone function to clone an instance
  • Fix plugin tester loosing sync app context when navigating between tabs