Skip to content

Commit 11b3288

Browse files
author
null93
committed
Released Version 1.1.1
1 parent d70dddb commit 11b3288

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+62
-50
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@
6868
- Made failed attempts configurable
6969
- Made ban duration configurable
7070
- Added a manage 2FA accounts page for super admins
71-
- Improved email templates
71+
- Improved email templates
72+
73+
## Version 1.1.1
74+
- Added enterprise compatibility

COMPATIBILITY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@
2626
| 1.9.3.4 | 12/15/2017 | SUCCESS | Rafael Grigorian |
2727
| 1.9.3.5 | 12/15/2017 | SUCCESS | Rafael Grigorian |
2828
| 1.9.3.6 | 12/15/2017 | SUCCESS | Rafael Grigorian |
29-
| 1.9.3.7 | 12/15/2017 | SUCCESS | Rafael Grigorian |
29+
| 1.9.3.7 | 12/15/2017 | SUCCESS | Rafael Grigorian |
30+
| 1.9.3.8 | 03/01/2018 | SUCCESS | Rafael Grigorian |
31+
32+
## Magento Commerce 1.x
33+
34+
| Release | Test Date | Status | Tester Name |
35+
|:--------:|:----------:|:-------:|:----------------:|
36+
| 1.13.1.0 | 03/01/2018 | SUCCESS | Rafael Grigorian |
37+
| 1.14.3.7 | 03/01/2018 | SUCCESS | Rafael Grigorian |
38+
| 1.14.3.8 | 03/01/2018 | SUCCESS | Rafael Grigorian |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p align="center" >
33
<img src="https://img.shields.io/badge/Magento-1.x-orange.svg?style=for-the-badge" />
44
<img src="https://img.shields.io/badge/License-MIT-orange.svg?style=for-the-badge" />
5-
<img src="https://img.shields.io/badge/Version-1.1.0-orange.svg?style=for-the-badge" />
5+
<img src="https://img.shields.io/badge/Version-1.1.1-orange.svg?style=for-the-badge" />
66
</p>
77
</br>
88

design/User Guide.sketch

-24 KB
Binary file not shown.

dist/JetRails_TwoFactor-1.1.0.tgz

-58.8 KB
Binary file not shown.

dist/JetRails_TwoFactor-1.1.1.tgz

58.8 KB
Binary file not shown.

doc/User Guide.pdf

-89 Bytes
Binary file not shown.

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ services:
4343
links:
4444
- database
4545
environment:
46-
- MAGEREPO_EDITION=community
47-
- MAGEREPO_RELEASE=1.9.3.7
46+
- MAGEREPO_EDITION=enterprise
47+
- MAGEREPO_RELEASE=1.14.3.8
4848
database:
4949
image: jetrails/magento:1.x-database
5050
volumes:
@@ -55,4 +55,4 @@ services:
5555
- MYSQL_ROOT_PASSWORD=magento
5656
- MYSQL_USER=magento
5757
- MYSQL_PASSWORD=magento
58-
- MYSQL_DATABASE=magento
58+
- MYSQL_DATABASE=magento

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.1.1",
33
"name": "magento-twofactor",
44
"description": "Two-factor authorization for Magento 1.x",
55
"author": "Rafael Grigorian",

src/app/code/community/JetRails/TwoFactor/Block/Adminhtml/Configure/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Edit.php - This class exists to simply tell Magento's grid system where to look for the
55
* proper controller for the configure page. It also specifies the proper block group within
66
* the constructor.
7-
* @version 1.1.0
7+
* @version 1.1.1
88
* @package JetRails® TwoFactor
99
* @category Configure
1010
* @author Rafael Grigorian - JetRails®

0 commit comments

Comments
 (0)