All Versions
166
Latest Version
Avg Release Cycle
13 days
Latest Release
547 days ago

Changelog History
Page 9

  • v1.10.17 Changes

    October 30, 2020
    • Fixed Bitbucket API authentication issue
    • Fixed parsing of Composer 2 lock files breaking in some rare conditions
  • v1.10.16 Changes

    October 24, 2020
    • Added warning to validate command for cases where packages provide/replace a package that they also require
    • Fixed JSON schema validation issue with PHPStorm
    • Fixed symlink handling in archive command
  • v1.10.15 Changes

    October 13, 2020
    • Fixed path repo version guessing issue
  • v1.10.14 Changes

    October 13, 2020
    • Fixed version guesser to look at remote branches as well as local ones
    • Fixed path repositories version guessing to handle edge cases where version is different from the VCS-guessed version
    • Fixed COMPOSER env var causing issues when combined with the global command
    • Fixed a few issues dealing with PHP without openssl extension (not recommended at all but sometimes needed for testing)
  • v1.10.13 Changes

    September 09, 2020
    • Fixed regressions with old version validation
    • Fixed invalid root aliases not being reported
  • v1.10.12 Changes

    September 08, 2020
    • Fixed regressions with old version validation
  • v1.10.11 Changes

    September 08, 2020
    • Fixed more PHP 8 compatibility issues
    • Fixed regression in handling of CTRL-C when xdebug is loaded
    • Fixed status handling of broken symlinks
  • v1.10.10 Changes

    August 03, 2020
    • Fixed create-project not triggering events while installing the root package
    • Fixed PHP 8 compatibility issue
    • Fixed self-update to avoid automatically upgrading to the next major version once it becomes stable
  • v1.10.9 Changes

    July 16, 2020
    • Fixed Bitbucket redirect loop when credentials are outdated
    • Fixed GitLab auth prompt wording
    • Fixed self-update handling of files requiring admin permissions to write to on Windows (it now does a UAC prompt)
    • Fixed parsing issues in funding.yml files
  • v1.10.8 Changes

    June 24, 2020
    • Fixed compatibility issue with git being configured to show signatures by default
    • Fixed discarding of local changes when updating packages to include untracked files
    • Several minor fixes