Skip to content

Releases: hguenot/yii2-gftp

V3.0.3: Minor fix

13 Sep 20:30
b379ea0
Compare
Choose a tag to compare
Merge pull request #26 from grptx/master

Update FtpUnixFileListConverter.php

V3.0.2: Add raw command on FTP Component

15 Apr 20:40
31fb06f
Compare
Choose a tag to compare
Merge pull request #25 from armagedon007/patch-1

Update FtpComponent.php

V3.0.1: Full PHP 7.1+ code rewriting

24 Apr 07:36
Compare
Choose a tag to compare

V3.0.0: Full PHP 7.1+ code rewriting

22 Apr 07:32
Compare
Choose a tag to compare
Move to PHP 7.1 syntax

V2.1.0: For PHP 7.2

19 Feb 05:36
420b14d
Compare
Choose a tag to compare
Merge pull request #19 from ndobromirov/master

Fixed the issue for PHP 7.2.

Namespace corrections

06 Jun 11:05
Compare
Choose a tag to compare
2.1.3

Missing quote

V2.1.1

13 Nov 13:55
Compare
Choose a tag to compare

Basic bugfix

V2.1

22 Aug 05:57
Compare
Choose a tag to compare

Bugfix :

  • Issue #2 Undefined variable: full_remote_file
  • Issue #3 Getting unknown property: gftp\FtpComponent::param
  • Issue #4 Undefined $connectionString
  • Issue #5 Fix some undefined errors

New functionnality

  • Issue #6 Add FtpComponent::fileExists method for testing remote file/folder existence

V2.0.1

15 Jul 20:08
Compare
Choose a tag to compare

Changelog :

  • Issue #1 : Unclosed comment in FtpDriver.php

V2.0

19 Jun 19:51
Compare
Choose a tag to compare

This new version provides an easy way to extends FTP system by adding new drivers.