Skip to content

Commit 1b80c66

Browse files
author
Matthew Garde
committed
See read me notes. Updated version on ui.
1 parent fb8afad commit 1b80c66

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="PCAPredict_Tag" setup_version="2.0.3">
3+
<module name="PCAPredict_Tag" setup_version="2.0.4">
44
<sequence>
55
<module name="Magento_Store"/>
66
</sequence>

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## v2.0.4
4+
5+
- Pulled in fix for settings save.
6+
- Updated composer to not include core as magento marketplace does not apply for wildcard versioning.
7+
8+
39
## v2.0.3
410

511
- Bug with the template minify - we specify url as "//<?php echo pcaAcc... which is being deleted when minified.

view/adminhtml/templates/tag_settings_index_script.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $pcaCustomJSBack = $pcaSettings->getCustomJavaScriptBack();
9090
</div>
9191
</div>
9292

93-
<div style="float: right; margin-right: -40px; font-size: 10px;">v2.0.3</div>
93+
<div style="float: right; margin-right: -40px; font-size: 10px;">v2.0.4</div>
9494
</fieldset>
9595
</form>
9696
</div>
@@ -146,7 +146,7 @@ $pcaCustomJSBack = $pcaSettings->getCustomJavaScriptBack();
146146
</div>
147147
<!-- Version of the app in the display. -->
148148
<div style="margin-top: 25px;" class="secure-container-footer">
149-
<div style="float: right; margin-right: -40px; font-size: 10px;">v2.0.3</div>
149+
<div style="float: right; margin-right: -40px; font-size: 10px;">v2.0.4</div>
150150
</div>
151151
</fieldset>
152152
</form>

0 commit comments

Comments
 (0)