From a9abd36d53d9c1f7732f490f8e809e55045307b3 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 29 Sep 2013 15:46:31 -0400 Subject: [PATCH] Bump version numbers --- .vagrant.v1.1380248914 | 1 + Slim/Environment.php | 2 +- Slim/Exception/Pass.php | 2 +- Slim/Exception/Stop.php | 2 +- Slim/Helper/Set.php | 2 +- Slim/Http/Cookies.php | 2 +- Slim/Http/Headers.php | 2 +- Slim/Http/Request.php | 2 +- Slim/Http/Response.php | 2 +- Slim/Http/Util.php | 2 +- Slim/Log.php | 2 +- Slim/LogWriter.php | 2 +- Slim/Middleware.php | 2 +- Slim/Middleware/ContentTypes.php | 2 +- Slim/Middleware/MethodOverride.php | 2 +- Slim/Middleware/PrettyExceptions.php | 2 +- Slim/Middleware/SessionCookie.php | 2 +- Slim/Router.php | 2 +- Slim/Slim.php | 8 ++++---- Slim/View.php | 2 +- tests/EnvironmentTest.php | 2 +- tests/Helper/SetTest.php | 2 +- tests/Http/CookiesTest.php | 2 +- tests/Http/HeadersTest.php | 2 +- tests/Http/RequestTest.php | 2 +- tests/Http/ResponseTest.php | 2 +- tests/Http/UtilTest.php | 2 +- tests/LogTest.php | 2 +- tests/LogWriterTest.php | 2 +- tests/Middleware/ContentTypesTest.php | 2 +- tests/Middleware/FlashTest.php | 2 +- tests/Middleware/MethodOverrideTest.php | 2 +- tests/Middleware/PrettyExceptionsTest.php | 2 +- tests/Middleware/SessionCookieTest.php | 2 +- tests/MiddlewareTest.php | 2 +- tests/RouteTest.php | 2 +- tests/RouterTest.php | 2 +- tests/SlimTest.php | 2 +- tests/ViewTest.php | 2 +- 39 files changed, 42 insertions(+), 41 deletions(-) create mode 100644 .vagrant.v1.1380248914 diff --git a/.vagrant.v1.1380248914 b/.vagrant.v1.1380248914 new file mode 100644 index 000000000..d280fe710 --- /dev/null +++ b/.vagrant.v1.1380248914 @@ -0,0 +1 @@ +{"active":{"default":"d4f35030-4dba-4dbb-9110-ad346b2bbeb7"}} \ No newline at end of file diff --git a/Slim/Environment.php b/Slim/Environment.php index 707b2dc16..f18ee2e8d 100644 --- a/Slim/Environment.php +++ b/Slim/Environment.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Exception/Pass.php b/Slim/Exception/Pass.php index 2833dd0ec..1f6fb307c 100644 --- a/Slim/Exception/Pass.php +++ b/Slim/Exception/Pass.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Exception/Stop.php b/Slim/Exception/Stop.php index 8667eaeaa..5ef6ab5aa 100644 --- a/Slim/Exception/Stop.php +++ b/Slim/Exception/Stop.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Helper/Set.php b/Slim/Helper/Set.php index bd001b55c..166521126 100644 --- a/Slim/Helper/Set.php +++ b/Slim/Helper/Set.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Http/Cookies.php b/Slim/Http/Cookies.php index 61c70e742..b9a1e6450 100644 --- a/Slim/Http/Cookies.php +++ b/Slim/Http/Cookies.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Http/Headers.php b/Slim/Http/Headers.php index 5e0283e6e..882cc074f 100644 --- a/Slim/Http/Headers.php +++ b/Slim/Http/Headers.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Http/Request.php b/Slim/Http/Request.php index b7d32f985..1f6e55ff5 100644 --- a/Slim/Http/Request.php +++ b/Slim/Http/Request.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Http/Response.php b/Slim/Http/Response.php index 278bc3121..6f5922315 100644 --- a/Slim/Http/Response.php +++ b/Slim/Http/Response.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Http/Util.php b/Slim/Http/Util.php index 6aad66b3e..8db3c9d5c 100644 --- a/Slim/Http/Util.php +++ b/Slim/Http/Util.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Log.php b/Slim/Log.php index 1c679d07b..e5b7caa82 100644 --- a/Slim/Log.php +++ b/Slim/Log.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/LogWriter.php b/Slim/LogWriter.php index 47c1f4e40..02687b7db 100644 --- a/Slim/LogWriter.php +++ b/Slim/LogWriter.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Middleware.php b/Slim/Middleware.php index 09ff17767..83c7cde0c 100644 --- a/Slim/Middleware.php +++ b/Slim/Middleware.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Middleware/ContentTypes.php b/Slim/Middleware/ContentTypes.php index e47ff5a43..9aaf1c0a9 100644 --- a/Slim/Middleware/ContentTypes.php +++ b/Slim/Middleware/ContentTypes.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Middleware/MethodOverride.php b/Slim/Middleware/MethodOverride.php index 5e4473e2b..b985c898e 100644 --- a/Slim/Middleware/MethodOverride.php +++ b/Slim/Middleware/MethodOverride.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Middleware/PrettyExceptions.php b/Slim/Middleware/PrettyExceptions.php index b67545e19..6e82992cb 100644 --- a/Slim/Middleware/PrettyExceptions.php +++ b/Slim/Middleware/PrettyExceptions.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Middleware/SessionCookie.php b/Slim/Middleware/SessionCookie.php index e0e7dafc5..05cb14c21 100644 --- a/Slim/Middleware/SessionCookie.php +++ b/Slim/Middleware/SessionCookie.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Router.php b/Slim/Router.php index 8f4c4fce2..85c921c80 100644 --- a/Slim/Router.php +++ b/Slim/Router.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/Slim/Slim.php b/Slim/Slim.php index fd70e451c..321b51182 100644 --- a/Slim/Slim.php +++ b/Slim/Slim.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE @@ -49,7 +49,7 @@ class Slim /** * @const string */ - const VERSION = '2.3.0'; + const VERSION = '2.3.2'; /** * @var \Slim\Helper\Set @@ -230,12 +230,12 @@ public function __set($name, $value) { $this->container[$name] = $value; } - + public function __isset($name) { return isset($this->container[$name]); } - + public function __unset($name) { unset($this->container[$name]); diff --git a/Slim/View.php b/Slim/View.php index e5be0abe3..60c04b51e 100644 --- a/Slim/View.php +++ b/Slim/View.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * @package Slim * * MIT LICENSE diff --git a/tests/EnvironmentTest.php b/tests/EnvironmentTest.php index e2f12d6fa..661d1cfb5 100644 --- a/tests/EnvironmentTest.php +++ b/tests/EnvironmentTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Helper/SetTest.php b/tests/Helper/SetTest.php index 86754811e..e6d0e677d 100644 --- a/tests/Helper/SetTest.php +++ b/tests/Helper/SetTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Http/CookiesTest.php b/tests/Http/CookiesTest.php index 33868cef0..8d1be1d23 100644 --- a/tests/Http/CookiesTest.php +++ b/tests/Http/CookiesTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Http/HeadersTest.php b/tests/Http/HeadersTest.php index e5fe17fe1..ad5dec6ac 100644 --- a/tests/Http/HeadersTest.php +++ b/tests/Http/HeadersTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Http/RequestTest.php b/tests/Http/RequestTest.php index 574fe1ff0..a560156c5 100644 --- a/tests/Http/RequestTest.php +++ b/tests/Http/RequestTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Http/ResponseTest.php b/tests/Http/ResponseTest.php index 85b857f35..b0a2eb41c 100644 --- a/tests/Http/ResponseTest.php +++ b/tests/Http/ResponseTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Http/UtilTest.php b/tests/Http/UtilTest.php index 03035149a..a23b3df1a 100644 --- a/tests/Http/UtilTest.php +++ b/tests/Http/UtilTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/LogTest.php b/tests/LogTest.php index d56299f1f..9a96438e1 100644 --- a/tests/LogTest.php +++ b/tests/LogTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/LogWriterTest.php b/tests/LogWriterTest.php index 839f09f6e..a328d6a91 100644 --- a/tests/LogWriterTest.php +++ b/tests/LogWriterTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Middleware/ContentTypesTest.php b/tests/Middleware/ContentTypesTest.php index d1a566b93..277c7a070 100644 --- a/tests/Middleware/ContentTypesTest.php +++ b/tests/Middleware/ContentTypesTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Middleware/FlashTest.php b/tests/Middleware/FlashTest.php index 7b8f7961d..833b87f94 100644 --- a/tests/Middleware/FlashTest.php +++ b/tests/Middleware/FlashTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Middleware/MethodOverrideTest.php b/tests/Middleware/MethodOverrideTest.php index af22ff185..2c27fcdb4 100644 --- a/tests/Middleware/MethodOverrideTest.php +++ b/tests/Middleware/MethodOverrideTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Middleware/PrettyExceptionsTest.php b/tests/Middleware/PrettyExceptionsTest.php index 28dabcc2f..0bdfacebb 100644 --- a/tests/Middleware/PrettyExceptionsTest.php +++ b/tests/Middleware/PrettyExceptionsTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/Middleware/SessionCookieTest.php b/tests/Middleware/SessionCookieTest.php index 53a4e3fdc..068df670e 100644 --- a/tests/Middleware/SessionCookieTest.php +++ b/tests/Middleware/SessionCookieTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/MiddlewareTest.php b/tests/MiddlewareTest.php index a95036a12..0fb13c45d 100644 --- a/tests/MiddlewareTest.php +++ b/tests/MiddlewareTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/RouteTest.php b/tests/RouteTest.php index 31d8c4010..a7ba5ff54 100644 --- a/tests/RouteTest.php +++ b/tests/RouteTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/RouterTest.php b/tests/RouterTest.php index 088c02f8a..f1c40b69b 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/SlimTest.php b/tests/SlimTest.php index e27c080ea..a3b5bb0da 100644 --- a/tests/SlimTest.php +++ b/tests/SlimTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE * diff --git a/tests/ViewTest.php b/tests/ViewTest.php index 1f4255ad7..b81a1a17b 100644 --- a/tests/ViewTest.php +++ b/tests/ViewTest.php @@ -6,7 +6,7 @@ * @copyright 2011 Josh Lockhart * @link http://www.slimframework.com * @license http://www.slimframework.com/license - * @version 2.3.0 + * @version 2.3.2 * * MIT LICENSE *