diff --git a/PHPCompatibilityWP/ruleset.xml b/PHPCompatibilityWP/ruleset.xml index e5cce51..6e35591 100644 --- a/PHPCompatibilityWP/ruleset.xml +++ b/PHPCompatibilityWP/ruleset.xml @@ -36,6 +36,14 @@ * str_starts_with(): since WP 5.9.0 * str_ends_with(): since WP 5.9.0 * array_is_list(): since WP 6.5.0 + * IMAGETYPE_AVIF and IMG_AVIF: since WP 6.5.0 + * array_find(): since WP 6.8.0 + * array_find_key(): since WP 6.8.0 + * array_any(): since WP 6.8.0 + * array_all(): since WP 6.8.0 + * array_first(): since WP 6.9.0 + * array_last(): since WP 6.9.0 + * IMAGETYPE_HEIF: since WP 6.9.0 --> @@ -55,6 +63,15 @@ + + + + + + + + +