Skip to content

Commit b265b46

Browse files
committed
Release 4.0.4
1 parent 11ad7bc commit b265b46

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.4
2+
3+
- Fix CSP bypass vulnerability. CVE-2015-1840
4+
15
## 4.0.1
26

37
- Fix RubyGems permission problem.

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery | jQuery UJS | jQuery UI |
44
|--------|--------|------------| ----------|
5+
| 4.0.4 | 1.11.2 & 2.1.3 | 1.0.4 | - |
56
| 4.0.3 | 1.11.2 & 2.1.3 | 1.0.3 | - |
67
| 4.0.2 | - | - | - |
78
| 4.0.1 | - | - | - |

lib/jquery/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Jquery
22
module Rails
3-
VERSION = "4.0.3"
3+
VERSION = "4.0.4"
44
JQUERY_VERSION = "1.11.2"
55
JQUERY_2_VERSION = "2.1.3"
6-
JQUERY_UJS_VERSION = "1.0.3"
6+
JQUERY_UJS_VERSION = "1.0.4"
77
end
88
end

0 commit comments

Comments
 (0)