Skip to content

Releases: czproject/git-php

Version 3.18.1

03 Jul 09:06
db664a8
Compare
Choose a tag to compare
  • GitRepository: fixed getCommitDate() (#55)

Version v3.18.0

30 Jun 15:30
ed44221
Compare
Choose a tag to compare

GitRepository: added methods getCommitDate() & getCommitAuthor() (#54)

Version 3.17.1

05 Dec 17:26
b5e709f
Compare
Choose a tag to compare
  • fixed GitRepository::cloneRepository() on PHP 7.4 (#46)

Version 3.17.0

09 Feb 13:17
Compare
Choose a tag to compare
  • GitRepository: added methods getCommitMessage() & getCommitData() (#36, #31)
  • GitRepository: cloneRepository() uses proc_open() instead of exec() (#37)

Version 3.16.2

25 Jan 07:27
Compare
Choose a tag to compare
  • GitRepository: fixed getLastCommitId() on Windows (#38)

Version 3.16.1

21 Jan 08:00
Compare
Choose a tag to compare

GitRepository: fixed isRemoteUrlReadable() on non-Windows platforms (#35)

Version 3.16.0

14 Jan 12:12
Compare
Choose a tag to compare

GitRepository: added method getRemoteBranches() (#34)

Version 3.15.1

14 Jan 10:52
Compare
Choose a tag to compare
  • GitRepository: fixed isRemoteUrlReadable() on Windows (#33)

Version 3.15.0

11 Jan 09:37
Compare
Choose a tag to compare
  • GitRepository: addFile() throws exception if file doesn't exists (#32)

Version 3.14.0

17 Apr 09:10
Compare
Choose a tag to compare
  • GitRepository: fixed hasChanges() (#25)
  • GitRepository: added method getLastCommitId() (#24)