Releases: box-project/box
Releases · box-project/box
3.2.0
Features
- Rework the PHP compactor (#315)
- Add support for PhpScoper files whitelisting (#319)
Bugfixes
- Fix the processing of files (#320)
Misc
- Make a git dependent test case insensitive (#318)
- Move
NoConfigurationFound
exception to the root directory (#316)
- Bump paragonie/pharaoh to no longer require the dev version (#317)
3.1.3
Bugfixes
- Fix the auto-discovery of files with empty paths for PSR-0 autoloaders (#312)
Misc
- CS & tweaks (#308)
- Bump dependencies (#313)
3.1.2
Bugfixes
- Fix PHP-Scoper whitelisting integration (#302)
- Fix blacklisting of the main script (#307)
- Fixed dumping the PHAR contents and restoring the file limit (#306)
3.1.1
Bugfixes
- Fix various elements in the doc (#296)
- Add the timezone to the default date format (#297)
- Add a recommendation as expected when the
compression
setting is set to its default value (#298)
- Bump PhpScoper from 0.10.0 to 0.10.1 (#299)
3.1.0
Features
Bugfixes
- Remove unnecessary check_requirements.php file causing issues on CenterOS (#284)
Misc
- Log whether or not files are auto-discovered (#279)
- Make some UI tweaks (#288)
- Bump dependencies (#289)
- Remove usages of
uniqid()
(#290)
3.0.0
If you are currently using Box 2.x, make sure to check the upgrade guide.
The Backward Compatibility Promise is also detailed here
3.0.0-RC.0
Features
- Update dependencies (#268) (include compatibility with PHP-Scoper 0.9.0
- Do not exclude the license files (#269)
- Sets the permissions to 755 by default (#270)
BC breaks
- The license files are now included: this should not break anything from the PHAR itself but may break code/tests listing the content of the PHAR (#269)
- Sets the permissions to 755 by default (#270) : the permissions before we left to the default settings of the user; they are now consistent across platforms
3.0.0-beta.4
Bugfixes
- Fix invalid closure to bump the file descriptor (#262)
3.0.0-beta.3
Bugfixes
- Fixed Scoper custom path configuration option (#257)
- Update dependencies (#258)
3.0.0-beta.2
Features
BC breaks
There is some possible BC breaks in how the PHAR is being scoped due to PHP-Scoper introducing a couple of BC breaks (cf. PHP-Scoper 0.8.0 release notes) (#255)