Tags: BlckStar/zf-asset-manager
Tags
zf-asset-manager 1.1.1 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [zfcampus#3](zfcampus#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 Added ----- - [zfcampus#2](zfcampus#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. Fixed ----- - Nothing.
zf-asset-manager 1.0.1 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [zfcampus#1](zfcampus#1) fixes how the `public/.gitignore` file is populated, ensuring no duplicates are created.