From d1d9b50e03945ae4a49ef1e5332b8cafc5bf24e8 Mon Sep 17 00:00:00 2001 From: davidperezgar Date: Wed, 9 Oct 2024 18:51:47 +0200 Subject: [PATCH] updated version --- includes/Checker/Checks/Plugin_Repo/File_Type_Check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php b/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php index 3e084765..f1e54734 100644 --- a/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php +++ b/includes/Checker/Checks/Plugin_Repo/File_Type_Check.php @@ -252,7 +252,7 @@ protected function look_for_application_files( Check_Result $result, array $file /** * Looks for application files and amends the given result with an error if found. * - * @since 1.0.0 + * @since 1.2.0 * * @param Check_Result $result The check result to amend, including the plugin context to check. * @param array $files List of absolute file paths.