Skip to content

Commit cc3e677

Browse files
author
Rafael Grigorian
committed
Released Version 1.3.3
1 parent 7f73e8c commit cc3e677

File tree

220 files changed

+220
-220
lines changed

Some content is hidden

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

220 files changed

+220
-220
lines changed

README.md

+1-1

composer-marketplace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jetrails/magento2-cloudflare",
33
"description": "Interact with popular Cloudflare features though Magento's backend portal",
44
"type": "magento2-module",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"license": "MIT",
77
"authors": [
88
{

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jetrails/magento2-cloudflare",
33
"description": "Interact with popular Cloudflare features though Magento's backend portal",
44
"type": "magento2-module",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"license": "MIT",
77
"authors": [
88
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.2",
2+
"version": "1.3.3",
33
"name": "magento2-cloudflare",
44
"description": "Interact with popular Cloudflare features though Magento's backend portal",
55
"author": "Rafael Grigorian",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* methods that load and render tab contents. It also contains methods that
1515
* help determine if the current store is configured with the supplied
1616
* Cloudflare account.
17-
* @version 1.3.2
17+
* @version 1.3.3
1818
* @package JetRails® Cloudflare
1919
* @author Rafael Grigorian <development@jetrails.com>
2020
* @copyright © 2018 JETRAILS, All rights reserved

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* folder. This block class has methods that give the template access to a
1414
* valid form key for AJAX communications. This block class also returns a
1515
* custom endpoint for every section based on the binded template's path.
16-
* @version 1.3.2
16+
* @version 1.3.3
1717
* @package JetRails® Cloudflare
1818
* @author Rafael Grigorian <development@jetrails.com>
1919
* @copyright © 2018 JETRAILS, All rights reserved

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* This block class is used for tab template files. These template files
1313
* use this block's helper methods in order to render all the sections that
1414
* belong to said tab.
15-
* @version 1.3.2
15+
* @version 1.3.3
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <development@jetrails.com>
1818
* @copyright © 2018 JETRAILS, All rights reserved

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* This is a generic controller that is used within other controller classes
1313
* in this module. It supplies many helper methods that the child classes
1414
* can use which simplify the code.
15-
* @version 1.3.2
15+
* @version 1.3.3
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <development@jetrails.com>
1818
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/AlwaysOnline/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/AlwaysOnline/Toggle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to be on or off
1212
* though the 'toggle' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/BrowserCacheExpiration/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/BrowserCacheExpiration/Update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/CachingLevel/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/CachingLevel/Update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/DevelopmentMode/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/DevelopmentMode/Toggle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to be on or off
1212
* though the 'toggle' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/EnableQueryStringSort/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/EnableQueryStringSort/Toggle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to be on or off
1212
* though the 'toggle' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Everything.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller has two endpoints. One is used to send an API call to
99
* Cloudflare and it purges all the cache for the current domain. The other
1010
* endpoint asks the Cloudflare API to purge certain files from a zone.
11-
* @version 1.3.2
11+
* @version 1.3.3
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <development@jetrails.com>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Hostname.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* This action is used to send an API call to Cloudflare and request to
99
* purge cache for the current domain.
10-
* @version 1.3.2
10+
* @version 1.3.3
1111
* @package JetRails® Cloudflare
1212
* @author Rafael Grigorian <development@jetrails.com>
1313
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Prefix.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* This action is used to send an API call to Cloudflare and request to
99
* purge cache for the current domain.
10-
* @version 1.3.2
10+
* @version 1.3.3
1111
* @package JetRails® Cloudflare
1212
* @author Rafael Grigorian <development@jetrails.com>
1313
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Tag.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* This action is used to send an API call to Cloudflare and request to
99
* purge cache for the current domain.
10-
* @version 1.3.2
10+
* @version 1.3.3
1111
* @package JetRails® Cloudflare
1212
* @author Rafael Grigorian <development@jetrails.com>
1313
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Url.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* This action is used to send an API call to Cloudflare and request to
99
* purge cache for the current domain.
10-
* @version 1.3.2
10+
* @version 1.3.3
1111
* @package JetRails® Cloudflare
1212
* @author Rafael Grigorian <development@jetrails.com>
1313
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CloudflareNameservers/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller inherits from a generic controller that implements the
99
* base functionality for interfacing with a getter model. This section
1010
* simply loads the initial value through the Cloudflare API.
11-
* @version 1.3.2
11+
* @version 1.3.3
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <development@jetrails.com>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CnameFlattening/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CnameFlattening/Update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CustomNameservers/Edit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CustomNameservers/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Create.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Delete.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Edit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Export.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller inherits from a generic controller that implements the
99
* base functionality for interfacing with a getter model. This section
1010
* simply loads the initial value through the Cloudflare API.
11-
* @version 1.3.2
11+
* @version 1.3.3
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <development@jetrails.com>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Upload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/AccessRules/Add.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/AccessRules/Delete.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/AccessRules/Edit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/AccessRules/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/AccessRules/Mode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/BotFightMode/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/BotFightMode/Toggle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to be on or off
1212
* though the 'toggle' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/BotManagement/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/BotManagement/Toggle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* simply loads the initial value through the Cloudflare API as well as
1111
* gives the ability to change the value of said section to be on or off
1212
* though the 'toggle' action.
13-
* @version 1.3.2
13+
* @version 1.3.3
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Firewall/BrowserIntegrityCheck/Index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* base functionality for interfacing with a getter model. This action
1010
* simply loads the initial value through the Cloudflare API. The rest of
1111
* this class extends on that functionality and adds more endpoints.
12-
* @version 1.3.2
12+
* @version 1.3.3
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

0 commit comments

Comments
 (0)