Skip to content

Commit 0e029b5

Browse files
colethorsenkenjis
authored andcommitted
docs
1 parent 80e0c9d commit 0e029b5

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.4.4.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ The use of the `ssl_key` option in CURLRequest was removed
3333
Due to a bug, we were using the undocumented `ssl_key` config option to define the CA bundle in CURLRequest.
3434
This was fixed and is now working according to documentation. You can define your CA bundle via the `verify` option.
3535

36+
Filesystem Helper
37+
====================================
38+
39+
``get_filenames()`` now follows symlink folders, which it previously just returned
40+
without following.
41+
3642
***************
3743
Message Changes
3844
***************

user_guide_src/source/helpers/filesystem_helper.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ The following functions are available:
164164
the second parameter to 'relative' for relative paths or any other non-empty value for
165165
a full file path.
166166

167+
Prior to v4.4.4, due to a bug, this function did not follow symlink folders.
168+
167169
Example:
168170

169171
.. literalinclude:: filesystem_helper/010.php

0 commit comments

Comments
 (0)