Skip to content

Commit

Permalink
Updates CHANGELOG; bump to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jul 28, 2018
1 parent df18350 commit ffb12fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ffb12fb

Please sign in to comment.