# Changelog

## 0.2.0

* updated spatie/image-optimizer
* added support for avif format
* dropped support for PHP 8.0
* updated symfony/process (requires PHP 8.1)
* fixed error when uploading non-image asset, e. g. pdf (`$metadata['file']` is not set)
* fixed displaying "Optimize" link if media is no image
* renamed "Optimized" column in media library to "File size"

## 0.1.3

* fixed possible missing "Optimize" link because of accidentally translated variable
* fixed missing "Optimize" link if partially optimized
* escaped translatable strings
* added text domain to translatable strings
* improved texts/notifications
* added deploy script to sync git tag with wp/svn
* minor code restructuring

## 0.1.2

* escaped echoed (hard coded) variables (needed to pass the review process)
* sanitized `$_GET` paramaters early (also for review process)
* minor code cleanup
* minor readme updates

## 0.1.1

* fixed not displaying available optimizers when actually installed by using Symfony Process instead of `shell_exec` for availability check
* added more information to settings page
* added more details about third party resources

## 0.1.0

* initial release
