Blueclaw_ContainingCategories - Version 0.1.1

Version Notes

Fix to sort download in magento connect

Download this release

Release Info

Developer John Hickling
Extension Blueclaw_ContainingCategories
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/community/Blueclaw/ContainingCategories/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Blueclaw_ContainingCategories>
5
- <version>0.1.0</version>
6
  </Blueclaw_ContainingCategories>
7
  </modules>
8
  <global>
@@ -30,4 +30,4 @@
30
  </modules>
31
  </translate>
32
  </frontend>
33
- </config>
2
  <config>
3
  <modules>
4
  <Blueclaw_ContainingCategories>
5
+ <version>0.1.1</version>
6
  </Blueclaw_ContainingCategories>
7
  </modules>
8
  <global>
30
  </modules>
31
  </translate>
32
  </frontend>
33
+ </config>
app/design/frontend/base/default/layout/containingcategories.xml DELETED
@@ -1,10 +0,0 @@
1
- <?xml version="1.0"?>
2
- <layout version="0.1.0">
3
- <catalog_product_view>
4
- <reference name="product.info.additional">
5
- <block type="containingcategories/list" name="containing_cats" as="containing_cats" template="containingcategories/list.phtml">
6
- <action method="addToParentGroup"><group>detailed_info</group></action>
7
- </block>
8
- </reference>
9
- </catalog_product_view>
10
- </layout>
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Blueclaw_ContainingCategories</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Simple module to list the categories a product belongs to on the category page.</summary>
10
  <description>A very simple module but one that gives functionality we have had requested on a number of sites. This module adds a list to the product pages of all the categories a product belongs to with links back to those categories.</description>
11
- <notes>Initial Release</notes>
12
- <authors><author><name>John Hickling</name><user>johnboybc</user><email>john@blueclaw.co.uk</email></author></authors>
13
- <date>2012-02-10</date>
14
- <time>10:33:36</time>
15
- <contents><target name="magecommunity"><dir name="Blueclaw"><dir name="ContainingCategories"><dir name="Block"><file name="List.php" hash="aa12f33a592ac55ea4e75cbf98f8102d"/></dir><dir name="etc"><file name="config.xml" hash="0e73d9549841812de0fb1d76cb2038b1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Blueclaw_ContainingCategories.xml" hash="ac74cb4519379481f91b4745d1adc233"/></dir></target><target name="magelocale"><dir name="en_GB"><file name="Blueclaw_ContainingCategories.csv" hash="c779d886382bc19e2f74a18d4aa48a5c"/></dir></target><target name="magelocal"><dir name="en_US"><file name="Blueclaw_ContainingCategories.csv" hash=""/></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="containingcategories"><file name="list.phtml" hash=""/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="containingcategories.xml" hash="5138bea2bdd30e1045a0b38721697bc6"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.1</min><max>5.3.3</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Blueclaw_ContainingCategories</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Simple module to list the categories a product belongs to on the category page.</summary>
10
  <description>A very simple module but one that gives functionality we have had requested on a number of sites. This module adds a list to the product pages of all the categories a product belongs to with links back to those categories.</description>
11
+ <notes>Fix to sort download in magento connect</notes>
12
+ <authors><author><name>John Hickling</name><user>blueclawecomm</user><email>john@blueclaw.co.uk</email></author></authors>
13
+ <date>2012-03-23</date>
14
+ <time>11:17:34</time>
15
+ <contents><target name="magecommunity"><dir name="Blueclaw"><dir name="ContainingCategories"><dir name="Block"><file name="List.php" hash="aa12f33a592ac55ea4e75cbf98f8102d"/></dir><dir name="etc"><file name="config.xml" hash="d4f5896bcd3597ecf288a5d359c17070"/></dir></dir></dir></target><target name="magedesign"><dir name="fronted"><dir name="base"><dir name="default"><dir name="layout"><file name="containingcategories.xml" hash=""/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Blueclaw_ContainingCategories.xml" hash="ac74cb4519379481f91b4745d1adc233"/></dir></target><target name="magelocale"><dir name="en_GB"><file name="Blueclaw_ContainingCategories.csv" hash="c779d886382bc19e2f74a18d4aa48a5c"/></dir></target><target name="magelocal"><dir name="en_US"><file name="Blueclaw_ContainingCategories.csv" hash=""/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.1</min><max>5.3.3</max></php></required></dependencies>
18
  </package>