Apigility v1.5.2 Release Notes

Release Date: 2019-01-09 // over 5 years ago
  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #168 fixes file permissions of the /var/www folder when using Vagrant, setting them to the www-data user.

Previous changes from v1.5.1

  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • โšก๏ธ #165 updates the composer.lock by running composer install using a PHP 5.6 release. This was done as the 1.5.0 release was made using a PHP 7.1+ binary, and thus installed versions of dependencies that were compatible with those release - but not with 5.6. Once a release is made with this patch, users on PHP 5.6 will be able to install the skeleton again.

    However, this means that PHP 7.1+ users will need to execute the following after an initial skeleton install in order to get newer versions of libraries compatible with 7.1:

      $ rm -Rf composer.lock vendor
      $ composer install