Skip to content

Commit

Permalink
Bump version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Feb 12, 2025
1 parent 1027a17 commit cf9c68b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,11 @@ public function getSkipChildByCompositeTypes($store = null): array
{
$data = explode(
',',
(string) $this->config->getValue(self::PATH_SKIP_CHILD_BY_COMPOSITE_TYPE, ScopeInterface::SCOPE_STORE, $store)
(string) $this->config->getValue(
self::PATH_SKIP_CHILD_BY_COMPOSITE_TYPE,
ScopeInterface::SCOPE_STORE,
$store
)
);

return array_filter($data);
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<resource>Tweakwise_Magento2TweakwiseExport::config</resource>
<group id="export" translate="label" type="text" sortOrder="1000" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Export</label>
<comment>Tweakwise Export version v7.2.0</comment>
<comment>Tweakwise Export version v7.2.1</comment>
<field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enabled</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
Expand Down

0 comments on commit cf9c68b

Please sign in to comment.