Skip to content

Releases: richdynamix/magestead

Composer Config Updates

04 Nov 21:54
Compare
Choose a tag to compare

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

04 Sep 19:22
Compare
Choose a tag to compare

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

11 Jul 14:59
Compare
Choose a tag to compare

Updated Symfony components to latest version

  • console - ^3.1
  • yaml - ^3.1
  • process - ^3.1

This now fixes #51

Magento 1 composer autoload bootstrap patch is now active by default again which fixes #55

Updated Magento 1 to 1.9.2.4

PHP7 on Magento 1

17 May 17:30
Compare
Choose a tag to compare

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

14 May 09:37
Compare
Choose a tag to compare

Fixed -

  • SSH Keygen on initial VM provision

Magento Composer Autload Patch Fix

12 May 13:36
Compare
Choose a tag to compare

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

12 May 09:30
Compare
Choose a tag to compare

Fixes -

  • Licence in composer.json
  • Missing bin reference in composer.json
  • Correct autoloader reference in main magestead entry file.

Magestead 2.0 Public Release

12 May 08:56
Compare
Choose a tag to compare

No Change from previous release

Magestead 2.0 RC 1

10 May 16:44
Compare
Choose a tag to compare
Magestead 2.0 RC 1 Pre-release
Pre-release

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

09 May 21:53
Compare
Choose a tag to compare
Magestead 2.0 Beta 3 Pre-release
Pre-release

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