Skip to content

Releases: box-project/box

3.2.0

08 Nov 08:36
4b4b069
Compare
Choose a tag to compare

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

31 Oct 20:50
577bcc0
Compare
Choose a tag to compare

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

16 Oct 10:21
f5403bd
Compare
Choose a tag to compare

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

09 Oct 21:22
6dc36fd
Compare
Choose a tag to compare

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

07 Oct 21:35
6cf6c83
Compare
Choose a tag to compare

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

10 Sep 12:30
abc01b3
Compare
Choose a tag to compare

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

06 Aug 17:20
274dba3
Compare
Choose a tag to compare
3.0.0-RC.0 Pre-release
Pre-release

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

17 Jun 12:31
ada42d7
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

Bugfixes

  • Fix invalid closure to bump the file descriptor (#262)

3.0.0-beta.3

14 Jun 10:44
37699fe
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release

Bugfixes

  • Fixed Scoper custom path configuration option (#257)
  • Update dependencies (#258)

3.0.0-beta.2

09 Jun 22:59
ba5958b
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

Features

  • Update PHP-Scoper (#255)

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)