Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Releases: symfony/symfony-installer

1.3.0

18 Oct 14:36
Compare
Choose a tag to compare

Changelog

[b0ce47c] Removed the use of a deprecated method from DownloadCommand (@jzawadzki)
[a2e5ec0] Allow to install Symfony in the current directory (@javiereguiluz)

1.2.0

01 Oct 15:17
Compare
Choose a tag to compare

The main new feature of this version is the possibility of installing -dev and -BETA versions, which will come in very handy when the first beta of Symfony 2.8 and 3.0 are published soon.

Changelog

[f0d03d5] Allow to install -dev and -BETA versions (@94noni)
[8674f70] Check if the installer has enough permissions before downloading the file (@javiereguiluz)
[9638151] Updated Guzzle to version 5 to avoid PHP 7 issues (@javiereguiluz)
[dde530f] Updated Windows install command so it is compatible with PowerShell (@futurevision)
[eb4ba7a] Added some integration tests (@javiereguiluz)

1.1.7

26 Jun 16:07
Compare
Choose a tag to compare

This releases fixes the version number which wasn't updated before the previous release.

1.1.6

26 Jun 16:05
Compare
Choose a tag to compare

This is a bugfix release that includes a tip to create a global symfony command for Windows systems and fixed the out of sync errors reported by Composer after a fresh install.

Changelog

[c8224d2] Minor readability improvement (@wouterj)
[20c203b] Update the composer.lock file to avoid out-of-sync errors (@javiereguiluz)
[e384499] Added a tip to create windows executable (@carlcraig)

1.1.5

10 Jun 07:29
Compare
Choose a tag to compare

This version fixes a problem that prevented to execute the symfony demo command repeatedly without providing the name of a directory (see details).

1.1.4

10 Jun 06:59
Compare
Choose a tag to compare

This version fixes an issue that prevented to install Symfony on systems where the intl PHP extension is not available.

Changelog

[0045ee6] Silenced a wrong exception thrown when the intl PHP extension is not available (@xabbuh)
[9645168] Added support for a specific directory in demo command (@lyrixx)
[9d316eb] Enabled SIGINT handler (@lyrixx)
[bb276d5] Fixed uppercase usernames (@Ma27)

1.1.3

24 Apr 10:27
Compare
Choose a tag to compare

(empty release published to trigger webhooks that create the installer distributable package)

1.1.2

24 Apr 08:01
Compare
Choose a tag to compare

Changelog:

[21b2731] Fix error due to bad file path when installer is located at drive root on Windows (leto3087)
[cbb1c37] Improved error message when "self-update" command fails (javiereguiluz)

1.1.1

18 Apr 08:27
Compare
Choose a tag to compare

Changelog:

[ae8f886] Added a additional check if the posix extension is loaded (jdecoster)
[f49d032] Don't create README.md on cleanup (xelaris)

1.1.0

03 Apr 09:37
Compare
Choose a tag to compare

The main change of this version is the support for proxy servers. If you set up the HTTP_PROXY or http_proxy environment variable, the installer will now automatically detect it.

Full changelog

[bb8fecc][301ebce] #122 Updated README.md (JulienItard)
[cd92205] #125 Set PATH environment variable for Windows (sstok)
[265d4e6] #121 Improved the Download abstract command (javiereguiluz)
[19d53de] #131 Added previous exception for some 'unknown errors' (Pierstoval)
[ad8c9ab] #133 Tweaked the wording in AboutCommand (lyrixx)
[6362891] #135 Removed execution permission from some files that shouldn't be executable (javiereguiluz)
[5532128] #132 Added support for using proxy servers (javiereguiluz)