Skip to content

Commit

Permalink
Display current installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed May 29, 2021
1 parent 01cbccb commit 83fbffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"magento/framework": "*"
},
"type": "magento2-module",
"version": "1.1.11",
"version": "1.1.12",
"autoload": {
"files": [
"registration.php"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="headerline"><?= $block->escapeHtml($item['name'] ?? '') ?></div>
<div class="wrapper">
<div class="text-version">
<?= $block->escapeHtml($item['latest_version'] ?? '') ?>
<?= $block->escapeHtml($item['install_version'] ?? '') ?>
</div>
</div>
</div>
Expand Down

0 comments on commit 83fbffc

Please sign in to comment.