Releases: prolificinteractive/simcoe
Releases · prolificinteractive/simcoe
Updated mParticle version to 7.9.0
All issues associated with this milestone can be found using this filter.
Updated
Updated mParticle version to support 7.9.0
Bump mParticle Version
Bumps the mParticle version from 7.5.4 to 7.5.6
Bump mParticle Version
Bumps the mParticle version from 7.5.1 to 7.5.4
mParticle v7+ / Swift 4.1 Support
mParticle v7+ support
All issues associated with this milestone can be found using this filter.
Swift 3.2/4
All issues associated with this milestone can be found using this filter.
Added
- Swift 3.2 support
- Swift 4 support
Additional
- Defaults to Swift 3.2 while we await a Swift 4 release from Mixpanel.
- If you'd like to support the Swift 4 version of Simcoe regardless, set your project's
SWIFT_VERSION
to4
and append the following code snippet at the end of your Podfile to specify the 3.2 version of Mixpanel.
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'Mixpanel-swift'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.2'
end
end
end
end
Mixpanel
Swift 3
Handle Custom MPProduct Properties
All issues associated with this milestone can be found using this filter.
Added
- Console Log disabling added to README
Fixed
- Check for remaining properties on MPProduct
Commerce Event Compatibility
All issues associated with this milestone can be found using this filter.
Added
- Swift 2.3 Support
- Travis support for automated testing
- mParticle enhanced eCommerce event flow support
- Product support
- Product View Logging support
- Purchase event support
- Checkout Tracking support
Updated
- README formatting
Fixed
- Added missing documentation