Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Releases: box-project/box2

Fix Broken PHP 5.3 Support

13 Dec 02:08
Compare
Choose a tag to compare

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!)

HTTPS Update

27 Jul 13:59
Compare
Choose a tag to compare

Now using HTTPS to download the update manifest.

Minor Component Update

09 Jul 04:09
Compare
Choose a tag to compare
  • #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.

UX and GPG Signatures

22 Mar 03:31
Compare
Choose a tag to compare
  • #134 build not building information

I'm also going to start including GPG signatures with each release.

Bug Fix

05 Mar 17:51
Compare
Choose a tag to compare
  • #131 Fix assumed relative path to imported configuration file.

Import Configuration

25 Feb 03:50
Compare
Choose a tag to compare

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"
}

Security, Performance, and Bug Fixes

04 Jan 04:31
Compare
Choose a tag to compare

Special thanks to:

DateTime Replacements

15 Oct 02:38
Compare
Choose a tag to compare

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.

Domain Switch

31 Aug 18:17
Compare
Choose a tag to compare

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

Bug Fix

04 Mar 18:06
Compare
Choose a tag to compare
  • 6e53b90 Ignoring Phar::NONE compression setting. (fixes #98)