All Versions
16
Latest Version
Avg Release Cycle
138 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v7.0.2 Changes

    December 07, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed PHP version constraint in composer.json from ^7.3 to >=7.3
  • v7.0.1 Changes

    August 18, 2020

    ๐Ÿ›  Fixed

    • The --exclude CLI option was not handled correctly
  • v7.0.0 Changes

    August 13, 2020

    โœ‚ Removed

    • ๐Ÿšš The --names CLI option has been removed; use the --suffix CLI option instead
    • ๐Ÿšš The --names-exclude CLI option has been removed; use the --exclude CLI option instead
  • v6.0.2 Changes

    February 28, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #207: TypeError in DOMDocument::createElement() calls
  • v6.0.1 Changes

    February 27, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #205: TypeError in ini_set() calls
  • v6.0.0 Changes

    February 09, 2020

    โœ‚ Removed

    • ๐Ÿ‘ This tool is no longer supported on PHP 7.2
  • v5.0.0 Changes

    March 16, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #182: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"

    โœ‚ Removed

    • ๐Ÿ‘ This tool is no longer supported on PHP 5.6, PHP 7.0, and PHP 7.1
  • v4.0.1 Changes

    November 18, 2017

    ๐Ÿ”„ Changed

    • This tool is now compatible with Symfony Console 4
  • v4.0.0 Changes

    June 06, 2017

    โœ‚ Removed

    • โœ‚ Removed the '--git-repository' option (and the corresponding functionality)
    • โœ‚ Removed the '--progress' option (and the corresponding functionality)
  • v3.0.1 Changes

    April 25, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #139: Introduction of T_USE in Analyser.php gives PHP Notice: Undefined index: ccn
    • ๐Ÿ›  Fixed #141: Undefined index: ccn in phar:///usr/local/bin/phploc/src/Analyser.php on line 507

    ๐Ÿ›  Fixed