From 0ba38afc2886c3d2339013b8e4741b2715d49028 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 28 Apr 2020 21:27:01 +0300 Subject: [PATCH] Twig 1.0.0 --- CHANGELOG.md | 3 +++ README.md | 7 ++++--- bootstrap.php | 2 +- composer.json | 2 +- plugin.yaml | 2 +- twig/CacheTwigExtension.php | 2 +- twig/CsrfTwigExtension.php | 2 +- twig/EmitterTwigExtension.php | 2 +- twig/EntriesTwigExtension.php | 2 +- twig/FilesystemTwigExtension.php | 2 +- twig/GlobalVarsTwigExtension.php | 2 +- twig/I18nTwigExtension.php | 2 +- twig/JsonTwigExtension.php | 2 +- twig/MarkdownTwigExtension.php | 2 +- twig/ParserTwigExtension.php | 2 +- twig/RegistryTwigExtension.php | 2 +- twig/SerializerTwigExtension.php | 2 +- twig/UrlTwigExtension.php | 2 +- twig/YamlTwigExtension.php | 2 +- 19 files changed, 24 insertions(+), 20 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..18c291e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ + +# [1.0.0](https://github.com/flextype-plugins/twig) (2020-04-28) +* Initial Release diff --git a/README.md b/README.md index 5a20b51..19b2532 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Twig Plugin for Flextype

+

Twig Plugin for Flextype

Version License Total downloads Flextype Discord @@ -18,8 +18,9 @@ The following dependencies need to be installed for Twig Plugin. ## Installation -* Download & Install all required dependencies. -* Download Admin Panel Plugin and unzip plugin to the folder /project/plugins/ +1. Download & Install all required dependencies. +2. Create new folder `/project/plugins/twig` +3. Download Twig Plugin and unzip plugin content to the folder `/project/plugins/twig` ## Documentation diff --git a/bootstrap.php b/bootstrap.php index edf417c..8507530 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * @link http://digital.flextype.org + * @link https://flextype.org * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/composer.json b/composer.json index c6fb29e..0de4edc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ { "name": "Sergey Romanenko", "email": "support@flextype.org", - "homepage": "http://digital.flextype.org" + "homepage": "https://flextype.org" } ], "support": { diff --git a/plugin.yaml b/plugin.yaml index ec58d6c..0d53e23 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -5,7 +5,7 @@ icon: fas fa-palette author: name: Sergey Romanenko email: support@flextype.org - url: http://flextype.org + url: https://flextype.org homepage: https://github.com/flextype-plugins/twig bugs: https://github.com/flextype-plugins/twig/issues license: MIT diff --git a/twig/CacheTwigExtension.php b/twig/CacheTwigExtension.php index c9018de..e191d72 100644 --- a/twig/CacheTwigExtension.php +++ b/twig/CacheTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/CsrfTwigExtension.php b/twig/CsrfTwigExtension.php index efcaafe..2ecbf80 100644 --- a/twig/CsrfTwigExtension.php +++ b/twig/CsrfTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/EmitterTwigExtension.php b/twig/EmitterTwigExtension.php index 1a0ad1a..dea7339 100644 --- a/twig/EmitterTwigExtension.php +++ b/twig/EmitterTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/EntriesTwigExtension.php b/twig/EntriesTwigExtension.php index 384e426..ec2faa7 100644 --- a/twig/EntriesTwigExtension.php +++ b/twig/EntriesTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/FilesystemTwigExtension.php b/twig/FilesystemTwigExtension.php index 8e48b6c..6ae0e44 100644 --- a/twig/FilesystemTwigExtension.php +++ b/twig/FilesystemTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/GlobalVarsTwigExtension.php b/twig/GlobalVarsTwigExtension.php index 7b62433..4f3df53 100644 --- a/twig/GlobalVarsTwigExtension.php +++ b/twig/GlobalVarsTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/I18nTwigExtension.php b/twig/I18nTwigExtension.php index 1f08531..68a7d05 100644 --- a/twig/I18nTwigExtension.php +++ b/twig/I18nTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/JsonTwigExtension.php b/twig/JsonTwigExtension.php index 906b7bd..c2e0770 100644 --- a/twig/JsonTwigExtension.php +++ b/twig/JsonTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/MarkdownTwigExtension.php b/twig/MarkdownTwigExtension.php index ee627b5..c48fb63 100644 --- a/twig/MarkdownTwigExtension.php +++ b/twig/MarkdownTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/ParserTwigExtension.php b/twig/ParserTwigExtension.php index b850efc..f23c282 100644 --- a/twig/ParserTwigExtension.php +++ b/twig/ParserTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/RegistryTwigExtension.php b/twig/RegistryTwigExtension.php index a6b5f3d..e4241e4 100644 --- a/twig/RegistryTwigExtension.php +++ b/twig/RegistryTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/SerializerTwigExtension.php b/twig/SerializerTwigExtension.php index 9e66db3..a0202fe 100644 --- a/twig/SerializerTwigExtension.php +++ b/twig/SerializerTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/UrlTwigExtension.php b/twig/UrlTwigExtension.php index 38bf02d..08e5ac8 100644 --- a/twig/UrlTwigExtension.php +++ b/twig/UrlTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */ diff --git a/twig/YamlTwigExtension.php b/twig/YamlTwigExtension.php index 4bce98c..6704cfd 100644 --- a/twig/YamlTwigExtension.php +++ b/twig/YamlTwigExtension.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Flextype (http://flextype.org) + * Flextype (https://flextype.org) * Founded by Sergey Romanenko and maintained by Flextype Community. */