Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Apigility 1.4.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 17 Oct 17:36
· 52 commits to master since this release

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.