Skip to content

Commit 2f1623a

Browse files
committed
v3.1.0
1 parent 8f1aaf9 commit 2f1623a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
v3.1.0
2+
+ Dont inject the WVJB bridge until all requests have finished loading (61b853)
3+
+ Add podspec file (818d49cfc)
4+
+ Memory leaks fixed (b06988f1, 20ce1b0b)
5+
+ New major contributor @peyton!
6+
17
v3.0.0
28
+ OSX Support
9+
+ New major contributor @oakho!
310

411
v2.1.2
512
+ Copy handler and response blocks

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.0.0pre'
3+
s.version = '3.1.0'
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)