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

Releases: zfcampus/zf-asset-manager

zf-asset-manager 1.2.0

02 Nov 22:30
Compare
Choose a tag to compare

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.

zf-asset-manager 1.1.1

12 Aug 17:13
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #3 fixes the onPostPackageUpdate() logic to pull both the initial and target package from the UpdateOperation composed in the PackageEvent, and to create new PackageEvent instances containing appropriate UninstallOperation and InstallOperation instances to pass to the uninstaller and installer.

zf-asset-manager 1.1.0

12 Aug 16:35
Compare
Choose a tag to compare

Added

  • #2 adds a post-package-update event handler that uninstalls assets for the package, and then installs any defined in the new package version. This feature will allow seamless updating of assets as they are updated in package dependencies.

Deprecated

  • Nothing.

Removed

  • Nothing.

zf-asset-manager 1.0.1

10 Aug 15:00
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #1 fixes how the public/.gitignore file is populated, ensuring no duplicates are created.

zf-asset-manager 1.0.0

26 Jul 20:21
Compare
Choose a tag to compare

Initial stable release.

Added

  • Everything.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.