Skip to content

Commit b958728

Browse files
author
Nicholas Roberts
committed
Php 7.4 Magento 2.4.2-p1
1 parent 98da937 commit b958728

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Helper/Aperture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function executeAuthRequest($service_url, $method = 'GET', $payload = nul
191191
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
192192
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
193193
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
194-
curl_setopt($ch, CURLOPT_USERAGENT, 'section.io-Magento-2-Extension/103.0.5');
194+
curl_setopt($ch, CURLOPT_USERAGENT, 'section.io-Magento-2-Extension/104.0.5');
195195

196196
if ($username = $settingsFactory->getData('user_name')) {
197197
$credentials = ($username . ':' . $this->encryptor->decrypt($settingsFactory->getData('password')));

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "sectionio/metrics",
3-
"description": "Improve site metrics for your Section.io Magento environment.",
3+
"description": "Improve website performance metrics for the Section.io Magento environment.",
44
"type": "magento2-module",
5-
"version": "103.0.5",
5+
"version": "104.0.5",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
12-
"magento/framework": "~100.0 || ~101.0 || ~102.0|| ~103.0"
11+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
12+
"magento/framework": "~100.0 || ~101.0 || ~102.0|| ~103.0|| ~104.0"
1313
},
1414
"autoload": {
1515
"files": [ "registration.php" ],

0 commit comments

Comments
 (0)