Skip to content

Commit 635002b

Browse files
committed
Updating module version to release
1 parent d8d823a commit 635002b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ Given a version number MAJOR.MINOR.PATCH, increment the:
2020
* [Security] in case of vulnerabilities.
2121

2222
### [Unreleased]
23+
24+
### [v300.0.1] - 2020-05-27
2325
- Initial Release
2426

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1616
-->
1717
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
18-
<module name="Sozo_ZendeskChat" setup_version="0.0.1"/>
18+
<module name="Sozo_ZendeskChat" setup_version="300.0.1"/>
1919
</config>

view/adminhtml/templates/system/config/fieldset/details.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
<div id="sozo-container">
2828
<p>
2929
<strong>
30-
<?= $block->getVersion();?>
31-
<?= $block->escapeHtml(__(sprintf('SOZO Design Zendesk Chat Plugin v%1.', $block->getVersion()))) ?>
30+
<?= $block->escapeHtml(__(sprintf('SOZO Design Zendesk Chat Plugin v%s.', $block->getVersion())));?>
3231
</strong> <br>
3332
<?= $block->escapeHtml(__('Magento 2 Zendesk Chat'));?><br>
3433
</p>

0 commit comments

Comments
 (0)