Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 03:01
· 127 commits to refs/heads/main since this release
07bb964

Highlights

  • Updated the minimum supported version to iOS 11.0 and tvOS 11.0.
  • Include xcframeworks built with Xcode 14.1 with the GH release.
  • Removed deprecated class XDMFormatters. Use functions getISO8601UTCDateWithMilliseconds() and getISO8601FullDate() in Date class extension from AEPServices module instead.
  • Fixed issue where empty "payload" array was not included in events dispatched after receiving Edge Network response.

What’s Changed

  • Fix makefile build-app command (#356) @addb
  • Staging -> Main v4.0.0 release (#355) @addb
  • Merge to Staging for 4.0.0 release (#351) @kevinlind
  • Update Podfile to use Core/Services production version (#354) @addb
  • Update Podfile to use Core/Services staging branch (#353) @kevinlind
  • Update Min supported version to iOS 11, tvOS 11 and Xcode 14.1 + Extension version Bump to 4.0.0 (#344) @addb
  • Remove deprecated class XDMFormatters (#350) @kevinlind
  • Allow empty 'payload' field in response handle event (resolves #316) (#322) @kevinlind
  • Updates LICENSE file (#315) @emdobrin
  • main -> dev for version updater (#314) @emdobrin
  • add update version script and gh action (#298) @sbenedicadb
  • Sync dev branch with main branch (#313) @addb
  • Update to production pods released with tvOS support (#311) @addb