sfAmfPlugin version 1.2.0 released
Hi all,
i just released the new version 1.2.0 of the AMF-Plugin for Symfony (http://www.symfony-project.org/plugins/sfAmfPlugin/1_2_0)
There are some new features in this version:
- Updated SabreAMF to the most current version 1.2.203
- Added a fix for Service-Classes with packages in the class name
- More work on comments and documentation
- Added Symfony 1.2.0 compatibility
- Added a new commandline-task with that you can create a new Service class
The most important new feature is the new task. You can now create a service class via command line:
$ symfony amf:create-service User will create a file /lib/services/UserService.class.php
$symfony amf:create-service –package=de.shiftup.project User will create /lib/services/se/shiftup/project/UserService.class.php
Get it while it is hot
As always: Feedback wanted!
Book Mark it->
