|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +This project adheres to [Semantic Versioning](http://semver.org/). |
| 5 | + |
| 6 | + * [\[Unreleased\]](#unreleased) |
| 7 | + * [\[v1.0.0\] - 2016-01-11](#v100---2016-01-11) |
| 8 | + |
| 9 | +## [Unreleased] |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | + - Moved provisioning scripts |
| 14 | + - Magento project directory moved to vagrant project root. Current structure is as follows: `vagrant-magento/magento2ce/magento2ee` |
| 15 | + - PHP 7.0 is installed by default instead of PHP 5.5.9 (can be configured in [local.config/config.yaml.dist](local.config/config.yaml.dist)) |
| 16 | + |
| 17 | +### Added |
| 18 | + |
| 19 | + - Implemented static value of forwarded SSH port to prevent necessity to reconfigure software accessing guest via SSH |
| 20 | + - Implemented collision prevention for IP address and host name (in case when several machines are created at once) |
| 21 | + - Added configuration file [local.config/config.yaml.dist](local.config/config.yaml.dist) |
| 22 | + - Added PHP 7.0 support |
| 23 | + - Added PHP Storm configuration during project initialization |
| 24 | + - Added [project initialization script](init_project.sh) for *nix and OSX hosts |
| 25 | + - Added ability to customize repository URLs and Apache config |
| 26 | + |
| 27 | +## [v1.0.0] - 2016-01-11 |
| 28 | + |
| 29 | +### Added |
| 30 | + |
| 31 | + - Integrated vagrant host manager plugin to allow automatic /etc/hosts update |
| 32 | + - Added support of EE linked to CE using symlinks on *nix hosts |
| 33 | + - Added ${MAGENTO_ROOT} environment variable, which stores installation path on the guest |
| 34 | + - Added support of Rabbit MQ |
| 35 | + - Added possibility to specify tokens for repo.magento.com composer repository |
| 36 | + - git is now installed on guest machine |
| 37 | + - Removed 'magento' MySQL user, password of 'root' user removed |
| 38 | + - Database for integration tests are created by default |
| 39 | + - Added script for clearing Magento cache from host command line |
| 40 | + - Configured XDebug to allow remote debugging |
| 41 | + - Fixed max_nesting_level issue with XDebug enabled |
| 42 | + - Apache is run by 'vagrant' user |
| 43 | + - Enabled Magento cron jobs |
| 44 | + - Enabled XDebug by default |
| 45 | + - Created vagrant configuration for Magneto 2 CE developer's environment installation |
0 commit comments