├── .gitignore ├── README.md ├── assets ├── jquery-4.0.0-rc.1.js └── jquery-migrate-4.0.0-beta.1.js ├── class_wp_jquery_update_test.php ├── readme.txt └── wp-jquery-update-test.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/README.md -------------------------------------------------------------------------------- /assets/jquery-4.0.0-rc.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/assets/jquery-4.0.0-rc.1.js -------------------------------------------------------------------------------- /assets/jquery-migrate-4.0.0-beta.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/assets/jquery-migrate-4.0.0-beta.1.js -------------------------------------------------------------------------------- /class_wp_jquery_update_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/class_wp_jquery_update_test.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/readme.txt -------------------------------------------------------------------------------- /wp-jquery-update-test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/wp-jquery-update-test/HEAD/wp-jquery-update-test.php --------------------------------------------------------------------------------