Apigility v1.4.1 Release Notes

Release Date: 2016-10-17 // over 7 years ago
  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changes

    • โšก๏ธ #146 updates the Vagrant configuration to use bento/ubuntu-16.04 as its base.
    • โšก๏ธ #147 updates the minimum supported versions of the following dependencies:
      • zend-component-installer: 0.5.0
      • zf-apigility-documentation: 1.2.3
      • zf-apigility-admin: 1.5.9
    • โšก๏ธ #148 updates the public/index.php to allow intercepting calls to it for enabling and disabling development mode (e.g., php public/index.php development enable). These calls now proxy to the official zf-development-mode scripts. The change was made to allow backwards compatibility in existing toolsets such as Zend Studio, which would enable development mode when invoking the admin GUI.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #136 fixes the shipped error view scripts to accommodate PHP 7 Throwable instances.
    • ๐Ÿณ #138 fixes the Docker configuration of the Apache virtual host such that it will work correctly.
    • #145 adds a missing bootstrap directive to the shipped phpunit.xml.dist.