This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
Releases: box-project/box2
Releases · box-project/box2
Fix Broken PHP 5.3 Support
HTTPS Update
Now using HTTPS to download the update manifest.
Minor Component Update
- #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
- #134 build not building information
I'm also going to start including GPG signatures with each release.
Bug Fix
Import Configuration
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
DateTime Replacements
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 (likereplacements
) for Box to find and replace with the current date and time. - The
datetime_format
allows you to specify the date format.
Domain Switch
Moving to GitHub URLs instead of ones that used to rely on the box-project.org
domain.