Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 26, 2013
1 parent a640005 commit fc8e18e
Show file tree
Hide file tree
Showing 41 changed files with 45 additions and 41 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Be sure you change the `ServerRoot` setting to point to your Slim app's document
SourceRoot = /path/to/public/directory
}

ServerVariables {
SCRIPT_NAME = /index.php
}

VirtualHost {
* {
Pattern = .*
Expand Down
2 changes: 1 addition & 1 deletion Slim/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Exception/Pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Exception/Stop.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Helper/Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Cookies.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/LogWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware/ContentTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware/Flash.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware/MethodOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware/PrettyExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Middleware/SessionCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Slim/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
4 changes: 2 additions & 2 deletions Slim/Slim.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down Expand Up @@ -49,7 +49,7 @@ class Slim
/**
* @const string
*/
const VERSION = '2.3.3';
const VERSION = '2.3.4';

/**
* @var \Slim\Helper\Set
Expand Down
2 changes: 1 addition & 1 deletion Slim/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
* @package Slim
*
* MIT LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tests/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Helper/SetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/CookiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/HeadersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Http/UtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/LogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/LogWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/ContentTypesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/FlashTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/MethodOverrideTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/PrettyExceptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Middleware/SessionCookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/MiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SlimTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2011 Josh Lockhart
* @link http://www.slimframework.com
* @license http://www.slimframework.com/license
* @version 2.3.3
* @version 2.3.4
*
* MIT LICENSE
*
Expand Down

0 comments on commit fc8e18e

Please sign in to comment.