Commit bedf001ffaf16ef46f91e9119d2f6b524f1b2792
1 parent
c1f7e698
CAMBIO DE NOMBRE DE CONTROLADOR
Showing
3 changed files
with
2 additions
and
2 deletions
config.xml
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | <module> |
| 3 | 3 | <name>imaxaddcatbyfeature</name> |
| 4 | 4 | <displayName><![CDATA[Informax add to category by feature]]></displayName> |
| 5 | - <version><![CDATA[1.2]]></version> | |
| 5 | + <version><![CDATA[1.3]]></version> | |
| 6 | 6 | <description><![CDATA[Informax add to category by feature]]></description> |
| 7 | 7 | <author><![CDATA[Informax]]></author> |
| 8 | 8 | <tab><![CDATA[administration]]></tab> | ... | ... |
controllers/admin/Adminxaddcatbyfeature.php renamed to controllers/admin/Adminimaxxaddcatbyfeature.php
imaxaddcatbyfeature.php
| ... | ... | @@ -19,7 +19,7 @@ class ImaxAddCatbyFeature extends Module { |
| 19 | 19 | public function __construct() { |
| 20 | 20 | $this->name = 'imaxaddcatbyfeature'; |
| 21 | 21 | $this->tab = 'administration'; |
| 22 | - $this->version = '1.2'; | |
| 22 | + $this->version = '1.3'; | |
| 23 | 23 | $this->author = 'Informax'; |
| 24 | 24 | $this->need_instance = 0; |
| 25 | 25 | $this->idManual = ''; | ... | ... |