Releasing 1.3.12

This commit is contained in:
Jose Lorenzo Rodriguez 2011-09-18 16:58:45 -04:30
parent 4464dbbd29
commit 96a8d97de7
3 changed files with 6 additions and 3 deletions

View file

@ -18,6 +18,9 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.11
1.3.12

View file

@ -17,4 +17,4 @@
* @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.11';
return $config['Cake.version'] = '1.3.12';

View file

@ -24,7 +24,7 @@ endif;
<p>For updates and important announcements, visit http://cakefest.org</p>
</iframe>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/1.3.11"><?php __('Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/1.3.12"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSecurityKeys();