Skip to content

v1.5.0

Compare
Choose a tag to compare
@AmraniCh AmraniCh released this 08 Oct 22:54
· 51 commits to master since this release
4bc937a
  • Upgraded the code base to PHP v7.2.
  • Upgraded PHPUnit to ^8.0.
  • FtpCommand::raw is now throw exception in failure.
  • FtpWrapper::getErrorMessage returns empty string instead of null if no error message is available.
  • FtpClient::getFeatures throws exception in failure.
  • Fixed FtpClient::createDir for multiple directory creation.
  • FtpClient::getFileContent now throws exception if the passed file is a directory type instead of returning false value.
  • Fixed PHPDoc for some methods.