From 8dda8a33b5aa4caa1aa53176b624dd84fcbf71a2 Mon Sep 17 00:00:00 2001 From: Casper de Groot Date: Sat, 2 Apr 2022 11:11:05 +0200 Subject: [PATCH 1/3] updated reference to jQuery 3.6.0 as companion to https://github.com/wintercms/winter/pull/521 --- services-asset-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services-asset-compilation.md b/services-asset-compilation.md index 4079d203..9ecfc7db 100644 --- a/services-asset-compilation.md +++ b/services-asset-compilation.md @@ -122,7 +122,7 @@ The following aliases are supported: Alias | Description ------------- | ------------- -`@jquery` | Reference to the jQuery library (v3.4.0) used in the backend. (JavaScript) +`@jquery` | Reference to the jQuery library (v3.6.0) used in the backend. (JavaScript) `@framework` | AJAX framework extras, subsitute for `{% framework %}` tag. (JavaScript) `@framework.extras` | AJAX framework extras, subsitute for `{% framework extras %}` tag. (JavaScript, CSS) `@framework.extras.js` | AJAX framework extras, (JavaScript) From 93644acd77788b8bf4f1c49409affa7311eb990a Mon Sep 17 00:00:00 2001 From: Casper de Groot Date: Mon, 7 Aug 2023 13:19:10 +0200 Subject: [PATCH 2/3] updated reference to jQuery 3.7.0 as companion to wintercms/winter#521 --- services-asset-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services-asset-compilation.md b/services-asset-compilation.md index 9ecfc7db..9f541ae2 100644 --- a/services-asset-compilation.md +++ b/services-asset-compilation.md @@ -122,7 +122,7 @@ The following aliases are supported: Alias | Description ------------- | ------------- -`@jquery` | Reference to the jQuery library (v3.6.0) used in the backend. (JavaScript) +`@jquery` | Reference to the jQuery library (v3.7.0) used in the backend. (JavaScript) `@framework` | AJAX framework extras, subsitute for `{% framework %}` tag. (JavaScript) `@framework.extras` | AJAX framework extras, subsitute for `{% framework extras %}` tag. (JavaScript, CSS) `@framework.extras.js` | AJAX framework extras, (JavaScript) From b3c8f5b4dede744fed6082d94d8b08e09a893688 Mon Sep 17 00:00:00 2001 From: Casper de Groot Date: Thu, 28 Dec 2023 09:27:46 +0100 Subject: [PATCH 3/3] updated reference to jQuery 3.7.1 as companion to wintercms/winter#1026 --- services-asset-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services-asset-compilation.md b/services-asset-compilation.md index 9f541ae2..06cd28b8 100644 --- a/services-asset-compilation.md +++ b/services-asset-compilation.md @@ -122,7 +122,7 @@ The following aliases are supported: Alias | Description ------------- | ------------- -`@jquery` | Reference to the jQuery library (v3.7.0) used in the backend. (JavaScript) +`@jquery` | Reference to the jQuery library (v3.7.1) used in the backend. (JavaScript) `@framework` | AJAX framework extras, subsitute for `{% framework %}` tag. (JavaScript) `@framework.extras` | AJAX framework extras, subsitute for `{% framework extras %}` tag. (JavaScript, CSS) `@framework.extras.js` | AJAX framework extras, (JavaScript)