Skip to content

Commit 1c74832

Browse files
author
Rafael Grigorian
committed
Released Version 1.2.4
1 parent 3405049 commit 1c74832

File tree

168 files changed

+168
-168
lines changed

Some content is hidden

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

168 files changed

+168
-168
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.2.3",
5+
"version": "1.2.4",
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.2.3",
5+
"version": "1.2.4",
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.2.3",
2+
"version": "1.2.4",
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.2.3
17+
* @version 1.2.4
1818
* @package JetRails® Cloudflare
1919
* @author Rafael Grigorian <[email protected]>
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.2.3
16+
* @version 1.2.4
1717
* @package JetRails® Cloudflare
1818
* @author Rafael Grigorian <[email protected]>
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.2.3
15+
* @version 1.2.4
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <[email protected]>
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.2.3
15+
* @version 1.2.4
1616
* @package JetRails® Cloudflare
1717
* @author Rafael Grigorian <[email protected]>
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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/DevelopmentMode/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/DevelopmentMode/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/EnableQueryStringSort/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/EnableQueryStringSort/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Everything.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller has two endpoints. One is used to send an API call to
99
* Cloudflare and it purges all the cache for the current domain. The other
1010
* endpoint asks the Cloudflare API to purge certain files from a zone.
11-
* @version 1.2.3
11+
* @version 1.2.4
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <[email protected]>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Caching/PurgeCache/Individual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller has two endpoints. One is used to send an API call to
99
* Cloudflare and it purges all the cache for the current domain. The other
1010
* endpoint asks the Cloudflare API to purge certain files from a zone.
11-
* @version 1.2.3
11+
* @version 1.2.4
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <[email protected]>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AlwaysUseHttps/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AlwaysUseHttps/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AuthenticatedOriginPulls/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AuthenticatedOriginPulls/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AutomaticHttpsRewrites/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/AutomaticHttpsRewrites/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/DisableUniversalSsl/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/DisableUniversalSsl/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/HttpStrictTransportSecurity/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/HttpStrictTransportSecurity/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/MinimumTlsVersion/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/MinimumTlsVersion/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/OnionRouting/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/OnionRouting/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/OpportunisticEncryption/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/OpportunisticEncryption/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/Ssl/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/Ssl/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/Tls13/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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Crypto/Tls13/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.2.3
13+
* @version 1.2.4
1414
* @package JetRails® Cloudflare
1515
* @author Rafael Grigorian <[email protected]>
1616
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/CloudflareNameservers/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This controller inherits from a generic controller that implements the
99
* base functionality for interfacing with a getter model. This section
1010
* simply loads the initial value through the Cloudflare API.
11-
* @version 1.2.3
11+
* @version 1.2.4
1212
* @package JetRails® Cloudflare
1313
* @author Rafael Grigorian <[email protected]>
1414
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Create.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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Delete.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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

src/app/code/JetRails/Cloudflare/Controller/Adminhtml/Api/Dns/DnsRecords/Edit.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.2.3
12+
* @version 1.2.4
1313
* @package JetRails® Cloudflare
1414
* @author Rafael Grigorian <[email protected]>
1515
* @copyright © 2018 JETRAILS, All rights reserved

0 commit comments

Comments
 (0)