diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2cf8c..77de5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.5.1](https://github.com/flextype-plugins/twig/compare/v1.5.0...v1.5.1) (2020-12-10) + +### Bug fixes + +* **media** fix namespace for media + # [1.5.0](https://github.com/flextype-plugins/twig/compare/v1.4.0...v1.5.0) (2020-12-10) diff --git a/plugin.yaml b/plugin.yaml index 51de285..a3d7c54 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Twig -version: 1.5.0 +version: 1.5.1 description: Twig plugin to present Twig template engine for Flextype. icon: fas fa-palette author: diff --git a/twig/MediaTwigExtension.php b/twig/MediaTwigExtension.php index 6369a9a..d4f5c9d 100644 --- a/twig/MediaTwigExtension.php +++ b/twig/MediaTwigExtension.php @@ -9,6 +9,7 @@ namespace Flextype\Plugin\Twig\Twig; +use Atomastic\Arrays\Arrays; use Twig\Extension\AbstractExtension; use Twig\Extension\GlobalsInterface;