Skip to content

Commit 5f1f7b9

Browse files
author
Rafael Grigorian
committed
Released Version 1.2.2
1 parent fbf5a98 commit 5f1f7b9

File tree

138 files changed

+138
-138
lines changed

Some content is hidden

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

138 files changed

+138
-138
lines changed

Diff for: README.md

+1-1

Diff for: conf/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<extends/>
1111
<summary>Interact with popular Cloudflare features though Magento's backend portal.</summary>
1212
<description>https://github.com/jetrails/magento-cloudflare</description>
13-
<notes>Released Version 1.2.1</notes>
13+
<notes>Released Version 1.2.2</notes>
1414
<authors>
1515
<author>
1616
<name>Rafael Grigorian</name>

Diff for: package.json

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

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

+1-1
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.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

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

+1-1
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.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

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

+1-1
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.2.1
7+
* @version 1.2.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Controller/Action.php

+1-1
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.2.1
7+
* @version 1.2.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Controller/Getter.php

+1-1
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.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php

+1-1
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.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Controller/Update.php

+1-1
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.2.1
7+
* @version 1.2.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Helper/Data.php

+1-1
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.2.1
9+
* @version 1.2.2
1010
* @package JetRails® Cloudflare
1111
* @author Rafael Grigorian <[email protected]>
1212
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/AlwaysOnline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/BrowserCacheExpiration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/CachingLevel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/DevelopmentMode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/EnableQueryStringSort.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/PurgeCache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* uses certain endpoints to purge everything that is related to a certain
66
* zone and it also asks the Cloudflare API to purge the cache for an array
77
* of specific URLs.
8-
* @version 1.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CloudflareNameservers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* functionality that asks the Cloudflare API for a current setting value.
66
* It then adds on to that functionality by adding more methods that
77
* interact with the Cloudflare API.
8-
* @version 1.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CnameFlattening.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CustomNameservers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* functionality that asks the Cloudflare API for a current setting value.
66
* It then adds on to that functionality by adding more methods that
77
* interact with the Cloudflare API.
8-
* @version 1.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/DnsRecords.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This class inherits from the PageGetter class, so loading of the initial
55
* values gets processed through the parent class.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/AccessRules.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This class inherits from the PageGetter class, so loading of the initial
55
* values gets processed through the parent class.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BotFightMode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BotManagement.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BrowserIntegrityCheck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ChallengePassage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/JavascriptDetections.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/PrivacyPassSupport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/SecurityLevel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/UserAgentBlocking.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This class inherits from the PageGetter class, so loading of the initial
55
* values gets processed through the parent class.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/WebApplicationFirewall.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ZoneLockdown.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* functionality that asks the Cloudflare API for a current setting value.
66
* It then adds on to that functionality by adding more methods that
77
* interact with the Cloudflare API.
8-
* @version 1.2.1
8+
* @version 1.2.2
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Getter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This class is a parent class that child classes inherit from. It
55
* implements functionality to easily get a setting value from Cloudflare
66
* using their API.
7-
* @version 1.2.1
7+
* @version 1.2.2
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/IpGeolocation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Ipv6Compatibility.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/MaximumUploadSize.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/OnionRouting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/PseudoIpv4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ResponseBuffering.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/TrueClientIpHeader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Websockets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

Diff for: src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ZeroRttConnectionResumption.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This model class inherits from the Setter model. It essentially wraps
55
* that class in order to send passed data to the Cloudflare API endpoint.
6-
* @version 1.2.1
6+
* @version 1.2.2
77
* @package JetRails® Cloudflare
88
* @author Rafael Grigorian <[email protected]>
99
* @copyright © 2018 JETRAILS, All rights reserved

0 commit comments

Comments
 (0)