Skip to content

Commit

Permalink
v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 23, 2015
1 parent f9ba8d2 commit 5a91bac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions Roadmap.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
Roadmap
=======

v4.1.4/5
v4.1.6
--------

- [ ] 4.1.4 or 4.1.5?
- [ ] Add WKWebView support to podspec file? (#149)
- [ ] iOS8 WKWebView support? (#126)
- [ ] WKWebView issue in OSX? (#84)
- [ ] Release new version (#143, #155, #167)

v4.1.6
v4.1.7
------

Pull requests:

- [ ] Dev env / docs
- [ ] Automated tests (PR #128, I #151)
- [ ] Embed js in objc source (PR #129)
Expand All @@ -29,8 +27,9 @@ Pull requests:
- [ ] Detect offline failed requests (PR #170)
- [ ] Handle redirects (PR #172)
- [ ] Bridge never initiates without a didLoad (I #156)
- [ ] Fix OSX lint warnings (`pod spec lint`)

v4.1.7
v4.1.8
------
- [ ] Swift and WKWebView (#153, #158)
- [ ] Misc fixes
Expand All @@ -40,9 +39,9 @@ v4.1.7
- [ ] Consider making webpage reloads easier (I #134)
- [ ] Fix use in $(document).ready (I #131)
- [ ] Error message on missing handler (I #120)

v4.2.x
------

- [ ] Swift
- [ ] Swift examples (I #173)
- [ ] Javascript
Expand Down
2 changes: 1 addition & 1 deletion WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
s.version = '4.1.4'
s.version = '4.1.5'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cd $(cd `dirname ${BASH_SOURCE[0]}` && pwd -P)
cd ..

# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
pod trunk push --verbose WebViewJavascriptBridge.podspec
pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec
echo "WVJB publish.sh TODO: Remove --allow-warnings"

0 comments on commit 5a91bac

Please sign in to comment.