Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Feb 23, 2015
1 parent 4921020 commit 3d765c1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

## 0.13.0 (2014-12.28)
## 0.14.0 (2015-02-23

* [form] Add french translations
* [security] token factory extension.
* [security] use token factories composition.
* [doctrine] prepend doctrine config with correct path to Payum mappings files.
* [docs] add docs about container tabs and payment configuration in a backend
* Dynamic payments.
* [registry] add support of payment factory registry.
* [payment-facotry] reuse default configure while creating factories.
* add tests, replace context with payment, add payment_factory tag.
* [factory] cleanup AbstractPaymentFactory. DRY.
* pass actions\apis\extensions tags to payment factory.
* [payment-factory] reuse factories from the lib.
* [twig] require twig bundle with the bug fixed.
* [twig] automatically add paths to twig bundle via prepend config
* [Omnipay] added note about custom gateway.
* [Omnipay] allow user to add custom gateway.
* [Debug cmd] skip get choice list payments for <= sf 2.4.
* [Debug cmd] get choice list payments if no payment found.

## 0.13.0 (2014-12-28)

* [action] Delete `ObtainCreditCardAction` action. Use one from bridge
* [action] remove generic order action.
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"require": {
"php": ">=5.3.2",
"payum/core": "0.14.*@dev",
"payum/core": "0.14.*",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "2.3.*,>=2.3.18|2.4.*,>=2.4.8|2.5.*,>=2.5.2|~2.6",
"symfony/form": "~2.3",
Expand All @@ -52,9 +52,9 @@
"symfony/class-loader": "~2.3",
"sonata-project/admin-bundle": "~2.0",
"doctrine/orm": "*",
"payum/payum": "0.14.*@dev",
"payum/omnipay-bridge": "0.14.*@dev",
"payum/jms-payment-bridge": "0.14.*@dev",
"payum/payum": "0.14.*",
"payum/omnipay-bridge": "0.14.*",
"payum/jms-payment-bridge": "0.14.*",
"omnipay/dummy": "~2.0",
"omnipay/stripe": "~2.0",
"omnipay/paypal": "~2.0"
Expand Down

0 comments on commit 3d765c1

Please sign in to comment.