Author: tkoomzaaskz Date: 2010-04-11 11:46:37 +0200 (Sun, 11 Apr 2010) New Revision: 29073
Modified: plugins/tdBlogPlugin/trunk/LICENSE plugins/tdBlogPlugin/trunk/README plugins/tdBlogPlugin/trunk/config/doctrine/schema.yml plugins/tdBlogPlugin/trunk/package.xml Log: [td][blog] release 0.1.5 Modified: plugins/tdBlogPlugin/trunk/LICENSE =================================================================== --- plugins/tdBlogPlugin/trunk/LICENSE 2010-04-11 03:25:09 UTC (rev 29072) +++ plugins/tdBlogPlugin/trunk/LICENSE 2010-04-11 09:46:37 UTC (rev 29073) @@ -1,4 +1,4 @@ -Copyright (c) 2009 Tomasz Ducin +Copyright (c) 2009-2010 Tomasz Ducin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Modified: plugins/tdBlogPlugin/trunk/README =================================================================== --- plugins/tdBlogPlugin/trunk/README 2010-04-11 03:25:09 UTC (rev 29072) +++ plugins/tdBlogPlugin/trunk/README 2010-04-11 09:46:37 UTC (rev 29073) @@ -80,3 +80,5 @@ ============ * [tdCorePlugin](http://www.symfony-project.org/plugins/tdCorePlugin) + + * [sfDoctrineGuardPlugin](http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin) Modified: plugins/tdBlogPlugin/trunk/config/doctrine/schema.yml =================================================================== --- plugins/tdBlogPlugin/trunk/config/doctrine/schema.yml 2010-04-11 03:25:09 UTC (rev 29072) +++ plugins/tdBlogPlugin/trunk/config/doctrine/schema.yml 2010-04-11 09:46:37 UTC (rev 29073) @@ -10,7 +10,7 @@ type: string(128) notnull: true author_id: - type: integer(4) + type: integer(5) notnull: true text: type: clob Modified: plugins/tdBlogPlugin/trunk/package.xml =================================================================== --- plugins/tdBlogPlugin/trunk/package.xml 2010-04-11 03:25:09 UTC (rev 29072) +++ plugins/tdBlogPlugin/trunk/package.xml 2010-04-11 09:46:37 UTC (rev 29073) @@ -10,10 +10,10 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2010-02-24</date> + <date>2010-04-11</date> <time>11:00:00</time> <version> - <release>0.1.4</release> + <release>0.1.5</release> <api>0.1.0</api> </version> <stability> @@ -120,6 +120,11 @@ <channel>plugins.symfony-project.org</channel> <min>0.1.9</min> </package> + <package> + <name>sfDoctrineGuardPlugin</name> + <channel>plugins.symfony-project.org</channel> + <min>4.0.1</min> + </package> </required> </dependencies> @@ -130,6 +135,24 @@ <release> <version> + <release>0.1.5</release> + <api>0.1.0</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.symfony-project.org/license">MIT license</license> + <date>2010-04-11</date> + <license>MIT</license> + <notes> + * added sfDoctrineGuardPlugin dependency + * fixed schema bug with wrong author foreign key + </notes> + </release> + + <release> + <version> <release>0.1.4</release> <api>0.1.0</api> </version> -- 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.
