Skip to content

Commit

Permalink
Merge pull request #814 from Nosto/hotfix/7.1.2
Browse files Browse the repository at this point in the history
Hotfix/7.1.2
  • Loading branch information
dairbuirabass authored Dec 20, 2022
2 parents b7dac19 + 5619309 commit 668acfd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 7.1.2
* Remove unreffered system configuration for enabling 'Indexer full reindex' for Nosto indexers

### 7.1.1
* Fix query filter format. Uses `IN` instead of `OR` when filtering attributes (by @TzviCons)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nosto/module-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
"version": "7.1.1",
"version": "7.1.2",
"require-dev": {
"phpmd/phpmd": "^2.5",
"sebastian/phpcpd": "*",
Expand Down
8 changes: 0 additions & 8 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@
</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="full_reindex" translate="label comment" type="select" sortOrder="60"
showInDefault="1" showInWebsite="0" showInStore="0">
<label>Indexer full reindex</label>
<comment><![CDATA[Enable full reindex for reindex all products to nosto by running
the magento indexer:reindex command]]>
</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="low_stock_indication" translate="label comment" type="select" sortOrder="70"
showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Low Stock Indication</label>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
<!--suppress XmlUnboundNsPrefix -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Nosto_Tagging" setup_version="7.1.1"/>
<module name="Nosto_Tagging" setup_version="7.1.2"/>
</config>

0 comments on commit 668acfd

Please sign in to comment.