Skip to content

Commit 55be0ed

Browse files
author
Rafael Grigorian
committed
Version 1.0.2 Complete
- Fixed GH-84
1 parent 5f26a26 commit 55be0ed

File tree

86 files changed

+98
-98
lines changed

Some content is hidden

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

86 files changed

+98
-98
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"name": "magento-cloudflare",
44
"description": "Interact with popular Cloudflare features though Magento's backend portal",
55
"author": "Rafael Grigorian",

package.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0"?>
22
<package>
33
<date>2018-07-17</date>
4-
<time>11:53:23</time>
5-
<version>1.0.1</version>
4+
<time>12:42:03</time>
5+
<version>1.0.2</version>
66
<contents>
77
<target name="magecommunity">
88
<dir name="JetRails">
99
<dir name="Cloudflare">
10+
<dir name="Helper">
11+
<dir name="Data.php" hash="963b2f83ad8e16f3e9e109ac8c78e30a"/>
12+
</dir>
1013
<dir name="Controller">
1114
<dir name="Action.php" hash="4b284cd4a141247b070c5f34cfd917e8"/>
1215
<dir name="Getter.php" hash="9f3e0739d2d181d70393bf6791995887"/>
1316
<dir name="Toggle.php" hash="e7c161a8659be5f736f567c8d4abbe9b"/>
1417
<dir name="Update.php" hash="7827704e4589767ecd5de5be443df46c"/>
1518
</dir>
16-
<dir name="Helper">
17-
<dir name="Data.php" hash="963b2f83ad8e16f3e9e109ac8c78e30a"/>
18-
</dir>
1919
<dir name="etc">
2020
<dir name="adminhtml.xml" hash="40fddb62fcacb851210b4ad6ccd105cc"/>
2121
<dir name="config.xml" hash="d4ab1eb13b2de2d7050165ec1fdd5085"/>
@@ -51,16 +51,16 @@
5151
<dir name="SslController.php" hash="e14a88d1628dd7da89de1b224a102145"/>
5252
<dir name="Tls13Controller.php" hash="0723ac9194df9b68c2c005f5463e3b57"/>
5353
</dir>
54+
<dir name="Dns">
55+
<dir name="CloudflareNameserversController.php" hash="99bd2889f965e9b12cacde02efe67481"/>
56+
<dir name="DnsRecordsController.php" hash="bbbc6d0f9f115588758dc178211410bc"/>
57+
</dir>
5458
<dir name="Firewall">
5559
<dir name="AccessRulesController.php" hash="e09fe1c5b9b2481c30d110e5b0de3962"/>
5660
<dir name="ChallengePassageController.php" hash="22cfa477ff57a76e5130d03e8e43fc8b"/>
5761
<dir name="SecurityLevelController.php" hash="3aa131edd0565a3a550083f7f190d547"/>
5862
<dir name="UserAgentBlockingController.php" hash="d53f5926f9dea30f46cb6fb0a268b015"/>
5963
</dir>
60-
<dir name="Dns">
61-
<dir name="CloudflareNameserversController.php" hash="99bd2889f965e9b12cacde02efe67481"/>
62-
<dir name="DnsRecordsController.php" hash="bbbc6d0f9f115588758dc178211410bc"/>
63-
</dir>
6464
<dir name="Network">
6565
<dir name="Http2Controller.php" hash="cec02362712bb3012cfa083dbd8bd4af"/>
6666
<dir name="IpGeolocationController.php" hash="a66151c62dd4d13058e0d6d84cb17381"/>
@@ -103,10 +103,6 @@
103103
<dir name="DevelopmentMode.php" hash="506d5dd472468da50234acb8a43f283e"/>
104104
<dir name="PurgeCache.php" hash="0a3e4bb9e1239fe33135403da6019ba9"/>
105105
</dir>
106-
<dir name="Dns">
107-
<dir name="CloudflareNameservers.php" hash="68c00519fe9ab76afef87f1f2f73c02b"/>
108-
<dir name="DnsRecords.php" hash="a9516a2a5c41715a8d10618616473b41"/>
109-
</dir>
110106
<dir name="Crypto">
111107
<dir name="AlwaysUseHttps.php" hash="c9ef0bf31fb88f852a92db2bf8970acc"/>
112108
<dir name="AuthenticatedOriginPulls.php" hash="6c95a4f2f3982a4ef7939ce28e09594b"/>
@@ -118,6 +114,10 @@
118114
<dir name="Ssl.php" hash="43fbd4dd237b71c7e50b567449124c94"/>
119115
<dir name="Tls13.php" hash="709388c8ed614b7f8bf658d01787aafb"/>
120116
</dir>
117+
<dir name="Dns">
118+
<dir name="CloudflareNameservers.php" hash="68c00519fe9ab76afef87f1f2f73c02b"/>
119+
<dir name="DnsRecords.php" hash="a9516a2a5c41715a8d10618616473b41"/>
120+
</dir>
121121
<dir name="Firewall">
122122
<dir name="AccessRules.php" hash="673963213745d620002630fdf04248d4"/>
123123
<dir name="ChallengePassage.php" hash="14e748a8adb2c344824b0567970f3067"/>

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* methods that load and render tab contents. It also contains methods that
66
* help determine if the current store is configured with the supplied
77
* Cloudflare account.
8-
* @version 1.0.0
8+
* @version 1.0.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* folder. This block class has methods that give the template access to a
66
* valid form key for AJAX communications. This block class also returns a
77
* custom endpoint for every section based on the binded template's path.
8-
* @version 1.0.0
8+
* @version 1.0.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This block class is used for tab template files. These template files
55
* use this block's helper methods in order to render all the sections that
66
* belong to said tab.
7-
* @version 1.0.0
7+
* @version 1.0.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Controller/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This is a generic controller that is used within other controller classes
55
* in this module. It supplies many helper methods that the child classes
66
* can use which simplify the code.
7-
* @version 1.0.0
7+
* @version 1.0.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Controller/Getter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* behave as the getter method. Based on the controller name, it fetches the
66
* currently stored value though the interaction of the Cloudflare API and
77
* the controller's respective model.
8-
* @version 1.0.0
8+
* @version 1.0.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* action. The main action in this class is the toggle action which takes
66
* the passed value and casts it into a boolean value. That value is then
77
* passed straight to the API model.
8-
* @version 1.0.0
8+
* @version 1.0.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Controller/Update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This class inherits from the Getter class and therefore, has an index
55
* action. The main action in this class is the update action which simply
66
* passes the value straight to the API model.
7-
* @version 1.0.0
7+
* @version 1.0.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/community/JetRails/Cloudflare/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Cloudflare API. It also deals with loading all the domain names that are
77
* found within this Magento installation and which domain is currently
88
* selected.
9-
* @version 1.0.0
9+
* @version 1.0.2
1010
* @package JetRails® Cloudflare
1111
* @author Rafael Grigorian <[email protected]>
1212
* @copyright © 2018 JETRAILS, All rights reserved

0 commit comments

Comments
 (0)