diff --git a/CHANGELOG.md b/CHANGELOG.md index add0a2e..0786f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.6 - 2022-05-10 +### Fixed +- Escape unsafe HTML, this allows XML and HTML tags to display as text instead of render + ## 3.0.5 - 2021-11-23 ### Added - Add truncate / delete buttons diff --git a/composer.json b/composer.json index c52f6d9..24578e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/logs", "description": "Access logs from the CP", - "version": "3.0.5", + "version": "3.0.6", "type": "craft-plugin", "minimum-stability": "dev", "require": {