mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merging fixes into the trunk:
Revision: [4818] Adding fix for test in [4816]. This fixes hasOne association conditions Revision: [4817] Fixed tests Revision: [4816] Added test for conditions in binding Revision: [4815] Removing fixtures directory Revision: [4814] Adding fix for Ticket #2364 Revision: [4813] Fixed test Revision: [4812] Adding fixes for test in [4811] fixes Ticket #1100 Revision: [4811] Added tests for issue #1100 Revision: [4810] Adding fix for Ticket #2363 Removed use of: mysql_insert_id($this->connection); mysqli_insert_id($this->connection); Revision: [4809] Added test for #2361 Revision: [4808] Adding fix for Ticket #2360 Revision: [4807] Fixing test for PHP4 Revision: [4806] Improved test for #2360 Revision: [4805] Test added to replicate #2360 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4820 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
3ec4ecd127
commit
29e1e6a570
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
// +---------------------------------------------------------------------------------------------------+ //
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
1.2.0.4804alpha
|
||||
1.2.0.4820alpha
|
|
@ -24,5 +24,5 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
$config['Cake.version'] = '1.2.0.4804alpha';
|
||||
$config['Cake.version'] = '1.2.0.4820alpha';
|
||||
?>
|
Loading…
Reference in a new issue