Skip to content

Commit a8b003d

Browse files
Release v4.4.0
1 parent 90826fd commit a8b003d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.4.0
2+
3+
- update jquery to 3.5.1 (note: [3.5.0 contains important security updates](https://github.com/advisories/GHSA-jpcq-cgw6-v4j6))
4+
- unescape dollar signs and backticks in `assert_select_jquery` to match
5+
Rails updated behavior.
6+
17
## 4.3.5
28

39
- update jquery to 3.4.1

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.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
56
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |
67
| 4.3.4 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
78
| 4.3.3 | 1.12.4 & 2.2.4 & 3.3.1 | 1.2.2 | - |

lib/jquery/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jquery
22
module Rails
3-
VERSION = "4.3.5"
3+
VERSION = "4.4.0"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
66
JQUERY_3_VERSION = "3.5.1"

0 commit comments

Comments
 (0)