File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.11.0 (2014-09-11)
4+
5+ * [ storage] add short version of config for custom storage.
6+ * [ storage] add custom storage.
7+ * [ klarna] add klarna invoice payment support.
8+ * [ translation] add croatian translation for credit card form
9+ * [ request] add support of authorize request.
10+ * [ request] remove Request postfix, move interactive request to reply namespace.
11+ * [ tests] phpunit 4.x upgrade
12+
13+ ## 0.10.0 (2014-09-04)
14+
15+ * [ omnipay] add support custom gateways.
16+
317## 0.10.0 (2014-08-01)
418
519* [ paypal] reflect changes in api. constructor arguments order has been changed.
Original file line number Diff line number Diff line change 3838 ],
3939 "require" : {
4040 "php" : " >=5.3.2" ,
41- "payum/core" : " 0.11.*@dev " ,
41+ "payum/core" : " 0.11.*" ,
4242 "symfony/framework-bundle" : " ~2.3" ,
4343 "symfony/twig-bundle" : " ~2.3" ,
4444 "symfony/form" : " ~2.3" ,
4747 "require-dev" : {
4848 "phpunit/phpunit" : " ~4.0" ,
4949 "doctrine/orm" : " *" ,
50- "payum/payum" : " 0.11.*@dev " ,
50+ "payum/payum" : " 0.11.*" ,
5151 "symfony/browser-kit" : " ~2.3" ,
5252 "symfony/class-loader" : " ~2.3" ,
5353 "omnipay/dummy" : " ~2.0" ,
You can’t perform that action at this time.
0 commit comments