Skip to content

Commit

Permalink
Release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 16, 2015
1 parent 92f2a9d commit ee1ed3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.3 (16 June 2015)

- Fix CSP bypass vulnerability. CVE-2015-1840

## 3.1.2 (1 September 2014)

- Updated to jquery-ujs 1.0.1
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
| 3.1.0 | 1.11.0 | - | - |
Expand Down
4 changes: 2 additions & 2 deletions lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
@@ -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
end

0 comments on commit ee1ed3c

Please sign in to comment.