File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Roadmap
22=======
33
4- v4.1.4/5
4+ v4.1.6
55--------
66
7- - [ ] 4.1.4 or 4.1.5?
87- [ ] Add WKWebView support to podspec file? (#149 )
98- [ ] iOS8 WKWebView support? (#126 )
109- [ ] WKWebView issue in OSX? (#84 )
1110- [ ] Release new version (#143 , #155 , #167 )
1211
13- v4.1.6
12+ v4.1.7
1413------
1514
1615Pull requests:
17-
1816- [ ] Dev env / docs
1917 - [ ] Automated tests (PR #128, I #151)
2018 - [ ] Embed js in objc source (PR #129)
@@ -29,8 +27,9 @@ Pull requests:
2927 - [ ] Detect offline failed requests (PR #170)
3028 - [ ] Handle redirects (PR #172)
3129 - [ ] Bridge never initiates without a didLoad (I #156)
30+ - [ ] Fix OSX lint warnings (` pod spec lint ` )
3231
33- v4.1.7
32+ v4.1.8
3433------
3534- [ ] Swift and WKWebView (#153 , #158 )
3635- [ ] Misc fixes
4039 - [ ] Consider making webpage reloads easier (I #134)
4140 - [ ] Fix use in $(document).ready (I #131)
4241 - [ ] Error message on missing handler (I #120)
42+
4343v4.2.x
4444------
45-
4645- [ ] Swift
4746 - [ ] Swift examples (I #173)
4847- [ ] Javascript
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WebViewJavascriptBridge'
3- s . version = '4.1.4 '
3+ s . version = '4.1.5 '
44 s . summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
55 s . homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ cd $(cd `dirname ${BASH_SOURCE[0]}` && pwd -P)
33cd ..
44
55# pod trunk register [email protected] 'Marcus Westin' --description='MBA/MBP-xyz'6- pod trunk push --verbose WebViewJavascriptBridge.podspec
6+ pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec
7+ echo " WVJB publish.sh TODO: Remove --allow-warnings"
You can’t perform that action at this time.
0 commit comments