From 00075779a2fbc3b3daeb180d533cc139ebcac9a8 Mon Sep 17 00:00:00 2001 From: ve3 Date: Tue, 10 Dec 2024 14:14:06 +0700 Subject: [PATCH] v2.0.15 --- README.md | 2 ++ Rundiz/Upload/Upload.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffa7cc..dec12e5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ PHP Upload.
Upload single or multiple files with validations. +Tested up to PHP 8.4. + ## Features * allowed file extensions diff --git a/Rundiz/Upload/Upload.php b/Rundiz/Upload/Upload.php index 1622533..4067d7d 100644 --- a/Rundiz/Upload/Upload.php +++ b/Rundiz/Upload/Upload.php @@ -13,7 +13,7 @@ * PHP upload class that is able to validate requirements and limitations, real file's mime type check, detect the errors and report. * * @package Upload - * @version 2.0.14 + * @version 2.0.15 * @author Vee W. * * @property-read array $predefinedErrorMessages Pre-defined error messages.