From d5eca1c0932aadf7255d83f3ed02ffc07c3c8297 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Wed, 10 Jul 2013 08:34:17 +0100 Subject: [PATCH] Updated version on SlimViews --- Smarty.php | 2 ++ SmartyPlugins/function.siteUrl.php | 2 ++ SmartyPlugins/function.urlFor.php | 2 ++ Twig.php | 2 ++ TwigExtension.php | 2 ++ 5 files changed, 10 insertions(+) diff --git a/Smarty.php b/Smarty.php index 8c22733..d65f306 100644 --- a/Smarty.php +++ b/Smarty.php @@ -6,6 +6,8 @@ * @author Andrew Smith * @link http://www.slimframework.com * @copyright 2013 Josh Lockhart + * @version 0.1.0 + * @package SlimViews * * MIT LICENSE * diff --git a/SmartyPlugins/function.siteUrl.php b/SmartyPlugins/function.siteUrl.php index 2390ed4..11eaa0f 100644 --- a/SmartyPlugins/function.siteUrl.php +++ b/SmartyPlugins/function.siteUrl.php @@ -6,6 +6,8 @@ * Type: function * Name: siteUrl * Purpose: outputs url for a function with the defined name method + * version 0.1.0 + * package SlimViews * ------------------------------------------------------------- */ function smarty_function_siteUrl($params, $template) diff --git a/SmartyPlugins/function.urlFor.php b/SmartyPlugins/function.urlFor.php index a60c566..fc405a0 100644 --- a/SmartyPlugins/function.urlFor.php +++ b/SmartyPlugins/function.urlFor.php @@ -6,6 +6,8 @@ * Type: function * Name: urlFor * Purpose: outputs url for a function with the defined name method + * version 0.1.0 + * package SlimViews * ------------------------------------------------------------- */ function smarty_function_urlFor($params, $template) diff --git a/Twig.php b/Twig.php index 121e901..36133b2 100644 --- a/Twig.php +++ b/Twig.php @@ -6,6 +6,8 @@ * @author Andrew Smith * @link http://www.slimframework.com * @copyright 2013 Josh Lockhart + * @version 0.1.0 + * @package SlimViews * * MIT LICENSE * diff --git a/TwigExtension.php b/TwigExtension.php index a94c7cd..9152271 100644 --- a/TwigExtension.php +++ b/TwigExtension.php @@ -6,6 +6,8 @@ * @author Andrew Smith * @link http://www.slimframework.com * @copyright 2013 Josh Lockhart + * @version 0.1.0 + * @package SlimViews * * MIT LICENSE *