Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@mcaskill mcaskill released this 27 Nov 17:49
0.2.0
12f0153

Key Features

Renamed Registry model database table name

⚠️ [BC] Migration:

ALTER TABLE `compression_registries` RENAME TO `charcoal_image_compressions`;

Ensure a provider is always defined on ImageCompressor

⚠️ [BC] The module now requires at least one provider is defined.

Improve bootstrapping of image-compression/config service

The module can now be configured from config.image_compression instead of just config.modules.charcoal/image-compression/image-compression.

This allows one to more easily configure the module or customize the module in environment configuration files.

What's new in 0.2.0?

Full Changelog: 0.1.1...0.2.0