diff --git a/README.md b/README.md index 8533e70d..c727adc7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Interact with popular Cloudflare features though Magento's backend portal. ![](https://img.shields.io/badge/License-MIT-orange.svg?style=for-the-badge) -![](https://img.shields.io/badge/Version-1.1.0-orange.svg?style=for-the-badge) +![](https://img.shields.io/badge/Version-1.1.1-orange.svg?style=for-the-badge) ![](https://img.shields.io/badge/Stability-Stable-orange.svg?style=for-the-badge) ![](https://img.shields.io/badge/Magento-1-orange.svg?style=for-the-badge) diff --git a/conf/package.xml b/conf/package.xml index 39d17832..0a6cbca3 100644 --- a/conf/package.xml +++ b/conf/package.xml @@ -10,7 +10,7 @@ Interact with popular Cloudflare features though Magento's backend portal. https://github.com/jetrails/magento-cloudflare - Released Version 1.1.0 + Released Version 1.1.1 Rafael Grigorian diff --git a/package.json b/package.json index f277f0aa..93f9f1e5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "name": "magento-cloudflare", "description": "Interact with popular Cloudflare features though Magento's backend portal", "author": "Rafael Grigorian", diff --git a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php index deca1a84..90170137 100644 --- a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php +++ b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php @@ -5,7 +5,7 @@ * methods that load and render tab contents. It also contains methods that * help determine if the current store is configured with the supplied * Cloudflare account. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php index 645bd484..a00f7ea5 100644 --- a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php +++ b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php @@ -5,7 +5,7 @@ * folder. This block class has methods that give the template access to a * valid form key for AJAX communications. This block class also returns a * custom endpoint for every section based on the binded template's path. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php index 2f7407e4..fb855fb4 100644 --- a/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php +++ b/src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php @@ -4,7 +4,7 @@ * This block class is used for tab template files. These template files * use this block's helper methods in order to render all the sections that * belong to said tab. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Controller/Action.php b/src/app/code/community/JetRails/Cloudflare/Controller/Action.php index 6816fe98..0c6000ca 100644 --- a/src/app/code/community/JetRails/Cloudflare/Controller/Action.php +++ b/src/app/code/community/JetRails/Cloudflare/Controller/Action.php @@ -4,7 +4,7 @@ * This is a generic controller that is used within other controller classes * in this module. It supplies many helper methods that the child classes * can use which simplify the code. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Controller/Getter.php b/src/app/code/community/JetRails/Cloudflare/Controller/Getter.php index 428032ec..17dce465 100644 --- a/src/app/code/community/JetRails/Cloudflare/Controller/Getter.php +++ b/src/app/code/community/JetRails/Cloudflare/Controller/Getter.php @@ -5,7 +5,7 @@ * behave as the getter method. Based on the controller name, it fetches the * currently stored value though the interaction of the Cloudflare API and * the controller's respective model. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php b/src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php index 2fbc2d3a..561a7e99 100644 --- a/src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php +++ b/src/app/code/community/JetRails/Cloudflare/Controller/Toggle.php @@ -5,7 +5,7 @@ * action. The main action in this class is the toggle action which takes * the passed value and casts it into a boolean value. That value is then * passed straight to the API model. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Controller/Update.php b/src/app/code/community/JetRails/Cloudflare/Controller/Update.php index f2b0b6ef..7c44c9b9 100644 --- a/src/app/code/community/JetRails/Cloudflare/Controller/Update.php +++ b/src/app/code/community/JetRails/Cloudflare/Controller/Update.php @@ -4,7 +4,7 @@ * This class inherits from the Getter class and therefore, has an index * action. The main action in this class is the update action which simply * passes the value straight to the API model. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Helper/Data.php b/src/app/code/community/JetRails/Cloudflare/Helper/Data.php index 8b78fc47..c46ad50a 100644 --- a/src/app/code/community/JetRails/Cloudflare/Helper/Data.php +++ b/src/app/code/community/JetRails/Cloudflare/Helper/Data.php @@ -6,7 +6,7 @@ * Cloudflare API. It also deals with loading all the domain names that are * found within this Magento installation and which domain is currently * selected. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/AlwaysOnline.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/AlwaysOnline.php index 93187c02..32914ace 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/AlwaysOnline.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/AlwaysOnline.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/BrowserCacheExpiration.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/BrowserCacheExpiration.php index 29cad88a..48214852 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/BrowserCacheExpiration.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/BrowserCacheExpiration.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/CachingLevel.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/CachingLevel.php index 26aba645..324fd9d8 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/CachingLevel.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/CachingLevel.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/DevelopmentMode.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/DevelopmentMode.php index e1370d39..4b4a8152 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/DevelopmentMode.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/DevelopmentMode.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/EnableQueryStringSort.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/EnableQueryStringSort.php index 13ec699d..13d70c3f 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/EnableQueryStringSort.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/EnableQueryStringSort.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/PurgeCache.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/PurgeCache.php index fdf656be..47485d53 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/PurgeCache.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Caching/PurgeCache.php @@ -5,7 +5,7 @@ * uses certain endpoints to purge everything that is related to a certain * zone and it also asks the Cloudflare API to purge the cache for an array * of specific URLs. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AlwaysUseHttps.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AlwaysUseHttps.php index 9bec7918..5181cf1d 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AlwaysUseHttps.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AlwaysUseHttps.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AuthenticatedOriginPulls.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AuthenticatedOriginPulls.php index 2046a504..e4b79374 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AuthenticatedOriginPulls.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AuthenticatedOriginPulls.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AutomaticHttpsRewrites.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AutomaticHttpsRewrites.php index 1df6a728..02d26018 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AutomaticHttpsRewrites.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/AutomaticHttpsRewrites.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/DisableUniversalSsl.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/DisableUniversalSsl.php index a0fc37f6..f143d53e 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/DisableUniversalSsl.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/DisableUniversalSsl.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/HttpStrictTransportSecurity.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/HttpStrictTransportSecurity.php index b9744202..3c6bb24a 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/HttpStrictTransportSecurity.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/HttpStrictTransportSecurity.php @@ -5,7 +5,7 @@ * functionality that asks the Cloudflare API for a current setting value. * It then adds on to that functionality by adding more methods that * interact with the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/MinimumTlsVersion.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/MinimumTlsVersion.php index 83e8db39..9749130f 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/MinimumTlsVersion.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/MinimumTlsVersion.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OnionRouting.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OnionRouting.php index 185e0778..275bf2dd 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OnionRouting.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OnionRouting.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OpportunisticEncryption.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OpportunisticEncryption.php index 104fa975..8dc9d1cc 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OpportunisticEncryption.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/OpportunisticEncryption.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Ssl.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Ssl.php index 1ad42c80..2053edb7 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Ssl.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Ssl.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Tls13.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Tls13.php index 33eda06f..c80d9357 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Tls13.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Crypto/Tls13.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CloudflareNameservers.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CloudflareNameservers.php index 02ebe246..a8168077 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CloudflareNameservers.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/CloudflareNameservers.php @@ -5,7 +5,7 @@ * functionality that asks the Cloudflare API for a current setting value. * It then adds on to that functionality by adding more methods that * interact with the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/DnsRecords.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/DnsRecords.php index 66664baf..93ca1070 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/DnsRecords.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Dns/DnsRecords.php @@ -3,7 +3,7 @@ /** * This class inherits from the PageGetter class, so loading of the initial * values gets processed through the parent class. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/AccessRules.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/AccessRules.php index 5c0bb1dd..271c6a39 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/AccessRules.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/AccessRules.php @@ -3,7 +3,7 @@ /** * This class inherits from the PageGetter class, so loading of the initial * values gets processed through the parent class. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BrowserIntegrityCheck.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BrowserIntegrityCheck.php index fe01d176..6b338f0e 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BrowserIntegrityCheck.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/BrowserIntegrityCheck.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ChallengePassage.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ChallengePassage.php index ba2c1a56..93448d07 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ChallengePassage.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/ChallengePassage.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/PrivacyPassSupport.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/PrivacyPassSupport.php index 9816792d..889d922c 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/PrivacyPassSupport.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/PrivacyPassSupport.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/SecurityLevel.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/SecurityLevel.php index 07747570..05d2bd91 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/SecurityLevel.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/SecurityLevel.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/UserAgentBlocking.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/UserAgentBlocking.php index b33e6782..9a5a26f4 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/UserAgentBlocking.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Firewall/UserAgentBlocking.php @@ -3,7 +3,7 @@ /** * This class inherits from the PageGetter class, so loading of the initial * values gets processed through the parent class. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Getter.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Getter.php index 5933d351..91f11505 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Getter.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Getter.php @@ -4,7 +4,7 @@ * This class is a parent class that child classes inherit from. It * implements functionality to easily get a setting value from Cloudflare * using their API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http2.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http2.php index ee53861c..3be1c93c 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http2.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Http2.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/IpGeolocation.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/IpGeolocation.php index a2ab2a92..786678d4 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/IpGeolocation.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/IpGeolocation.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Ipv6Compatibility.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Ipv6Compatibility.php index b48115a1..6659de4d 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Ipv6Compatibility.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Ipv6Compatibility.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/MaximumUploadSize.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/MaximumUploadSize.php index 3d47b050..c7c44537 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/MaximumUploadSize.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/MaximumUploadSize.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/PseudoIpv4.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/PseudoIpv4.php index 95838c84..886703d8 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/PseudoIpv4.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/PseudoIpv4.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ResponseBuffering.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ResponseBuffering.php index 091e0028..894fac52 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ResponseBuffering.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/ResponseBuffering.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/TrueClientIpHeader.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/TrueClientIpHeader.php index 1508f580..9f5094c4 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/TrueClientIpHeader.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/TrueClientIpHeader.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Websockets.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Websockets.php index 125f15e8..09a588fc 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Websockets.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Network/Websockets.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Configuration.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Configuration.php index c3d7f636..42e731cc 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Configuration.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Configuration.php @@ -3,7 +3,7 @@ /** * This class handles the logic to authenticate a zone/token pair through * the use of the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Status.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Status.php index a88661ea..7222e715 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Status.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Overview/Status.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageGetter.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageGetter.php index 5c512399..5bd93f34 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageGetter.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageGetter.php @@ -5,7 +5,7 @@ * that it attempts to load all the records across all the pages of records * that Cloudflare has. Once all the records have been accumulated, then the * full set is returned to the caller. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageRules/PageRules.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageRules/PageRules.php index c57899af..6524f441 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageRules/PageRules.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/PageRules/PageRules.php @@ -5,7 +5,7 @@ * functionality that asks the Cloudflare API for a current setting value. * It then adds on to that functionality by adding more methods that * interact with the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php index a4645eca..fa7de484 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php @@ -6,7 +6,7 @@ * all the data is collected and saved within the instance, this class has * a method to transform all the collected data into a CURL request and * executes it. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/EmailAddressObfuscation.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/EmailAddressObfuscation.php index 8b79696e..e5cfada1 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/EmailAddressObfuscation.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/EmailAddressObfuscation.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/HotlinkProtection.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/HotlinkProtection.php index f3f1e754..3cb8c4f8 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/HotlinkProtection.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/HotlinkProtection.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/ServerSideExcludes.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/ServerSideExcludes.php index 73d1c6fa..3333ff4c 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/ServerSideExcludes.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/ScrapeShield/ServerSideExcludes.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Setter.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Setter.php index 6b28c840..cfced593 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Setter.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Setter.php @@ -6,7 +6,7 @@ * the getting of the setting. This class implements the setting part. All * setters have a data type that the passed value is cast to. This is set * using class data members. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/AutoMinify.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/AutoMinify.php index 35c50538..36e760c4 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/AutoMinify.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/AutoMinify.php @@ -5,7 +5,7 @@ * functionality that asks the Cloudflare API for a current setting value. * It then adds on to that functionality by adding more methods that * interact with the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Brotli.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Brotli.php index d1227ccc..2c1f6b80 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Brotli.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Brotli.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/EnhancedHttp2Prioritization.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/EnhancedHttp2Prioritization.php index 652f9a6e..13847eb7 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/EnhancedHttp2Prioritization.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/EnhancedHttp2Prioritization.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/ImageResizing.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/ImageResizing.php index f553c3b7..01d2888a 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/ImageResizing.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/ImageResizing.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Mirage.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Mirage.php index a5a66e5a..da882f6f 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Mirage.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Mirage.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Polish.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Polish.php index bd26a508..da65371f 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Polish.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/Polish.php @@ -5,7 +5,7 @@ * functionality that asks the Cloudflare API for a current setting value. * It then adds on to that functionality by adding more methods that * interact with the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/RocketLoader.php b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/RocketLoader.php index f05bf5cb..11e10d55 100644 --- a/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/RocketLoader.php +++ b/src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Speed/RocketLoader.php @@ -3,7 +3,7 @@ /** * This model class inherits from the Setter model. It essentially wraps * that class in order to send passed data to the Cloudflare API endpoint. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/AlwaysOnlineController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/AlwaysOnlineController.php index d1665878..9b8bd0f1 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/AlwaysOnlineController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/AlwaysOnlineController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/BrowserCacheExpirationController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/BrowserCacheExpirationController.php index 7f11f431..d3de8aaf 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/BrowserCacheExpirationController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/BrowserCacheExpirationController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/CachingLevelController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/CachingLevelController.php index 344393f5..953eb913 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/CachingLevelController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/CachingLevelController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/DevelopmentModeController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/DevelopmentModeController.php index 863b2bfb..14f21066 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/DevelopmentModeController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/DevelopmentModeController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/EnableQueryStringSortController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/EnableQueryStringSortController.php index 0944a6f6..1fe8b757 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/EnableQueryStringSortController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/EnableQueryStringSortController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/PurgeCacheController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/PurgeCacheController.php index b418ee4b..d75f6656 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/PurgeCacheController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Caching/PurgeCacheController.php @@ -4,7 +4,7 @@ * This controller has two endpoints. One is used to send an API call to * Cloudflare and it purges all the cache for the current domain. The other * endpoint asks the Cloudflare API to purge certain files from a zone. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AlwaysUseHttpsController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AlwaysUseHttpsController.php index 356ee2e9..8b6fd101 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AlwaysUseHttpsController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AlwaysUseHttpsController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AuthenticatedOriginPullsController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AuthenticatedOriginPullsController.php index 01caf88d..dd80b3b5 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AuthenticatedOriginPullsController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AuthenticatedOriginPullsController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AutomaticHttpsRewritesController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AutomaticHttpsRewritesController.php index 9d69731d..abbc9865 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AutomaticHttpsRewritesController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/AutomaticHttpsRewritesController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/DisableUniversalSslController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/DisableUniversalSslController.php index bbb91b71..e948c31c 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/DisableUniversalSslController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/DisableUniversalSslController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/HttpStrictTransportSecurityController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/HttpStrictTransportSecurityController.php index 31f850d1..7c913baf 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/HttpStrictTransportSecurityController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/HttpStrictTransportSecurityController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/MinimumTlsVersionController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/MinimumTlsVersionController.php index 041283bd..d33d0bc5 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/MinimumTlsVersionController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/MinimumTlsVersionController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OnionRoutingController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OnionRoutingController.php index ed5581ed..5470f75d 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OnionRoutingController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OnionRoutingController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OpportunisticEncryptionController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OpportunisticEncryptionController.php index 0d45569d..64d061cd 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OpportunisticEncryptionController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/OpportunisticEncryptionController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/SslController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/SslController.php index 38e0fe10..1c7cf52e 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/SslController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/SslController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/Tls13Controller.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/Tls13Controller.php index c0a54c95..f1393eb1 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/Tls13Controller.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Crypto/Tls13Controller.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/CloudflareNameserversController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/CloudflareNameserversController.php index 1207bbc8..1999ee86 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/CloudflareNameserversController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/CloudflareNameserversController.php @@ -4,7 +4,7 @@ * This controller inherits from a generic controller that implements the * base functionality for interfacing with a getter model. This section * simply loads the initial value through the Cloudflare API. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/DnsRecordsController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/DnsRecordsController.php index f7f04898..3febfc83 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/DnsRecordsController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Dns/DnsRecordsController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/AccessRulesController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/AccessRulesController.php index 3c8c7614..4781c647 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/AccessRulesController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/AccessRulesController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/BrowserIntegrityCheckController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/BrowserIntegrityCheckController.php index 0b3f80c4..573b06ce 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/BrowserIntegrityCheckController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/BrowserIntegrityCheckController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/ChallengePassageController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/ChallengePassageController.php index eca5b363..fdd0ff61 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/ChallengePassageController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/ChallengePassageController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/PrivacyPassSupportController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/PrivacyPassSupportController.php index d14f1cd4..a1240e52 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/PrivacyPassSupportController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/PrivacyPassSupportController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/SecurityLevelController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/SecurityLevelController.php index b71432a2..0bcd78a2 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/SecurityLevelController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/SecurityLevelController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/UserAgentBlockingController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/UserAgentBlockingController.php index c1d934de..780697d8 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/UserAgentBlockingController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Firewall/UserAgentBlockingController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Http2Controller.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Http2Controller.php index 043235cc..6b3e83cb 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Http2Controller.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Http2Controller.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/IpGeolocationController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/IpGeolocationController.php index 812b7c4b..152985b3 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/IpGeolocationController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/IpGeolocationController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Ipv6CompatibilityController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Ipv6CompatibilityController.php index a64dc2dc..0de09709 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Ipv6CompatibilityController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/Ipv6CompatibilityController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/MaximumUploadSizeController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/MaximumUploadSizeController.php index 79ad6bdd..4774bd78 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/MaximumUploadSizeController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/MaximumUploadSizeController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/PseudoIpv4Controller.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/PseudoIpv4Controller.php index 90f3c4fb..45be6cd9 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/PseudoIpv4Controller.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/PseudoIpv4Controller.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to whatever value * is being passed though the 'update' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/ResponseBufferingController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/ResponseBufferingController.php index 7f0f9c00..de03a058 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/ResponseBufferingController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/ResponseBufferingController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/TrueClientIpHeaderController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/TrueClientIpHeaderController.php index dd0323bc..c64bad83 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/TrueClientIpHeaderController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/TrueClientIpHeaderController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/WebsocketsController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/WebsocketsController.php index ed816e76..8be14fd8 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/WebsocketsController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Network/WebsocketsController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Overview/StatusController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Overview/StatusController.php index 63cf08ce..31084da9 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Overview/StatusController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Overview/StatusController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/PageRules/PageRulesController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/PageRules/PageRulesController.php index 274d1d6b..9d1824be 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/PageRules/PageRulesController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/PageRules/PageRulesController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/EmailAddressObfuscationController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/EmailAddressObfuscationController.php index 3edf58f5..8fd96a56 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/EmailAddressObfuscationController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/EmailAddressObfuscationController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/HotlinkProtectionController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/HotlinkProtectionController.php index e90acbe6..4ffba888 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/HotlinkProtectionController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/HotlinkProtectionController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/ServerSideExcludesController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/ServerSideExcludesController.php index 598ceacf..9cd60b28 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/ServerSideExcludesController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/ScrapeShield/ServerSideExcludesController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/AutoMinifyController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/AutoMinifyController.php index 8252d0b8..3f7f8ce9 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/AutoMinifyController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/AutoMinifyController.php @@ -5,7 +5,7 @@ * base functionality for interfacing with a getter model. This action * simply loads the initial value through the Cloudflare API. The rest of * this class extends on that functionality and adds more endpoints. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/BrotliController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/BrotliController.php index dfb11a11..6398c23a 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/BrotliController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/BrotliController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/EnhancedHttp2PrioritizationController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/EnhancedHttp2PrioritizationController.php index c33d2577..e9630c06 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/EnhancedHttp2PrioritizationController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/EnhancedHttp2PrioritizationController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/ImageResizingController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/ImageResizingController.php index e10aff7a..635080c2 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/ImageResizingController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/ImageResizingController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/MirageController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/MirageController.php index d48ad34b..dc8ee356 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/MirageController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/MirageController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/PolishController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/PolishController.php index 4ee68fd4..8e2b9e07 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/PolishController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/PolishController.php @@ -5,7 +5,7 @@ * helper methods that are contained within it. This controller contains two * actions. One gets the values for the polish and webp settings and the * other changes them. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/RocketLoaderController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/RocketLoaderController.php index ce9c045c..5bbe2463 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/RocketLoaderController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/Api/Speed/RocketLoaderController.php @@ -6,7 +6,7 @@ * simply loads the initial value through the Cloudflare API as well as * gives the ability to change the value of said section to be on or off * though the 'toggle' action. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/DashboardController.php b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/DashboardController.php index dcc92404..d9a670a5 100644 --- a/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/DashboardController.php +++ b/src/app/code/community/JetRails/Cloudflare/controllers/Cloudflare/DashboardController.php @@ -6,7 +6,7 @@ * zone and token that is used for API access. Finally it contains an * action to change the domain to use with the Cloudflare dashboard. This * domain selection is saved within the user's session. - * @version 1.1.0 + * @version 1.1.1 * @package JetRails® Cloudflare * @author Rafael Grigorian * @copyright © 2018 JETRAILS, All rights reserved diff --git a/src/app/code/community/JetRails/Cloudflare/etc/config.xml b/src/app/code/community/JetRails/Cloudflare/etc/config.xml index 252802b3..d3f08967 100644 --- a/src/app/code/community/JetRails/Cloudflare/etc/config.xml +++ b/src/app/code/community/JetRails/Cloudflare/etc/config.xml @@ -3,7 +3,7 @@ - 1.1.0 + 1.1.1 diff --git a/src/app/design/adminhtml/base/default/template/cloudflare/overview/configuration.phtml b/src/app/design/adminhtml/base/default/template/cloudflare/overview/configuration.phtml index 770e07e1..30d79dd2 100644 --- a/src/app/design/adminhtml/base/default/template/cloudflare/overview/configuration.phtml +++ b/src/app/design/adminhtml/base/default/template/cloudflare/overview/configuration.phtml @@ -56,9 +56,8 @@ Help
-

