From 2fd52e431c3d2e9f11a4b48b3721996a338dd2f9 Mon Sep 17 00:00:00 2001 From: Pathologic Date: Fri, 8 Apr 2022 23:53:15 +0300 Subject: [PATCH] update version --- install/assets/plugins/EvoTwig.tpl | 2 +- install/assets/snippets/getCache.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/assets/plugins/EvoTwig.tpl b/install/assets/plugins/EvoTwig.tpl index df0c1f3..061f671 100644 --- a/install/assets/plugins/EvoTwig.tpl +++ b/install/assets/plugins/EvoTwig.tpl @@ -4,7 +4,7 @@ * Twig template engine for Evolution CMS 1.x * * @category plugin - * @version 2.2.0 + * @version 2.3.0 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) * @author Pathologic * @internal @properties &debug=Debug;list;true,false;true &disableTwig=Disable Twig for templates;list;true,false;false &templatesPath=Path to template files;text;assets/templates/tpl/ &templatesExtension=Templates extension;text;tpl &templatesCachePath=Path to store compiled templates;text;assets/cache/templates/ &dataCachePath=Path to store cached data for filesystem cache;text;assets/cache/data/ &allowedFunctions=Allowed functions to use as Twig functions;textarea;count,filesize,get_key,intval &allowedFilters=Allowed functions to use as Twig filters ;textarea; &baseController=Base controller class;text;Pathologic\EvoTwig\BaseController &disablePostProcess=Disable evo parser post procession;list;true,false;true &cacheDocumentObject=Cache document object;list;true,false;false diff --git a/install/assets/snippets/getCache.tpl b/install/assets/snippets/getCache.tpl index 371f16a..cc7f7db 100644 --- a/install/assets/snippets/getCache.tpl +++ b/install/assets/snippets/getCache.tpl @@ -5,7 +5,7 @@ * Snippet to cache other snippets calls * * @category snippet - * @version 2.2.0 + * @version 2.3.0 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) * @author Pathologic * @internal @properties