Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 21, 2017
1 parent 21046be commit a0753a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The extension integrates your Magento 2 store with the **[iPay88](https://www.ip
https://www.youtube.com/watch?v=hgg7cu9y57c&list=PLTq8uOpBQGsEVWfTrncggf2XnngZYaUJa

## Screenshots
1. The frontend checkout screen
1. [The «**images**» mode](https://mage2.pro/t/topic/4540)
- [The «**text**» mode](https://mage2.pro/t/topic/4539)
- The frontend checkout screen:
- [The «**images**» mode](https://mage2.pro/t/topic/4540)
- [The «**text**» mode](https://mage2.pro/t/topic/4539)
- [The payment information blocks](https://mage2.pro/t/topic/4543)
- [The backend settings](https://mage2.pro/t/topic/4542)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.4.1"
,"version": "1.4.2"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ because the value can contain variables, so do not know the real length here. --
translate='label'
type='select'
>
<label>The payment options display mode</label>
<label>Payment options display mode</label>
<comment><![CDATA[]]></comment>
<depends>
<field id='enable'>1</field>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ form.dfe_ipay88 {
}
}
// 2017-09-21
// This style is set when the «The payment options display mode» option has the «images» value.
// This style is set when the «Payment options display mode» option has the «images» value.
// @see Df_Payment/withOptions::containerCss():
// 'withOptions-displayMode-' + this.config('optionsDisplayMode')
.withOptions-displayMode-images & {
Expand Down

0 comments on commit a0753a7

Please sign in to comment.