Skip to content

Releases: joomla-framework/filesystem

joomla/filesystem-3.0.0

07 Oct 21:12

Choose a tag to compare

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

15 Aug 18:17

Choose a tag to compare

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

29 Mar 16:32

Choose a tag to compare

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

Full Changelog: 2.0.0...2.0.1

joomla/filesystem-1.6.2

29 Mar 16:31

Choose a tag to compare

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

Full Changelog: 1.6.1...1.6.2

joomla/filesystem-1.6.1

27 Jan 14:30
5812e77

Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

Version 1.6.0

02 Sep 09:09

Choose a tag to compare

  • New function Path::resolve returns the resulting absolute path
  • Latest CS rules applied