Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.3.3stable
|
MIT license |
1.3.0stable
|
22/09/2010 |
|
1.3.2stable
|
MIT license |
1.3.0stable
|
22/02/2010 |
|
1.3.1stable
|
MIT license |
1.3.0stable
|
05/01/2010 |
|
1.3.0stable
|
MIT license |
1.3.0stable
|
07/12/2009 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.3.3stable
|
MIT license |
1.3.0stable
|
22/09/2010 |
|
1.3.2stable
|
MIT license |
1.3.0stable
|
22/02/2010 |
|
1.3.1stable
|
MIT license |
1.3.0stable
|
05/01/2010 |
|
1.3.0stable
|
MIT license |
1.3.0stable
|
07/12/2009 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.0.1alpha
|
MIT license |
0.0.1alpha
|
08/11/2008 |
Changelog for release 1.3.0 - 07/12/2009
- Compatible with symfony 1.3 and 1.4
- Removed
generate:tests task
- Simplified
generate:test task
- Simplified
subversion:set-props task
Other releases
Release 1.3.3 - 22/09/2010
- Updated skeleton
package.xml with correct symfony version requirements
- Added
doctrine:compile task
Release 1.3.2 - 22/02/2010
- Fixed bug when generating a test stub for a class in a plugin with no test directory
- Added
doctrine:build-app-forms and doctrine:build-app-filters tasks
- Added
propel:build-app-forms and propel:build-app-filters tasks
Release 1.3.1 - 05/01/2010
- Updated skeleton
package.xml template to use plugins.symfony-project.org channel
- Updated
plugin:package task to use charset from settings.yml when creating package.xml
Release 1.3.0 - 07/12/2009
- Compatible with symfony 1.3 and 1.4
- Removed
generate:tests task
- Simplified
generate:test task
- Simplified
subversion:set-props task
Release 0.0.1 - 08/11/2008
- Initial release of generate:plugin
- Initial release of generate:plugin-module
- Initial release of plugin:package
This plugin adds the following tasks to the symfony CLI:
generate:controller: Generates a new front controller in the web directory
generate:plugin: Generates a new plugin
generate:plugin-module: Generates a new module in a plugin
generate:test: Generates a new unit test stub script
plugin:package: Create a plugin PEAR package
subversion:set-props: Sets typical Subversion properties
test:plugin: Launches a plugin test suite
Use the symfony help command for details on each task:
$ php symfony help generate:controller