ShortDescriptionGenerator - Version 1.0.1

Version Notes

Works fine

Download this release

Release Info

Developer Alin
Extension ShortDescriptionGenerator
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Alin/AutoShortDescription/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Alin_AutoShortDescription>
5
- <version>1.0.0</version>
6
  </Alin_AutoShortDescription>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Alin_AutoShortDescription>
5
+ <version>1.0.1</version>
6
  </Alin_AutoShortDescription>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ShortDescriptionGenerator</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
- <license>OSL-3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Generates the short description based on your attributes</summary>
10
  <description>This extension generates the short description based on your attributes. You can choose what attributes to show in frontend based on attributes who are set to show in product listing (Use In Product Listing).&#xD;
11
  </description>
12
- <notes>Work fine</notes>
13
- <authors><author><name>Alin M</name><user>alinx27</user><email>alinx27@yahoo.com</email></author></authors>
14
  <date>2013-03-13</date>
15
- <time>07:16:33</time>
16
- <contents><target name="magecommunity"><dir name="Alin"><dir name="AutoShortDescription"><dir name="Helper"><file name="Data.php" hash="18a9798192071bc895f96964df9a1c68"/></dir><dir name="Model"><file name="Observer.php" hash="3f33e0c5bd1fc43c98fe65806d387338"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="ProductController.php" hash="76663f041ff42040671ac2dca3d182f9"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="925f1ccebf397637d997e2b23b0e9eba"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Alin_AutoShortDescription.xml" hash="242f33048b011ff1ec117d2f57aa33ea"/></dir></target></contents>
17
  <compatible/>
18
- <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ShortDescriptionGenerator</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
+ <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Generates the short description based on your attributes</summary>
10
  <description>This extension generates the short description based on your attributes. You can choose what attributes to show in frontend based on attributes who are set to show in product listing (Use In Product Listing).&#xD;
11
  </description>
12
+ <notes>Works fine</notes>
13
+ <authors><author><name>Alin</name><user>alinx27</user><email>alinx27@yahoo.com</email></author></authors>
14
  <date>2013-03-13</date>
15
+ <time>09:40:05</time>
16
+ <contents><target name="magecommunity"><dir name="Alin"><dir name="AutoShortDescription"><dir name="Helper"><file name="Data.php" hash="18a9798192071bc895f96964df9a1c68"/></dir><dir name="Model"><file name="Observer.php" hash="3f33e0c5bd1fc43c98fe65806d387338"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="ProductController.php" hash="76663f041ff42040671ac2dca3d182f9"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="51373a8d3489751cd17fd33eeebc1e0e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Alin_AutoShortDescription.xml" hash="242f33048b011ff1ec117d2f57aa33ea"/></dir></target></contents>
17
  <compatible/>
18
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
19
  </package>