Skip to content

plugin update checker git repo url #20

plugin update checker git repo url

plugin update checker git repo url #20

Triggered via push November 12, 2024 11:35
Status Success
Total duration 2m 10s
Artifacts

action.yml

on: push
WordPress Plugin Check
1m 48s
WordPress Plugin Check
Create Release
8s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
WordPress.WP.EnqueuedResourceParameters.MissingVersion: admin/class-wpoven-image-optimization-admin.php#L183
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WordPress.WP.EnqueuedResourceParameters.MissingVersion: admin/class-wpoven-image-optimization-admin.php#L215
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
WordPress.WP.EnqueuedResourceParameters.NotInFooter: admin/class-wpoven-image-optimization-admin.php#L215
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
WordPress.WP.EnqueuedResourceParameters.MissingVersion: admin/class-wpoven-image-optimization-admin.php#L228
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WordPress.Security.NonceVerification.Missing: admin/class-wpoven-image-optimization-admin.php#L300
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Missing: admin/class-wpoven-image-optimization-admin.php#L313
Processing form data without nonce verification.
Create Release
The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/