Version Notes
Added compatibility 1.7
Download this release
Release Info
Developer | Alessandro Lioce |
Extension | NewsModules_CanonicalUrl |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/community/NewsModules/CanonicalUrl/Catalog/Model/Product/Url.php
CHANGED
@@ -50,8 +50,6 @@ else
|
|
50 |
*/
|
51 |
public function getUrl(Mage_Catalog_Model_Product $product, $params = array())
|
52 |
{
|
53 |
-
//mail('a.lioce@ne-ws.it', Mage::getVersion(), '');
|
54 |
-
|
55 |
$routePath = '';
|
56 |
$routeParams = $params;
|
57 |
|
50 |
*/
|
51 |
public function getUrl(Mage_Catalog_Model_Product $product, $params = array())
|
52 |
{
|
|
|
|
|
53 |
$routePath = '';
|
54 |
$routeParams = $params;
|
55 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NewsModules_CanonicalUrl</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -23,11 +23,11 @@ The url generated to display a product passing from one category are not altered
|
|
23 |
If the product is assigned to more than one category, it always will use the path to the first category.
|
24 |

|
25 |
The specified versions are tested versions. The module may also work on other versions.</description>
|
26 |
-
<notes>
|
27 |
<authors><author><name>Alessandro Lioce</name><user>alioce</user><email>a.lioce@ne-ws.it</email></author></authors>
|
28 |
<date>2014-06-10</date>
|
29 |
-
<time>
|
30 |
-
<contents><target name="magecommunity"><dir name="NewsModules"><dir name="CanonicalUrl"><dir name="Block"><dir name="Product"><file name="View.php" hash="c4b2421cf6161539cabb9d037afc8de1"/></dir></dir><dir name="Catalog"><dir name="Model"><dir name="Product"><file name="Url.php" hash="
|
31 |
<compatible/>
|
32 |
<dependencies><required><php><min>5.2.13</min><max>5.4.29</max></php></required></dependencies>
|
33 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NewsModules_CanonicalUrl</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
23 |
If the product is assigned to more than one category, it always will use the path to the first category.
|
24 |

|
25 |
The specified versions are tested versions. The module may also work on other versions.</description>
|
26 |
+
<notes>Added compatibility 1.7</notes>
|
27 |
<authors><author><name>Alessandro Lioce</name><user>alioce</user><email>a.lioce@ne-ws.it</email></author></authors>
|
28 |
<date>2014-06-10</date>
|
29 |
+
<time>15:26:34</time>
|
30 |
+
<contents><target name="magecommunity"><dir name="NewsModules"><dir name="CanonicalUrl"><dir name="Block"><dir name="Product"><file name="View.php" hash="c4b2421cf6161539cabb9d037afc8de1"/></dir></dir><dir name="Catalog"><dir name="Model"><dir name="Product"><file name="Url.php" hash="f0d14a6753a57f32dc4be597a654cbc7"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="091ca25983e433bad8023565f275c95c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="NewsModules_CanonicalUrl.xml" hash="810f1c3601c299daa715a21abd71372b"/></dir></target></contents>
|
31 |
<compatible/>
|
32 |
<dependencies><required><php><min>5.2.13</min><max>5.4.29</max></php></required></dependencies>
|
33 |
</package>
|