Skip to content

Commit

Permalink
Merge pull request #40 from section-io/242
Browse files Browse the repository at this point in the history
Magento 2.4.2 Section Varnish Metrics extension
  • Loading branch information
Nicholas Roberts committed Feb 16, 2021
2 parents ccfc9d0 + 66073cd commit 98da937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Helper/Aperture.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function executeAuthRequest($service_url, $method = 'GET', $payload = nul
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_USERAGENT, 'section.io-Magento-2-Extension/102.0.3');
curl_setopt($ch, CURLOPT_USERAGENT, 'section.io-Magento-2-Extension/103.0.5');

if ($username = $settingsFactory->getData('user_name')) {
$credentials = ($username . ':' . $this->encryptor->decrypt($settingsFactory->getData('password')));
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "sectionio/metrics",
"description": "Improve site metrics for your Section.io Magento environment.",
"type": "magento2-module",
"version": "102.0.3",
"version": "103.0.5",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
"magento/framework": "~100.0 || ~101.0 || ~102.0"
"magento/framework": "~100.0 || ~101.0 || ~102.0|| ~103.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand All @@ -18,3 +18,4 @@
}
}
}

0 comments on commit 98da937

Please sign in to comment.