Changeset 55860
- Timestamp:
- 05/26/2023 11:31:14 AM (21 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r55828 r55860 16929 16929 }, 16930 16930 "jquery": { 16931 "version": "3. 6.4",16932 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3. 6.4.tgz",16933 "integrity": "sha512- v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ=="16931 "version": "3.7.0", 16932 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", 16933 "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" 16934 16934 }, 16935 16935 "jquery-color": { -
trunk/package.json
r55828 r55860 142 142 "hoverintent": "2.2.1", 143 143 "imagesloaded": "4.1.4", 144 "jquery": "3. 6.4",144 "jquery": "3.7.0", 145 145 "jquery-color": "2.2.0", 146 146 "jquery-form": "4.3.0", -
trunk/src/wp-includes/script-loader.php
r55822 r55860 823 823 // jQuery. 824 824 // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. 825 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3. 6.4' );826 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3. 6.4' );825 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7.0' ); 826 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7.0' ); 827 827 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.0' ); 828 828
Note: See TracChangeset
for help on using the changeset viewer.