Skip to content

Commit 78d8aa9

Browse files
author
Nicholas Roberts
committed
Magento 2.3.6 compatible
1 parent e550d3b commit 78d8aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/101.4.1');
194+
curl_setopt($ch, CURLOPT_USERAGENT, 'section.io-Magento-2-Extension/102.0.3');
195195

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "sectionio/metrics",
3-
"description": "Retrieve site metrics for your Section.io account.",
3+
"description": "Improve site metrics for your Section.io Magento environment.",
44
"type": "magento2-module",
5-
"version": "102.0.2",
5+
"version": "102.0.3",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

0 commit comments

Comments
 (0)