diff --git a/CHANGELOG.md b/CHANGELOG.md index a152260..c0ba7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# [1.0.4](https://github.com/flextype-plugins/twig/compare/v1.0.3...v1.0.4) (2020-06-13) + +### Feature +* **core:** add FlashTwigExtension + # [1.0.3](https://github.com/flextype-plugins/twig/compare/v1.0.2...v1.0.3) (2020-06-09) diff --git a/composer.json b/composer.json index 0de4edc..a10439e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=7.2.0", "slim/twig-view": "~2.5.0", "slim/csrf": "~0.8.3", - "flextype-components/assets": "1.0.3" + "slim/flash": "~0.4.0" }, "config": { "apcu-autoloader": true, diff --git a/plugin.yaml b/plugin.yaml index c4ad3a4..2cb25b8 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Twig -version: 1.0.3 +version: 1.0.4 description: Twig plugin to present Twig template engine for Flextype. icon: fas fa-palette author: