Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 6.68 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 6.68 KB

1.19.4 (2022-10-26)

Bug Fixes

  • implementation via CocoaPods fails due to missing FBSDKCoreKit dependency (#1666) (ac8a4fa)

1.19.3 (2021-11-21)

Bug Fixes

1.19.2

Full Changelog

Improvements

  • Updates Facebook SDK to 9.x (#1599), thanks to kmaker.

Fixes

  • Crash in Twitter login flow (#1566), thanks to dhana.

1.19.1

Full Changelog

Improvements

Fixes

1.19.0

Full Changelog

New features

Improvements

Fixes

1.18.0

Full Changelog

New features

Improvements

Fixes

Nathan Kellert and Darren Black did some hard work to not only update build environments to use Xcode 11 but also made necessary changes to get nightly builds to work on both Travis and CircleCI. This will allow us to resume more consistent updates again. Arthur Cinader helped with Travis release build fixes.

  • Fixed CircleCI Nightly Build and adding extra PR Testing #1490.
  • Fixed tvOS builds #1489.
  • Added OCMock manually to CircleCI Build #1490.
  • Updated Travis and CircleCI build environments #1473.

Notice

After getting in contact with the Bolts Framework maintainers from Facebook they have allowed us to get changes in to fix app store declines due to still using UIWebView(iOS only) rather than updating to WKWebView(iOS, macOS, and iPad OS compatible). Those that got declined should be able to re-submit after updating to the latest version of this SDK as well as its dependencies.

1.17.3

Full Changelog

New Features

Fixes