Releases: hathway/mparticle-capacitor
Releases · hathway/mparticle-capacitor
v1.1.6
What's Changed
- fix(setUserAttribute()): Prevent error when app inits and user is null by @MJSApps in #9
- update to build config with plugin
- added more failsafe values to createMParticleProduct iOS
- getAllUserAttributes method
- working capacitor 4.0.1
Full Changelog: v1.1.1...v1.1.6
NPM Release + Generate MPconfig Object
- Added functionality to create an MParticleConfig object for web kit usage
- New init method for web
- README docs updated
- Official NPM Publish
Full Changelog: v0.2.4...v1.1.1
setUserAttributeList Android
Fix setUserAttributeList
for Android to properly convert JSArray --> List<String>
Update SDK and Init
Web -> v2.16.1
iOS -> v8.8.0
Android -> v5.41.1
mParticleInit
Updated on web to support adding custom plan name, plan version, and log level.
ReadME updates to include notes on android:exported="true
in AndroidManifest.xml
Sync Up SubmitPurchaceEvent ProductActionType to Purchase
Web: Change SubmitPurchaceEvent to log a Purchase instead of Checkout type, to align with iOS and Android
Full Changelog: v0.2.1...v0.2.2
Catch nullpointer on implementation.currentUser()
v0.2.1 updated to catch null implementation.currentUser()
Web Dev Tag Fix + Stability
v0.2 fixed init
Update Android SDK to 5.35.1
Full Changelog: v0.1.6...v0.1.6.1
Update MP to 8.6
v0.1.6 update SDK to 8.6
Removed Kits
Kits are managed app-side instead of plugin-side