We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f2a9d commit ee1ed3cCopy full SHA for ee1ed3c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.1.3 (16 June 2015)
2
+
3
+ - Fix CSP bypass vulnerability. CVE-2015-1840
4
5
## 3.1.2 (1 September 2014)
6
7
- Updated to jquery-ujs 1.0.1
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
+| 3.1.3 | 1.11.1 | 1.0.4 | - |
| 3.1.2 | 1.11.1 | 1.0.1 | - |
| 3.1.1 | 1.11.1 | 1.0.0 | - |
8
| 3.1.0 | 1.11.0 | - | - |
lib/jquery/rails/version.rb
@@ -1,7 +1,7 @@
module Jquery
module Rails
- VERSION = "3.1.2"
+ VERSION = "3.1.3"
JQUERY_VERSION = "1.11.1"
- JQUERY_UJS_VERSION = "1.0.1"
+ JQUERY_UJS_VERSION = "1.0.4"
end
0 commit comments