File tree Expand file tree Collapse file tree 6 files changed +9
-210
lines changed
Block/Adminhtml/System/Config Expand file tree Collapse file tree 6 files changed +9
-210
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function toOptionArray() : array
29
29
{
30
30
$ options = [];
31
31
foreach ($ this ->strategies as $ key => $ label ) {
32
- $ options [] = ['value ' => $ key , 'label ' => $ label ];
32
+ $ options [] = ['value ' => $ key , 'label ' => __ ( $ label) ];
33
33
}
34
34
return $ options ;
35
35
}
Original file line number Diff line number Diff line change 9
9
" admin reindex"
10
10
],
11
11
"require" : {
12
- "php" : " ~5.6.0| 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0" ,
12
+ "php" : " 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0" ,
13
13
"magento/module-backend" : " 100.0.*|100.1.*|100.2.*|101.0.*|102.0.*" ,
14
14
"magento/framework" : " 100.0.*|100.1.*|101.0.*|102.0.*|103.0.*" ,
15
- "magepal/magento2-core" :" >1.1.0 "
15
+ "magepal/magento2-core" :" >1.1.8 "
16
16
},
17
17
"type" : " magento2-module" ,
18
- "version" : " 1.0.11 " ,
18
+ "version" : " 1.1.0 " ,
19
19
"license" : [
20
20
" proprietary"
21
21
],
Original file line number Diff line number Diff line change 20
20
<label >About MagePal Reindex</label >
21
21
<comment ><![CDATA[
22
22
<div id="magepal-info">
23
- Copyright © 2019 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
23
+ Copyright © 2021 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
24
24
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#documentation" target="_blank">Documentation</a>
25
25
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#support">Support</a>
26
26
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2?utm_source=reindex&utm_medium=admin#current_version" target="_blank">Latest Version</a>
46
46
padding-bottom: 5px;
47
47
}
48
48
</style>]]> </comment >
49
- <field id =" module_version" translate =" label" type =" label" sortOrder =" 0" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
50
- <label >Module Version</label >
51
- <frontend_model >MagePal\Reindex\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model >
52
- </field >
53
- <field id =" composer_version" translate =" label" type =" label" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
49
+ <field id =" MagePal_Reindex" translate =" label" type =" label" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
54
50
<label >Composer Version</label >
55
- <frontend_model >MagePal\Reindex \Block\Adminhtml\System\Config\Form \Composer\Version</frontend_model >
51
+ <frontend_model >MagePal\Core \Block\Adminhtml\System\Config\Composer\Version</frontend_model >
56
52
</field >
57
53
<field id =" link" translate =" label" type =" label" sortOrder =" 2" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
58
54
<label >Configuration</label >
Original file line number Diff line number Diff line change 10
10
<module name =" MagePal_Reindex" setup_version =" 1.0.0" >
11
11
<sequence >
12
12
<module name =" Magento_Indexer" />
13
+ <module name =" MagePal_Core" />
13
14
</sequence >
14
15
</module >
15
- </config >
16
+ </config >
You can’t perform that action at this time.
0 commit comments