Skip to content

Commit

Permalink
Merge pull request #23 from adjust/v4117
Browse files Browse the repository at this point in the history
Version 4.11.7
  • Loading branch information
uerceg authored Oct 5, 2017
2 parents 586f57d + 1c315c6 commit 815714b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Version 4.11.7 (5th October 2017)
#### Added
- **[iOS]** Added support for `use_frameworks!` option in `Podfile` (thanks to @jimmy-devine).

#### Changed
- **[iOS]** Updated Adjust pod version to `4.11.5` in `react-native-adjust.podspec`.

#### Native SDKs
- **[iOS]** [[email protected]][ios_sdk_v4.11.5]
- **[AND]** [[email protected]][android_sdk_v4.11.4]

---

### Version 4.11.6 (28th September 2017)
#### Added
- **[iOS]** Improved iOS 11 support.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.6
4.11.7
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var AdjustConfig = function(appToken, environment) {
this.appToken = appToken;
this.environment = environment;

this.sdkPrefix = "react_native4.11.6";
this.sdkPrefix = "react_native4.11.7";
this.logLevel = null;

this.eventBufferingEnabled = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-adjust",
"description": "Adjust React Native SDK",
"version": "4.11.6",
"version": "4.11.7",
"main": "index.js",
"author": "adjust GmbH",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion react-native-adjust.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'

s.dependency 'Adjust', '~> 4.11.4'
s.dependency 'Adjust', '~> 4.11.5'
s.dependency 'React'
end

0 comments on commit 815714b

Please sign in to comment.