All Versions
40
Latest Version
Avg Release Cycle
90 days
Latest Release
631 days ago

Changelog History
Page 1

  • v0.15.2 Changes

    August 02, 2022

    Please note: Version 0.15.x requires PHP 7.3 or later.

    ๐Ÿ›  Fixed

    • #373: Fix array access in gitlab repo
    • โœ… #375: Fix gitlab repo tests
    • ๐Ÿ›  Fix Namespace for auth file
  • v0.15.1 Changes

    March 28, 2022

    Please note: Version 0.15.x requires PHP 7.3 or later.

    ๐Ÿ›  Fixed

    • #327: "Broken cURL install" message is not being displayed
    • ๐Ÿ #361: Problem with 'remove' command on Windows
    • #363: phive install failure: Undefined variable: output
    • #366: purge command deleted the wrong version

    ๐Ÿ”„ Changed

    • ๐Ÿ“š #325: Improve the documentation concerning GPG key handling
    • ๐Ÿš€ #341: Display identifier when no release matches (thanks @villfa)
    • โšก๏ธ #342: Update error message with the right version
    • ๐Ÿš€ #346: Fetch 100 github releases at a time (also on phar.io resolved aliases)
  • v0.15.0 Changes

    July 24, 2021

    Please note: Version 0.15.x requires PHP 7.3 or later.

    Please also note: As the SKS keyserver pool finally ceased operation, keys only hosted on their infrastructure will no longer be available to phive and installations might fail if the respective maintainer did not (re)publish their keys on still active servers. If not already done so, please tell them to use keys.openpgp.org as their preferred key server.

    ๐Ÿ–จ As of this version, --trust-gpg-keys accepts fingerprint as well as key id strings

    ๐Ÿ›  Fixed

    • #312: phive install does not silently import keys
    • #319: Fatal error on PHP 8.1 (thanks @jrfnl)

    โœ‚ Removed

    • ๐Ÿšš All Code dealing with the SKS keyserver pools has been removed

    ๐Ÿ”„ Changed

    • ๐Ÿš€ #310: Version constraints using the caret operator () now honor pre-1.0 releases, e.g. 0.3 translates to 0.3.*)
  • v0.14.5 Changes

    November 30, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป #273: Exception when tput not found
    • #284: Make phive compatible with Xdebug 3.0
    • โšก๏ธ #287: "installed" attribute in .phive/phars.xml is not updated after tool downgrade
    • ๐Ÿ”ง #291: Ensure Migrations are aware of configuration options like --home

    โž• Added

    • #286: Allow to set phive home directory via environment variable PHIVE_HOME
  • v0.14.4 Changes

    June 12, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • #266: "Ubuntu 20.04 & PHP7.4: phive install phploc" errors
  • v0.14.3 Changes

    June 03, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • #262: "Cannot write phar to ..." error
    • ๐Ÿ–จ #261: "phive status" prints wrong path to XML file

    ๐Ÿ”„ Changed

    • Phive should now properly clean up after itself, no more dangeling repo files in /tmp
    • Broken symlinks no longer break installation of phars
    • ๐Ÿ— Phive's phar build as well as cli wrapper now actually enforce use of PHP 7.2+
  • v0.14.2 Changes

    May 19, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • #259: "../.." is prepended to the path in the xml file after installation
  • v0.14.1 Changes

    May 18, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • #257: Error running phive install on 0.14.0
  • v0.14.0 Changes

    May 17, 2020

    Please note: Version 0.14.x requires PHP 7.2 or later. ๐Ÿš€ Thanks to MacFJA for major contributions to this release!

    ๐Ÿš€ This release uses phar-io/version 3.0. As a result, semantic version strings are now normalized. That means strings like v1.2.0 or 1.2 will turn into 1.2.0.

    โž• Added

    • ๐Ÿ‘ #40: Support installing PHARs from locations requiring authentication via PR #232 by MacFJA
    • #72: List of all installed Phars via PR #229 by MacFJA
    • via PR #230 by MacFJA: GitLab as an alias resolver
    • โšก๏ธ #223: phive outdated: How to know when packages needs to be updated?

    ๐Ÿ›  Fixed

    • #179: tools dir is created even when not needed
    • #218: Error when we are unable to read CLI input via PR #235 by MacFJA
    • #226: Crappy connection results in type error
    • #228: [ERROR] No RateLimit present in response
    • #236: Temporary option not used via PR #238 by MacFJA

    ๐Ÿ”„ Changed

    • #217: Hard dependency on which command via PR #231 by MacFJA
    • โšก๏ธ Updated dependencies
    • ext/gnupg should work again

    โœ‚ Removed

    • ๐Ÿšš Keyserver keys.fedoraproject.org removed from keyserver list as it ceased operation
  • v0.13.5 Changes

    September 21, 2020

    โฌ†๏ธ Please note: Version 0.13.x is the last to support PHP 7.1. Users are encouraged to upgrade to PHP 7.2 or later.

    ๐Ÿ›  Fixed

    • Github blocks HEAD requests to their API Rate Limit endpoint, use GET