Skip to content

Commit 083e876

Browse files
committed
v4.1.2
1 parent 48f88cf commit 083e876

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v4.1.2
2+
+ Fix bug: webViewDidStart/FinishLoad were called twice and isLoading was always true (#86)
3+
14
v4.1.1
25
+ Better JS initialization script (thank @refractalize!)
36
+ When passing nil to an objc response callback, replace it with [NSNull null] (becomes null in js)

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.1'
3+
s.version = '4.1.2'
44
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
55
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)