Skip to content

Commit 5a91bac

Browse files
committed
v4.1.5
1 parent f9ba8d2 commit 5a91bac

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Roadmap.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
Roadmap
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

1615
Pull 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
@@ -40,9 +39,9 @@ v4.1.7
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+
4343
v4.2.x
4444
------
45-
4645
- [ ] Swift
4746
- [ ] Swift examples (I #173)
4847
- [ ] Javascript

WebViewJavascriptBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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' }

scripts/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ cd $(cd `dirname ${BASH_SOURCE[0]}` && pwd -P)
33
cd ..
44

55
# 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"

0 commit comments

Comments
 (0)