Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion conf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<extends/>
<summary>Interact with popular Cloudflare features though Magento's backend portal.</summary>
<description>https://github.com/jetrails/magento-cloudflare</description>
<notes>Released Version 1.1.0</notes>
<notes>Released Version 1.1.1</notes>
<authors>
<author>
<name>Rafael Grigorian</name>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion src/app/code/community/JetRails/Cloudflare/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright © 2018 JETRAILS, All rights reserved
Expand Down
Loading