diff --git a/CHANGELOG.md b/CHANGELOG.md index f91068f..de8e48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Retcon Changelog +## 2.0.5 - 2018-07-28 +### Fixed +- Fixes a bug where the `transform` method would return an empty string if Retcon would fail to transform an image +- Fixes various issues related to the project config file (i.e. `/config/retcon.php`) and plugin settings + +### Improved +- Improves image path handling for the `srcset` and `transform` methods + ## 2.0.4 - 2018-07-25 ### Fixed - Fixes a recently introduced regression error in the "retcon" catch-all method, affecting the "srcset" method and others. diff --git a/composer.json b/composer.json index 5940a2e..617b336 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mmikkel/retcon", "description": "Powerful Twig filters for mutating and querying HTML", "type": "craft-plugin", - "version": "2.0.4", + "version": "2.0.5", "keywords": [ "craft", "cms",