All Versions
10
Latest Version
Avg Release Cycle
72 days
Latest Release
2690 days ago

Changelog History

  • v2.7.5 Changes

    December 13, 2016

    ๐Ÿš€ This release fixes support for PHP 5.3 that was broken when support for newer version components was added.

    • #151 Phar file for v2.7.4 is broken [unexpected T_STRING in Process.php] (thanks @keradus, @glensc!)
  • v2.7.4 Changes

    July 27, 2016

    โšก๏ธ Now using HTTPS to download the update manifest.

  • v2.7.3 Changes

    July 09, 2016
    • #144 Allow to use Symfony 3.x components

    ๐Ÿš€ Since this release does not really affect the distribution file, a new phar file will not be included for this release. The new release will work with people using Composer to install Box.

  • v2.7.2 Changes

    March 22, 2016
    • ๐Ÿ— #134 build not building information

    ๐Ÿš€ I'm also going to start including GPG signatures with each release.

  • v2.7.1 Changes

    March 05, 2016
    • ๐Ÿ”ง #131 Fix assumed relative path to imported configuration file.
  • v2.7.0 Changes

    February 25, 2016

    ๐Ÿ”ง You can now import another configuration file.

    box.json

    {
        "import": "box.json.dist",
        "alias": "non-dist.phar"
    }
    

    box.json.dist

    {
        "alias": "dist.phar",
        "output": "example.phar"
    }
    
  • v2.6.1 Changes

    January 04, 2016

    Special thanks to:

  • v2.6.0 Changes

    October 15, 2015

    ๐Ÿš€ Thanks to @micheleorselli (PR #115), this release comes with two new configuration options:

    { "datetime": "dateformat", "datetime\_format": "Y-m-d H:i:s"}
    
    • The datetime setting allows you to specify a placeholder value (like replacements) for Box to find and replace with the current date and time.
    • The datetime_format allows you to specify the date format.
  • v2.5.3 Changes

    August 31, 2015

    Moving to GitHub URLs instead of ones that used to rely on the box-project.org domain.

  • v2.5.2 Changes

    March 04, 2015
    • ๐Ÿ›  6e53b90 Ignoring Phar::NONE compression setting. (fixes #98)