File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.0 (2014-06-17)
4+
5+ * [ symfony] require minimum version symfony 2.3.
6+ * [ storage-factory] [ doctrine ] allow shorten way of configuration: ` doctrine: orm ` .
7+ * [ payment-factory] add ability to disable obtain credit card feature. Added boolean option ` obtain_credit_card ` .
8+ * [ payment-factory] simplify payments configuration, remove api.options subsection.
9+ * [ payment-factory] [ be2bill ] add ` Be2billOnsitePaymentFactory ` to the bundle.
10+ * [ registry] make bundle work with latest changes in ` StorageRegistry ` .
11+ * [ doc] add example of how to set cc fields explisitly.
12+ * [ doc] update simple purchase examples to demonstrate obtain credit card credit card feature.
13+ * [ action] add ` ObtainCreditCardAction ` .
14+ * [ form] add ` CreditCardType ` and ` CreditCardExpirationDateType ` .
15+ * [ be2bill] add a note that be2bill does support onsite payments any more.
16+ * buzz client service public now.
17+ * [ payment] add ` prototype ` post fix to api service which are abstract.
18+ * [ payment-factory] reuse ` payum.action ` tag, simplify factories.
19+ * [ omnipay] support omnipay v2.0, drop support of v1.0
20+ * [ paypal] add do reference transaction action in payment factory.
21+ * [ paypal] add create billing agreement action in payment factory.
22+ * [ paypal] add notify action in payment factory.
23+
324## 0.8.5 (2014-05-26)
425
526* [ action] add ability to add action by container tag
Original file line number Diff line number Diff line change 3434 ],
3535 "require" : {
3636 "php" : " >=5.3.2" ,
37- "payum/core" : " 0.9.*@dev " ,
37+ "payum/core" : " 0.9.*" ,
3838 "symfony/framework-bundle" : " ~2.3" ,
3939 "symfony/twig-bundle" : " ~2.3" ,
4040 "symfony/form" : " ~2.3" ,
4343 "require-dev" : {
4444 "phpunit/phpunit" : " ~3.7" ,
4545 "doctrine/orm" : " *" ,
46- "payum/payum" : " 0.9.*@dev " ,
47- "symfony/browser-kit" : " ~2.0 " ,
48- "symfony/class-loader" : " ~2.0 " ,
46+ "payum/payum" : " 0.9.*" ,
47+ "symfony/browser-kit" : " ~2.3 " ,
48+ "symfony/class-loader" : " ~2.3 " ,
4949 "omnipay/dummy" : " ~2.0" ,
5050 "omnipay/stripe" : " ~2.0" ,
5151 "omnipay/paypal" : " ~2.0"
You can’t perform that action at this time.
0 commit comments