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