Skip to content

Commit

Permalink
Releasing 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 18, 2011
1 parent 4464dbb commit 96a8d97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion cake/VERSION.txt
Expand Up @@ -18,6 +18,9 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php) // @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ // // +--------------------------------------------------------------------------------------------+ //
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.11 1.3.12







2 changes: 1 addition & 1 deletion cake/config/config.php
Expand Up @@ -17,4 +17,4 @@
* @since CakePHP(tm) v 1.1.11.4062 * @since CakePHP(tm) v 1.1.11.4062
* @license MIT License (http://www.opensource.org/licenses/mit-license.php) * @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';
2 changes: 1 addition & 1 deletion cake/libs/view/pages/home.ctp
Expand Up @@ -24,7 +24,7 @@ endif;
<p>For updates and important announcements, visit http://cakefest.org</p> <p>For updates and important announcements, visit http://cakefest.org</p>
</iframe> </iframe>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2> <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 <?php
if (Configure::read() > 0): if (Configure::read() > 0):
Debugger::checkSecurityKeys(); Debugger::checkSecurityKeys();
Expand Down

0 comments on commit 96a8d97

Please sign in to comment.