Skip to content

Commit 394402c

Browse files
author
Rafael Grigorian
committed
Released Version 1.3.6
1 parent a7f7752 commit 394402c

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

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.5
17+
* @version 1.3.6
1818
* @package JetRails® Cloudflare
1919
* @author Rafael Grigorian <development@jetrails.com>
2020
* @copyright © 2018 JETRAILS, All rights reserved

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.5
16+
* @version 1.3.6
1717
* @package JetRails® Cloudflare
1818
* @author Rafael Grigorian <development@jetrails.com>
1919
* @copyright © 2018 JETRAILS, All rights reserved

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.5
15+
* @version 1.3.6
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <development@jetrails.com>
1818
* @copyright © 2018 JETRAILS, All rights reserved

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.5
15+
* @version 1.3.6
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <development@jetrails.com>
1818
* @copyright © 2018 JETRAILS, All rights reserved

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.5
12+
* @version 1.3.6
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

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.5
13+
* @version 1.3.6
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

Controller/Adminhtml/Api/Caching/BrowserCacheExpiration/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.5
12+
* @version 1.3.6
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

Controller/Adminhtml/Api/Caching/BrowserCacheExpiration/Update.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 whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.5
13+
* @version 1.3.6
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

Controller/Adminhtml/Api/Caching/CachingLevel/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.5
12+
* @version 1.3.6
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <development@jetrails.com>
1515
* @copyright © 2018 JETRAILS, All rights reserved

Controller/Adminhtml/Api/Caching/CachingLevel/Update.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 whatever value
1212
* is being passed though the 'update' action.
13-
* @version 1.3.5
13+
* @version 1.3.6
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <development@jetrails.com>
1616
* @copyright © 2018 JETRAILS, All rights reserved

0 commit comments

Comments
 (0)