Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Feb 2, 2016
1 parent dd1fefc commit 5408252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Version History
Next version
+ Pretty-print json in log messages

v5.0.3
+ Run all tests for both UIWebView and WKWebView webviews/bridges.
+ Allow for calling handlers from JS with just a handler name and responseCallback function (#184).

v5.0.2
+ Fix bug that could cause a crash if the webview loads a new page immediately after JS sends a message.

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 = '5.0.2'
s.version = '5.0.3'
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

0 comments on commit 5408252

Please sign in to comment.