File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments