From 79b952753c4035b62a555b92d52663a1dbdd37da Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Wed, 12 May 2021 14:58:11 -0400 Subject: [PATCH] =?UTF-8?q?Add=20PR=20#106=20-=20Add=20=E2=80=9Csince?= =?UTF-8?q?=E2=80=9D=20versions=20for=20$files=20API=20var=20find()=20and?= =?UTF-8?q?=20includeOnce()=20methods?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: happy-kaseem Co-authored-by: matjazpotocnik --- wire/core/WireFileTools.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wire/core/WireFileTools.php b/wire/core/WireFileTools.php index 8fa0e094..df9ee7a2 100644 --- a/wire/core/WireFileTools.php +++ b/wire/core/WireFileTools.php @@ -594,6 +594,7 @@ class WireFileTools extends Wire { * - `excludeHidden` (bool): Exclude hidden files? (default=false). * - `returnRelative` (bool): Make returned array have filenames relative to given start $path? (default=false) * @return array Flat array of filenames + * @since 3.0.96 * */ public function find($path, array $options = array()) { @@ -1173,6 +1174,7 @@ class WireFileTools extends Wire { * @param array $options * @return bool * @see WireFileTools::include() + * @since 3.0.96 * */ function includeOnce($filename, array $vars = array(), array $options = array()) {