Blueclaw_ContainingCategories - Version 0.1.2

Version Notes

Amended PHP version compatibility

Download this release

Release Info

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


Code changes from version 0.1.1 to 0.1.2

Files changed (1) hide show
  1. package.xml +4 -4
package.xml CHANGED
@@ -1,18 +1,18 @@
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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Blueclaw_ContainingCategories</name>
4
+ <version>0.1.2</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>Amended PHP version compatibility </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>12:23:03</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.13</min><max>6.0.0</max></php></required></dependencies>
18
  </package>