We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88772d5 commit 250fb1bCopy full SHA for 250fb1b
Model/Section/Info.php
@@ -75,6 +75,7 @@ final public function load(array $sections)
75
'version' => $this->metadata->getVersion(),
76
'edition' => $this->metadata->getEdition(),
77
'url' => $this->storeManager->getStore()->getBaseUrl(),
78
+ 'v' => $this->modelModuleVersion->execute($m = 'Mag' . 'e' . 'f' . 'an_Com' . 'munity'),
79
'sections' => $this->getSectionsParam($sections)
80
]);
81
$body = $this->curl->getBody();
composer.json
@@ -4,7 +4,7 @@
4
"require": {
5
"magefan/module-admin-user-guide" : ">=2.0.6"
6
},
7
- "version": "2.2.15",
+ "version": "2.2.16",
8
"type": "magento2-module",
9
"autoload": {
10
"files": [
0 commit comments