Author: Kris.Wallsmith
Date: 2010-02-24 19:51:54 +0100 (Wed, 24 Feb 2010)
New Revision: 28256
Modified:
plugins/sfDoctrineMasterSlavePlugin/trunk/config/sfDoctrineMasterSlavePluginConfiguration.class.php
plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl
Log:
[sfDoctrineMasterSlavePlugin] fixed filtering of model builder options
Modified:
plugins/sfDoctrineMasterSlavePlugin/trunk/config/sfDoctrineMasterSlavePluginConfiguration.class.php
===================================================================
---
plugins/sfDoctrineMasterSlavePlugin/trunk/config/sfDoctrineMasterSlavePluginConfiguration.class.php
2010-02-24 18:38:49 UTC (rev 28255)
+++
plugins/sfDoctrineMasterSlavePlugin/trunk/config/sfDoctrineMasterSlavePluginConfiguration.class.php
2010-02-24 18:51:54 UTC (rev 28256)
@@ -134,5 +134,7 @@
{
$options['baseClassName'] = 'sfDoctrineMasterSlaveRecord';
}
+
+ return $options;
}
}
Modified: plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl 2010-02-24
18:38:49 UTC (rev 28255)
+++ plugins/sfDoctrineMasterSlavePlugin/trunk/package.xml.tmpl 2010-02-24
18:51:54 UTC (rev 28256)
@@ -59,5 +59,21 @@
* Initial plugin release at symfony live 2010
</notes>
</release>
+ <release>
+ <version>
+ <release>1.0.1</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <license>MIT</license>
+ <date>2010-02-24</date>
+ <notes>
+ * Fixed filtering of model builder options
+ </notes>
+ </release>
</changelog>
</package>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.