Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 8, 2020
1 parent 90826fd commit a8b003d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.4.0

- update jquery to 3.5.1 (note: [3.5.0 contains important security updates](https://github.com/advisories/GHSA-jpcq-cgw6-v4j6))
- unescape dollar signs and backticks in `assert_select_jquery` to match
Rails updated behavior.

## 4.3.5

- update jquery to 3.4.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 |
|--------|--------|------------| ----------|
| 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |
| 4.3.4 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
| 4.3.3 | 1.12.4 & 2.2.4 & 3.3.1 | 1.2.2 | - |
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "4.3.5"
VERSION = "4.4.0"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.5.1"
Expand Down

0 comments on commit a8b003d

Please sign in to comment.