Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

68 lines (44 loc) · 4.31 KB

2.1.2 (2023-12-22)

Bug Fixes

2.1.0 (2023-03-07)

Bug Fixes

  • prevent erasing the content of a file after renaming it (949b200)
  • rewind() and fseek() do not work for ftp (0be5126)

Features

2.0.0 (2022-12-14)

chore

  • Trigger major release for previous commits (aa3e7bf)
  • Trigger major release for previous commits (8fd0aeb)

BREAKING CHANGES

  • replaced Filemode consts with Filemode Enum changed file existence validation in openStream, removed duplications in SftpFile openStream
  • set minimal php version to 8.1

1.0.0 (2022-12-13)

Bug Fixes

Features

  • added additional mode (942fed4)
  • added File mode consts (bb4fe16)
  • added fread, ftell and fseek (c2669f5)
  • added fwrite function and allowed getContent to return the whole content (5670633)
  • added get Extension and toString method (918e225)
  • added getFilenameWithoutExtension and Tests (f2bde98)
  • added move as alias for rename (1c21ffe)
  • added possibility to create file when used with write mode (840a1b2)
  • added rename function (adeb6c1)
  • allow rename to use previous filename if newpath ends with / (1162444)
  • initialized library (5fd6568)
  • made rename more predictable (99e639a)
  • overworked rename method (6532f5a)