Releases: richdynamix/magestead
Releases · richdynamix/magestead
Composer Config Updates
Added -
- Detect composer home directory regardless of OS
Fixed -
- Force composer auth object to be cast to array for parsing by @zdraganov
Improvements & Bug Fixes
Added -
- Added cache types param to clean and flush commands Fixes #67
- Added option to install sample data on Magento 2 Fixes #34
- Added self-update command of the Magestead CLI
- Copy user auth.json to project for composer actions within VM
Fixed -
- Removed PHP 7 warning for Magento 1 installer
- Project is no longer pushed to remote repo, only commited to index
- Fixed API scheme for capturing installs
Core System Updates
PHP7 on Magento 1
Added -
- PHP 7 support for Magento 1
- New Log commands for view server access and error logs
- Usage API to track technology stacks used in projects. (This will allow for better future development)
Fixed -
- Missing server log entries for NGINX server blocks
SSH Keygen Defect
Fixed -
- SSH Keygen on initial VM provision
Magento Composer Autload Patch Fix
There is a strange bug where the Magento Composer autoload patch was causing issues with the Magento autoloader. This caused issues during the initial installation and viewing the page.
To get around this problem the autoload patch has been skipped on the install using the composer config setting -
"with-bootstrap-patch": false
The user is free to change this to true and retry at a later stage.
Composer Updates
Fixes -
- Licence in
composer.json
- Missing bin reference in
composer.json
- Correct autoloader reference in main magestead entry file.
Magestead 2.0 Public Release
No Change from previous release
Magestead 2.0 RC 1
Added -
New
command in place of the setup command. This will now create your target directory to install into
Fixed -
- PhpSpec and Behat tests can now run succesfully for Magento 2
Magestead 2.0 Beta 3
Added -
- CentOS/Apache/PHP7 Box
- Ubuntu/Apache/PHP7 Box
- Ubuntu/NGINX/PHP7 Box
- Ubuntu/Apache/PHP5.6 Box
- New setup choice flow
Fixed -
- PHP-FPM user permissions on project folders