From a8868e7253bc704bf7e0facee82ddd4e6df5ea8d Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:17:57 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42537473fc7..137a29733cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 4.11.4 - 2024-08-21 -- Updated jQuery UI to 1.13.3. ([#15558](https://github.com/craftcms/cms/issues/15558)) +- Updated jQuery UI to 1.14.0. ([#15558](https://github.com/craftcms/cms/issues/15558)) - Fixed a bug where `craft\helpers\App::env()` and `normalizeValue()` could return incorrect results for values that looked like floats. ([#15533](https://github.com/craftcms/cms/issues/15533)) - Fixed a bug where the `users/set-password` action wasn’t respecting `redirect` params. ([#15538](https://github.com/craftcms/cms/issues/15538)) - Fixed a bug where the “Default Values” Table field setting wasn’t escaping column headings. ([#15552](https://github.com/craftcms/cms/issues/15552)) From c715474ab925f490f5c4f07fb40c0a48511fa1e8 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 26 Aug 2024 02:22:21 -0400 Subject: [PATCH 2/2] Fix package.json [ci skip] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2932ee45286..a1592de0342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "iframe-resizer": "^4.3.2", "inputmask": "^5.0.9", "jquery": "^3.6.0", - "jquery-ui": "^1.13.3", + "jquery-ui": "^1.14.0", "jquery.payment": "^3.0.0", "picturefill": "^3.0.3", "punycode": "^2.3.1", diff --git a/package.json b/package.json index a0193a9fc80..76f433534c3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "iframe-resizer": "^4.3.2", "inputmask": "^5.0.9", "jquery": "^3.6.0", - "jquery-ui": "^1.13.3", + "jquery-ui": "^1.14.0", "jquery.payment": "^3.0.0", "picturefill": "^3.0.3", "punycode": "^2.3.1",