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 199f96f commit aa63382Copy full SHA for aa63382
composer.json
@@ -15,7 +15,7 @@
15
"magento/framework": "100.0.*|100.1.*|101.0.*"
16
},
17
"type": "magento2-module",
18
- "version": "2.1.4",
+ "version": "2.1.5",
19
"license": [
20
"OSL-3.0",
21
"AFL-3.0"
view/adminhtml/templates/footer/version.phtml
@@ -1,4 +1,4 @@
1
<p class="magento-version">
2
<strong><?= /* @escapeNotVerified */ base64_decode('RkFRcyBFeHRlbnNpb24=') ?></strong>
3
- <?= /* @escapeNotVerified */ base64_decode('Mi4xLjQ='); ?>
+ <?= /* @escapeNotVerified */ base64_decode('Mi4xLjU='); ?>
4
</p>
0 commit comments