Configure Cloudflare API

-

In order for this module to work, access to Cloudflare's API must be configured. The text box labeled Email Address will contain the zone address of the concerning Cloudflare account. The textbox labeled API Token will contain the API key that Cloudflare supplies. In order to get the API key from Cloudflare follow these instructions.

-

If the credentials that you have supplied are valid, then you will see that Credential Validation will be set to Valid. You will need to make sure that the store's domain is also set up with Cloudflare. If the site is currently added to the associated Cloudflare account, then you will see that Zone ID will display a valid zone id from Cloudflare. Otherwise you will see an error message.

+

User Manual

+

In order for this module to work, access to Cloudflare's API must be configured. Please refer to this extensions user manual for information about the set up process. The user manual can be found here.

diff --git a/src/skin/adminhtml/base/default/scss/cloudflare/core/section.scss b/src/skin/adminhtml/base/default/scss/cloudflare/core/section.scss index e48629a4..036b48e1 100644 --- a/src/skin/adminhtml/base/default/scss/cloudflare/core/section.scss +++ b/src/skin/adminhtml/base/default/scss/cloudflare/core/section.scss @@ -467,6 +467,7 @@ section.cloudflare.empty { display: flex; align-items: center; justify-content: flex-end; + height: 35px; } } &.wrappable {