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

zf-asset-manager 1.2.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 02 Nov 22:30
· 4 commits to master since this release

Added

  • #6 adds support for PHP 7.1 and 7.2.

Changed

  • #5 changes a number of internals:

    • Install and uninstall operations check for asset_manager configuration directives in a config file before including it, skipping the file if none are detected.

    • Install and uninstall operations verify that a config file does not include exit() or eval() statements before attempting to consume it; if they are present, the plugin emits a warning.

    • Uninstall operations during a package update are now performed during the pre-package-update event instead of together with install operations during 'post-package-update`. This prevents autoloader issues when classes, constants, etc. referenced by the configuration change between versions of a package.

    • Install operations are aggregated during the post-package-install event, and then executed en masse during the post-autoload-dump event. This prevents autoloader issues due to unknown classes that were reported in previous versions.

Deprecated

  • Nothing.

Removed

  • #6 removes support for HHVM.

Fixed

  • Nothing.