Skip to content

Commit

Permalink
Merge pull request #17 from adjust/v4113
Browse files Browse the repository at this point in the history
Version 4.11.3
  • Loading branch information
uerceg committed Sep 28, 2017
2 parents 1710c37 + d7d4dce commit ad8a354
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
Binary file modified Android/AdjustSdk.Xamarin.Android/Jars/adjust-android.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("4.11.2")]
[assembly: AssemblyVersion("4.11.3")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Android/ext/sdk
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
### Version 4.11.3 (28th September 2017)
#### Added
- **[iOS]** Improved iOS 11 support.

#### Changed
- **[iOS]** Removed iOS connection validity checks.
- **[iOS]** Updated native iOS SDK to version **4.11.5**.

---

### Version 4.11.2 (15th May 2017)
#### Added
- **[IOS][AND]** Added check if `sdk_click` package response contains attribution information.
- **[IOS][AND]** Added sending of attributable parameters with every `sdk_click` package.
- **[iOS][AND]** Added check if `sdk_click` package response contains attribution information.
- **[iOS][AND]** Added sending of attributable parameters with every `sdk_click` package.

#### Changed
- **[IOS][AND]** Replaced `assert` level logs with `warn` level.
- **[iOS][AND]** Replaced `assert` level logs with `warn` level.
- **[REPO]** Updated example apps.

---
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.2
4.11.3
2 changes: 1 addition & 1 deletion iOS/AdjustSdk.Xamarin.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("4.11.2")]
[assembly: AssemblyVersion("4.11.3")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file modified iOS/AdjustSdk.Xamarin.iOS/Resources/libAdjust.a
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS/ext/sdk
Submodule sdk updated 40 files
+2 −2 Adjust.podspec
+0 −24 Adjust.xcodeproj/project.pbxproj
+27 −65 Adjust/ADJActivityState.m
+0 −19 Adjust/ADJConnectionValidator.h
+0 −88 Adjust/ADJConnectionValidator.m
+2 −2 Adjust/ADJKeychain.h
+36 −40 Adjust/ADJKeychain.m
+0 −3 Adjust/ADJPackageBuilder.m
+0 −18 Adjust/ADJRequestHandler.m
+0 −2 Adjust/ADJResponseData.h
+0 −1 Adjust/ADJResponseData.m
+2 −28 Adjust/ADJUtil.m
+1 −1 Adjust/Adjust.h
+1 −1 Adjust/Adjust.m
+1 −3 AdjustBridge/WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
+1 −1 AdjustBridge/adjust_config.js
+1 −1 AdjustTests/ADJPackageFields.m
+9 −0 CHANGELOG.md
+7 −3 README.md
+1 −1 VERSION
+27 −0 doc/english/batch.md
+1 −1 doc/english/migrate.md
+1 −1 doc/japanese/migrate_ja.md
+1 −1 doc/migrate.md
+0 −6 examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj
+0 −6 examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj
+5 −0 examples/AdjustExample-WebView/AdjustExample-WebView/Assets.xcassets/AppIcon.appiconset/Contents.json
+0 −12 examples/AdjustExample-iOS/AdjustExample-iOS.xcodeproj/project.pbxproj
+38 −48 examples/AdjustExample-iOS/AdjustExample-iOS/Base.lproj/Main.storyboard
+0 −17 examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.h
+0 −71 examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.m
+0 −35 examples/AdjustExample-iOS/AdjustExample-iOS/ViewControlleriOS.m
+0 −6 examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj
+0 −12 examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj
+7 −1 .../AdjustExample-tvOS/AdjustExample-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json
+12 −0 ...ple-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json
+31 −45 examples/AdjustExample-tvOS/AdjustExample-tvOS/Base.lproj/Main.storyboard
+0 −17 examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.h
+0 −71 examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.m
+0 −38 examples/AdjustExample-tvOS/AdjustExample-tvOS/ViewControllertvOS.m

0 comments on commit ad8a354

Please sign in to comment.