Version Notes
Catalog tuning
Download this release
Release Info
Developer | Magento Core Team |
Extension | AndrejSinicyn_CatalogTuner |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0002 to 1.0.1
app/locale/en_EN/AndrejSinicyn_CatalogTuner.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
"Force adding catalog breadcrumbs to product","Force adding catalog breadcrumbs to product"
|
2 |
-
"Tries to add catalog breadcrumbs to product, if it is called directly without category.","Tries to add catalog breadcrumbs to product, if it is called directly without category."
|
3 |
-
"Tuning","Tuning"
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,18 +1,28 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>AndrejSinicyn_CatalogTuner</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<notes>Catalog tuning</notes>
|
12 |
<authors><author><name>Andrej Sinicyn</name><user>auto-converted</user><email>rarogit@gmail.com</email></author></authors>
|
13 |
-
<date>2014-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="AndrejSinicyn"><dir name="CatalogTuner"><dir name="Helper"><file name="Data.php" hash="fb1b3446229b084faa896a737869f4c4"/></dir><dir name="Model"><file name="Observer.php" hash="bb198ab72894857d02e188f4f93873ee"/></dir><dir name="etc"><file name="config.xml" hash="4f9a7d3b14e3f0366813190e9b948425"/><file name="system.xml" hash="fb471ef01829aafb65d49d1aa9f36e63"/></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="AndrejSinicyn_CatalogTuner.csv" hash="e486532c4c6b767b22a66c09bf6c512d"/></dir><dir name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>AndrejSinicyn_CatalogTuner</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Allows tuning of catalog options. Currently breadcrumb tuning is implemented.</summary>
|
10 |
+
<description>The extension is designed to offer different options for tuning of Magento's standard catalog behavior.
|
11 |
+
Currently it only offers extension of breadcrumb generation if customer is visiting a canonical URL of a product. If enabled, the breadcrumbs are generated to show the first associated category of the product in the breadcrumb path.
|
12 |
+

|
13 |
+
<b>v1.0.1</b><br />
|
14 |
+
Fixed translation path.
|
15 |
+

|
16 |
+
<b>v1.0.0</b><br />
|
17 |
+
- Option to enforce adding catalog breadcrumb to products if they were called directly.<br />
|
18 |
+
<br />
|
19 |
+
<br />
|
20 |
+
For sources, bug reports, feature requests please visit the project homepage at <a href="https://github.com/rarog/CatalogTuning">https://github.com/rarog/CatalogTuning</a></description>
|
21 |
<notes>Catalog tuning</notes>
|
22 |
<authors><author><name>Andrej Sinicyn</name><user>auto-converted</user><email>rarogit@gmail.com</email></author></authors>
|
23 |
+
<date>2014-12-30</date>
|
24 |
+
<time>08:40:46</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="AndrejSinicyn"><dir name="CatalogTuner"><dir name="Helper"><file name="Data.php" hash="fb1b3446229b084faa896a737869f4c4"/></dir><dir name="Model"><file name="Observer.php" hash="bb198ab72894857d02e188f4f93873ee"/></dir><dir name="etc"><file name="config.xml" hash="4f9a7d3b14e3f0366813190e9b948425"/><file name="system.xml" hash="fb471ef01829aafb65d49d1aa9f36e63"/></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="AndrejSinicyn_CatalogTuner.csv" hash="e486532c4c6b767b22a66c09bf6c512d"/></dir><dir name="en_US"><file name="AndrejSinicyn_CatalogTuner.csv" hash=""/></dir></target><target name="mageetc"><dir name="modules"><file name="AndrejSinicyn_CatalogTuner.xml" hash="a3d9f57c3aafabe3cc31f9df2069b7d2"/></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies/>
|
28 |
</package>
|