Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 23, 2017
1 parent 81fd5a4 commit 9121b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ginger-payments"
,"version": "1.1.2"
,"version": "1.2.0"
,"description": "The «Ginger Payments» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.7", "mage2pro/ginger-payments-base": ">=1.2.0"}
,"require": {"mage2pro/core": ">=2.12.17", "mage2pro/ginger-payments-base": ">=1.2.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\GingerPayments\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
3 changes: 2 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ https://github.com/mage2pro/allpay/blob/1.1.33/etc/adminhtml/system.xml?ts=4#L31
</depends>
</field>
<field
dfMultiselect_ordered='true'
id='optionsAllowed'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='7'
Expand All @@ -118,7 +119,7 @@ https://github.com/mage2pro/allpay/blob/1.1.33/etc/adminhtml/system.xml?ts=4#L31
>
<label>Allowed Payment Options</label>
<source_model>Dfe\GingerPayments\Source\Option</source_model>
<comment><![CDATA[Only the selected options will be shown to the customers on the Magento checkout screen.]]></comment>
<comment><![CDATA[Only the selected options will be shown to the customers on the Magento checkout screen.<br/>You can <b>reorder</b> the options by drag and drop.]]></comment>
<validate>required-entry</validate>
<depends>
<field id='enable'>1</field>
Expand Down

0 comments on commit 9121b45

Please sign in to comment.