diff --git a/CHANGELOG.md b/CHANGELOG.md index 793c73a..ecc77ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.6.22] - 2024-10-02 + +### Added + +- Module `Subscription` StoreKit2 support. + +### Changed + +- Update native iOS to [`1.6.41`](https://github.com/affise/sdk-ios/blob/1.6.41/CHANGELOG.md). + ## [1.6.21] - 2024-09-06 ### Added @@ -141,6 +151,7 @@ - Api `Affise.android.getReferrer` to `Affise.getReferrer` - Api `Affise.android.getReferrerValue` to `Affise.getReferrerValue` +[1.6.22]: https://github.com/affise/flutter-sdk/compare/1.6.21...1.6.22 [1.6.21]: https://github.com/affise/flutter-sdk/compare/1.6.20...1.6.21 [1.6.20]: https://github.com/affise/flutter-sdk/compare/1.6.19...1.6.20 [1.6.19]: https://github.com/affise/flutter-sdk/compare/1.6.18...1.6.19 diff --git a/README.md b/README.md index 65f6e8a..7f1bc86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | Package | Version | |--------------------------|:--------------------------------------------------------:| -| `affise_attribution_lib` | [`1.6.21`](https://github.com/affise/sdk-react/releases) | +| `affise_attribution_lib` | [`1.6.22`](https://github.com/affise/sdk-react/releases) | - [Affise Attribution Flutter Library](#affise-attribution-flutter-library) - [Description](#description) @@ -147,10 +147,10 @@ Add modules to iOS project | Module | Version | Start | |----------------|:------------------------------------------------------------------------------------:|----------| -| `ADVERTISING` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` | -| `LINK` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | -| `STATUS` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | -| `SUBSCRIPTION` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | +| `ADVERTISING` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` | +| `LINK` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | +| `STATUS` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | +| `SUBSCRIPTION` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` | Example [example/ios/Podfile](example/ios/Podfile) @@ -159,10 +159,10 @@ target 'Runner' do # ... # Affise Modules - pod 'AffiseModule/Advertising', `1.6.40` - pod 'AffiseModule/Link', `1.6.40` - pod 'AffiseModule/Status', `1.6.40` - pod 'AffiseModule/Subscription', `1.6.40` + pod 'AffiseModule/Advertising', `1.6.41` + pod 'AffiseModule/Link', `1.6.41` + pod 'AffiseModule/Status', `1.6.41` + pod 'AffiseModule/Subscription', `1.6.41` end ``` diff --git a/android/build.gradle b/android/build.gradle index 36991c0..e1bed4d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.affise.attribution.affise_attribution_lib' -version '1.6.21' +version '1.6.22' buildscript { ext.kotlin_version = '1.7.10' diff --git a/example/ios/Podfile b/example/ios/Podfile index fba2e7c..ec977f1 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -34,10 +34,10 @@ target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) # Affise modules - pod 'AffiseModule/Advertising', '1.6.40' - pod 'AffiseModule/Status', '1.6.40' - pod 'AffiseModule/Link', '1.6.40' - pod 'AffiseModule/Subscription', '1.6.40' + pod 'AffiseModule/Advertising', '1.6.41' + pod 'AffiseModule/Status', '1.6.41' + pod 'AffiseModule/Link', '1.6.41' + pod 'AffiseModule/Subscription', '1.6.41' end post_install do |installer| diff --git a/example/pubspec.lock b/example/pubspec.lock index 375982d..5f4263a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.6.21" + version: "1.6.22" async: dependency: transitive description: diff --git a/ios/affise_attribution_lib.podspec b/ios/affise_attribution_lib.podspec index d045832..6756958 100644 --- a/ios/affise_attribution_lib.podspec +++ b/ios/affise_attribution_lib.podspec @@ -21,6 +21,6 @@ Affise Attribution Flutter plugin. s.swift_version = '5.0' s.dependency 'Flutter' - s.dependency 'AffiseInternal', '1.6.40' + s.dependency 'AffiseInternal', '1.6.41' end diff --git a/pubspec.yaml b/pubspec.yaml index 1cacd46..15bf3b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: affise_attribution_lib description: Affise Attribution Flutter plugin. -version: 1.6.21 +version: 1.6.22 homepage: https://affise.com/ environment: