Skip to content

Commit

Permalink
Updated settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
fraudlabspro committed Jun 12, 2023
1 parent 1329b8a commit 2e262b7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
39 changes: 21 additions & 18 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
Revision History for FraudLabs Pro SMS Verification Magento 2
1.0.0 2019-05-24
First release.
1.2.3 2023-06-12
Update FraudLabs Pro SMS Verification settings page.

1.0.1 2019-10-14
Minor fixes.
1.2.2 2022-05-12
Fix compatibility issue with latest Magento.

1.0.2 2019-12-26
Bug fixes.
1.2.1 2021-10-20
Add new common messages customization.

1.1.0 2020-09-02
Implement SMS OTP timeout.
1.2.0 2021-06-25
Support common messages customization.

1.1.1 2020-12-17
Improve phone number entering.
1.1.3 2021-03-31
Improve SMS verification process.

1.1.2 2021-01-26
Add default country code for SMS sending.

1.1.3 2021-03-31
Improve SMS verification process.
1.1.1 2020-12-17
Improve phone number entering.

1.2.0 2021-06-25
Support common messages customization.
1.1.0 2020-09-02
Implement SMS OTP timeout.

1.2.1 2021-10-20
Add new common messages customization.
1.0.2 2019-12-26
Bug fixes.

1.2.2 2022-05-12
Fix compatibility issue with latest Magento.
1.0.1 2019-10-14
Minor fixes.

1.0.0 2019-05-24
First release.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hexasoft/module-fraudlabsprosmsverification",
"description": "FraudLabs Pro SMS Verification extension for Magento 2 that help merchants to authenticate the client's identity by sending them a SMS for verification.",
"version": "1.2.2",
"version": "1.2.3",
"type": "magento2-module",
"require": {
"php": ">=5.5"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</field>
<field id="api_key" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>API Key</label>
<comment><![CDATA[You can register for a free license key at <a href="http://www.fraudlabspro.com/sign-up?r=magento" target="_blank">http://www.fraudlabspro.com/sign-up</a> if you do not have one.]]></comment>
<comment><![CDATA[You can register for a free license key at <a href="https://www.fraudlabspro.com/sign-up?r=magento" target="_blank">https://www.fraudlabspro.com/sign-up</a> if you do not have one.]]></comment>
</field>
<field id="sms_instruction" translate="label" type="textarea" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>SMS Instruction</label>
Expand Down

0 comments on commit 2e262b7

Please sign in to comment.