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 1
1
Roadmap
2
2
=======
3
3
4
- v4.1.4/5
4
+ v4.1.6
5
5
--------
6
6
7
- - [ ] 4.1.4 or 4.1.5?
8
7
- [ ] Add WKWebView support to podspec file? (#149 )
9
8
- [ ] iOS8 WKWebView support? (#126 )
10
9
- [ ] WKWebView issue in OSX? (#84 )
11
10
- [ ] Release new version (#143 , #155 , #167 )
12
11
13
- v4.1.6
12
+ v4.1.7
14
13
------
15
14
16
15
Pull requests:
17
-
18
16
- [ ] Dev env / docs
19
17
- [ ] Automated tests (PR #128, I #151)
20
18
- [ ] Embed js in objc source (PR #129)
@@ -29,8 +27,9 @@ Pull requests:
29
27
- [ ] Detect offline failed requests (PR #170)
30
28
- [ ] Handle redirects (PR #172)
31
29
- [ ] Bridge never initiates without a didLoad (I #156)
30
+ - [ ] Fix OSX lint warnings (` pod spec lint ` )
32
31
33
- v4.1.7
32
+ v4.1.8
34
33
------
35
34
- [ ] Swift and WKWebView (#153 , #158 )
36
35
- [ ] Misc fixes
40
39
- [ ] Consider making webpage reloads easier (I #134)
41
40
- [ ] Fix use in $(document).ready (I #131)
42
41
- [ ] Error message on missing handler (I #120)
42
+
43
43
v4.2.x
44
44
------
45
-
46
45
- [ ] Swift
47
46
- [ ] Swift examples (I #173)
48
47
- [ ] Javascript
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'WebViewJavascriptBridge'
3
- s . version = '4.1.4 '
3
+ s . version = '4.1.5 '
4
4
s . summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
5
5
s . homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
6
6
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)
3
3
cd ..
4
4
5
5
# pod trunk register narcvs@gmail.com '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