Releases: joomla-framework/filesystem
Releases · joomla-framework/filesystem
joomla/filesystem-3.0.2
What's Changed
Full Changelog: 3.0.1...3.0.2
joomla/filesystem-3.0.1
What's Changed
- Cleanup non-release related files
- Add test coverage for PHP 8.3
- Fix incorecct empty patch check
- Improve PHP 8.4 compatibility
Full Changelog: 3.0.0...3.0.1
joomla/filesystem-3.0.0
What's Changed
- Raised minimum PHP version to 8.1
- Switched to PSR-12 codestyle
- Transliteration for filenames in File::makeSafe()
- Folder::files(): Adding option to switch between asort and natsort
- Don't pass buffer by reference to File::write()
- Add File::getExt()
Full Changelog: 2.0.2...3.0.0
joomla/filesystem-2.0.2
What's Changed
- Make sure that substr() parameters are valid also in PHP 8+
Full Changelog: 2.0.1...2.0.2
joomla/filesystem-2.0.1
Security Releas
[20220302] Low Severity - Low Impact - CVE-2022-23794 - Path Disclosure within filesystem error messages (affecting joomla/filesystem 1.0.0 through 1.6.1 and 2.0.0) More information »
What's Changed
- Scurity - Fix joomla/cms-security#479 by @nibra in #44
Full Changelog: 2.0.0...2.0.1
joomla/filesystem-1.6.2
Security Release
[20220302] Low Severity - Low Impact - CVE-2022-23794 - Path Disclosure within filesystem error messages (affecting joomla/filesystem 1.0.0 through 1.6.1 and 2.0.0) More information »
What's Changed
- Security - Fix joomla/cms-security#479 by @nibra in #43
Full Changelog: 1.6.1...1.6.2
joomla/filesystem-1.6.1
What's Changed
- Switching from Travis to Drone by @Hackwar in #26
- Don't include development related files in distribution package by @nibra in #29
- Phase out deprecated
$php_errormsg
variable andtrack_errors
use by @nibra in #28 - Fix typos by @PhilETaylor in #31, #32, #33, #34, #35, #36
- PHP 8.1 Compatibility by @nibra in #41
Full Changelog: 1.6.0...1.6.1
Version 1.6.0
- New function
Path::resolve
returns the resulting absolute path - Latest CS rules applied