A week after the release of the first Symfony 2.3 beta, here is the second and last one.
If you want to help us, please, test this version on your existing projects or play with it on a new one:
Create a new project via Composer:
1
$ php composer.phar create-project symfony/framework-standard-edition somewhere/ 2.3.0-BETA2
- Download a ready-made project based on the Standard Edition TGZ or ZIP;
- Download some components via Github downloads: https://github.com/symfony/{COMPONENT_NAME}/archive/v2.3.0-BETA2.zip.
Great job!
P.S.: Hope to see minimum-stability=stable in the final release.
Thank you very much. This is great.
CHANGELOG can be viewed here!
https://github.com/symfony/symfony/blob/v2.3.0-BETA2/CHANGELOG-2.3.md
I am looking for some help to develop a paypal based payment bundle, It's true that there is JMSPaymentCoreBundle who exactly do what I want but I didn't found any tutorial to demonstrate how to use it :(