Skip to content

Releases: joomla-framework/filesystem

joomla/filesystem-4.0.1

14 Aug 18:00
787a588
Compare
Choose a tag to compare

What's Changed

  • [3.x] Cast ini values to integer in getFileUploadMaxSize by @richard67 in #78

Full Changelog: 4.0.0...4.0.1

joomla/filesystem-3.1.3

14 Aug 17:59
556e740
Compare
Choose a tag to compare

What's Changed

  • [3.x] Cast ini values to integer in getFileUploadMaxSize by @richard67 in #78

Full Changelog: 3.1.2...3.1.3

joomla/filesystem-4.0.0

23 Jul 19:10
Compare
Choose a tag to compare

Minimum requirement was raised to PHP 8.3
PHPUnit has been updated to version 12
Fixed Docblocks parameters
Removed StringController::_getArray()

Full Changelog: 3.1.2...4.0.0

joomla/filesystem-3.1.2

19 Jul 12:46
3.1.2
6cdec5c
Compare
Choose a tag to compare

Remove files "phpstan.neon" and "phpstan-baseline.neon" from packages by @richard67 with commit 6cdec5c

Full Changelog: 3.1.1...3.1.2

joomla/filesystem-3.1.1

19 Jul 12:43
3.1.1
223e3b1
Compare
Choose a tag to compare

What's Changed

Known issues

The attached assets contain files "phpstan.neon" and "phpstan-baseline.neon", which are development only files and should not be packed.
This will be fixed with the next release.

New Contributors

Full Changelog: 3.1.0...3.1.1

joomla/filesystem-3.1.0

07 Mar 10:13
3.1.0
4bcdf0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.1.0

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