Skip to content

Commit 9ab96b2

Browse files
committed
release 0.11.0
1 parent 950f5ec commit 9ab96b2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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",
@@ -47,7 +47,7 @@
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",

0 commit comments

Comments
 (0)