Skip to content

8.5.0

Choose a tag to compare

@infobip-ci infobip-ci released this 06 Jul 15:15
· 2 commits to master since this release

SDK Versions

  • Android [15.1.0]
  • Huawei [8.14.0]
  • iOS [15.5.2]

Added

  • Swift Package Manager (SPM) support for the iOS side of the plugin, as an alternative to the existing CocoaPods integration.

Note: This is a transition period. CocoaPods will still be fully supported until December 2nd, 2026, when CocoaPods Trunk is scheduled to become permanently read-only. You are not required to migrate to SPM right away. Cocoapods will continue receiving all plugin updates as before until the mentioned date. After that date, the iOS side of the plugin will only be updated via Swift Package Manager.

Changed

  • Minimum supported cordova-ios version bumped to v7.1.1.
  • plugin.xml updated to conditionally reference Package.swift or the CocoaPods podspec, depending on the cordova-ios version used by the app.
  • iOS implementation updated to conform to cordova-ios v8.
  • README.md updated with separate prerequisites for the CocoaPods and SPM integration paths, and a notice describing the dual dependency manager support.