Skip to content

Releases: joomla-framework/filesystem

joomla/filesystem-3.0.2

12 Sep 11:59
c69358f
Compare
Choose a tag to compare

What's Changed

  • Remove check for chmod in File::delete() by @Hackwar in #70

Full Changelog: 3.0.1...3.0.2

joomla/filesystem-3.0.1

17 Aug 10:27
c636a13
Compare
Choose a tag to compare

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

07 Oct 21:12
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

Version 1.6.0

02 Sep 09:09
Compare
Choose a tag to compare
  • New function Path::resolve returns the resulting absolute path
  • Latest CS rules applied