Skip to content

Commit cc3e677

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

File tree

220 files changed

+220
-220
lines changed

Some content is hidden

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

220 files changed

+220
-220
lines changed

README.md

Lines changed: 1 addition & 1 deletion

composer-marketplace.json

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

composer.json

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

package.json

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)