Version Notes
This simple FREE extension can flatten your store URL structure and drastically improve your SEO in just few simple clicks.
Repackaged for Magento Connect.
Download this release
Release Info
Developer | Activo Extensions |
Extension | activo_categoryurlseo |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/{local → community}/Activo/Categoryurlseo/Helper/Category.php +0 -0
- app/code/{local → community}/Activo/Categoryurlseo/Helper/Data.php +0 -0
- app/code/{local → community}/Activo/Categoryurlseo/etc/config.xml +0 -0
- app/code/{local → community}/Activo/Categoryurlseo/etc/system.xml +0 -0
- app/etc/modules/Activo_Categoryurlseo.xml +9 -0
- package.xml +7 -5
app/code/{local → community}/Activo/Categoryurlseo/Helper/Category.php
RENAMED
File without changes
|
app/code/{local → community}/Activo/Categoryurlseo/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Activo/Categoryurlseo/etc/config.xml
RENAMED
File without changes
|
app/code/{local → community}/Activo/Categoryurlseo/etc/system.xml
RENAMED
File without changes
|
app/etc/modules/Activo_Categoryurlseo.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Activo_Categoryurlseo>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</Activo_Categoryurlseo>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>activo_categoryurlseo</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -24,11 +24,13 @@
|
|
24 |
<li>Uses Magento's own URL rewriting mechanism for improved compatibility</li>
|
25 |
<li>100% FREE</li>
|
26 |
</ul></p></description>
|
27 |
-
<notes>This simple FREE extension can flatten your store URL structure and drastically improve your SEO in just few simple clicks
|
|
|
|
|
28 |
<authors><author><name>Activo Extensions</name><user>activo</user><email>extensions@activo.com</email></author></authors>
|
29 |
-
<date>
|
30 |
-
<time>
|
31 |
-
<contents><target name="
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.2.0</min><max>8.0.0</max></php></required></dependencies>
|
34 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>activo_categoryurlseo</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
24 |
<li>Uses Magento's own URL rewriting mechanism for improved compatibility</li>
|
25 |
<li>100% FREE</li>
|
26 |
</ul></p></description>
|
27 |
+
<notes>This simple FREE extension can flatten your store URL structure and drastically improve your SEO in just few simple clicks.
|
28 |
+

|
29 |
+
Repackaged for Magento Connect.</notes>
|
30 |
<authors><author><name>Activo Extensions</name><user>activo</user><email>extensions@activo.com</email></author></authors>
|
31 |
+
<date>2012-03-01</date>
|
32 |
+
<time>20:37:57</time>
|
33 |
+
<contents><target name="magecommunity"><dir name="Activo"><dir name="Categoryurlseo"><dir><dir name="Helper"><file name="Category.php" hash="f57ed5be33c88d2de3082d62182dea0c"/><file name="Data.php" hash="6892bf5f068f01ecbe4bc746ed0be85b"/></dir><dir name="etc"><file name="config.xml" hash="a8ab9f1efc96fef3d4584a340e4c356d"/><file name="system.xml" hash="9e14735283e6600bfca941f3ca40296a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Activo_Categoryurlseo.xml" hash="cbb2d56a19efe3658ff0b6bf21376dd3"/></dir></target></contents>
|
34 |
<compatible/>
|
35 |
<dependencies><required><php><min>5.2.0</min><max>8.0.0</max></php></required></dependencies>
|
36 |
</package>
|