From 2420bce1683fa498f276d4ef27deba0f982efa57 Mon Sep 17 00:00:00 2001 From: predominant Date: Sun, 25 Apr 2010 14:27:29 +1000 Subject: [PATCH] Updated vesion numbers to 1.3.0 --- cake/VERSION.txt | 3 ++- cake/config/config.php | 2 +- cake/libs/view/pages/home.ctp | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cake/VERSION.txt b/cake/VERSION.txt index 6d2b7a2db..4276a6cf6 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -18,4 +18,5 @@ // @license MIT License (http://www.opensource.org/licenses/mit-license.php) // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -1.3.0-RC4 +1.3.0 + diff --git a/cake/config/config.php b/cake/config/config.php index f71dfa725..2b603aede 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -17,5 +17,5 @@ * @since CakePHP(tm) v 1.1.11.4062 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ -return $config['Cake.version'] = '1.3.0-RC4'; +return $config['Cake.version'] = '1.3.0'; ?> \ No newline at end of file diff --git a/cake/libs/view/pages/home.ctp b/cake/libs/view/pages/home.ctp index aa287d952..2a38b9788 100644 --- a/cake/libs/view/pages/home.ctp +++ b/cake/libs/view/pages/home.ctp @@ -20,8 +20,8 @@ if (Configure::read() == 0): $this->cakeError('error404'); endif; ?> -

- +

+ 0): Debugger::checkSecurityKeys();