@@ -4,27 +4,36 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
* [ \[ Unreleased\] ] ( #unreleased )
7
+ * [ \[ v2.0.0\] - 2016-02-05] ( #v200---2016-02-05 )
7
8
* [ \[ v1.0.0\] - 2016-01-11] ( #v100---2016-01-11 )
8
9
9
10
## [ Unreleased]
10
11
12
+ Nothing yet
13
+
14
+ ## [ v2.0.0] - 2016-02-05
15
+
11
16
### Changed
12
17
13
18
- Moved provisioning scripts
14
19
- Magento project directory moved to vagrant project root. Current structure is as follows: ` vagrant-magento/magento2ce/magento2ee `
15
20
- PHP 7.0 is installed by default instead of PHP 5.5.9 (can be configured in [ etc/config.yaml.dist] ( etc/config.yaml.dist ) )
16
21
- Renamed configuration folder from ` local.config ` to ` etc `
17
22
- Set minimum Vagrant version as 1.8
23
+ - Improved deployment speed in case of disabled NFS for folders sync
24
+ - Used custom Vagrant box with pre-installed software necessary for Magento 2 development
25
+ - Eliminated explicit dependency on PHP for Windows hosts (it can be downloaded and used locally for the project)
26
+ - XSD URN generation is executed after Magento installation
18
27
19
28
### Added
20
29
30
+ - Added [ project initialization script] ( init_project.sh ) and host scripts for routine flows (compatible with OSX, * nix and Windows)
21
31
- Implemented static value of forwarded SSH port to prevent necessity to reconfigure software accessing guest via SSH
22
32
- Implemented collision prevention for IP address and host name (in case when several machines are created at once)
23
33
- Added configuration file [ etc/config.yaml.dist] ( etc/config.yaml.dist )
24
34
- Added PHP 7.0 support
25
- - Added PHP Storm configuration during project initialization
26
- - Added [ project initialization script] ( init_project.sh ) for * nix and OSX hosts
27
- - Added ability to customize repository URLs and Apache config
35
+ - Added PHP Storm configuration during project initialization (particularly automatic deployment settings)
36
+ - Added automatic vagrant plugins installation
28
37
29
38
## [ v1.0.0] - 2016-01-11
30
39
0 commit comments