Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download imageapi_optimize-8.x-2.0-alpha4.tar.gztar.gz 25.47 KB
MD5: d751d54001b1ec738531871eaa11c058
SHA-1: 0daa4e564a3677b0b6ee9a965838a1267fa363fb
SHA-256: 63c9b3f93613871e0a82ae7eb5928e1d5357ef6dc2cf9d4206bfe5ac98754579
Download imageapi_optimize-8.x-2.0-alpha4.zipzip 53.96 KB
MD5: 11753f70e63c31fae4ef34384b7a6f73
SHA-1: 2e5525f8b1f58b9ef505fece615beae256c62b0c
SHA-256: 4778ae5be14b3dcf03d3070b63bdc0eb54424b74a4b3f8cac48b8aa3bf68197e

Release notes

Important changes from previous alpha releases

Split into separate projects

This module no longer provides any implementations of processor plugins. They have all been moved into other projects, also hosted on Drupal.org.

You may need to add additional modules to your existing codebase when upgrading to alpha 4. The modules you may need to add are:

ImageAPI Optimize Alpha 4 ships with an update hook that will attempt to enable those modules if you were using those plugins in pipelines. This update will fail with an exception if you are missing those new dependencies in your codebase.

These changes do not affect processors supplied by other modules such as: Kraken.

Config schema changes

Additionally ImageAPI has changed the name of the config entities for pipelines. Existing pipelines will be renamed via an update hook. If you use some kind of config management solution then you may notice renames of config because of this.

All changes since 8.x-2.0-alpha3:

Created by: Steven Jones
Created on: 23 Aug 2018 at 19:56 UTC
Last updated: 11 Feb 2020 at 15:49 UTC
Bug fixes

Other releases