sitewards_giveaway - Version 1.0.1

Version Notes

Fixed block names for *nix systems

Download this release

Release Info

Developer Sitewards Magento Team
Extension sitewards_giveaway
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Sitewards/Giveaway/Block/Product/List/Giveaway.php CHANGED
@@ -53,7 +53,7 @@ class Sitewards_Giveaway_Block_Product_List_Giveaway extends Mage_Catalog_Block_
53
  }
54
 
55
  // add page title
56
- $oTitleBlock = $this->getLayout()->createBlock('sitewards_giveaway/product_listtitle')
57
  ->setTemplate('sitewards/giveaway/catalog/product/list_title.phtml')
58
  ->setPageTitle($sTitle);
59
  $this->getLayout()->getBlock('content')->insert($oTitleBlock);
53
  }
54
 
55
  // add page title
56
+ $oTitleBlock = $this->getLayout()->createBlock('sitewards_giveaway/product_listTitle')
57
  ->setTemplate('sitewards/giveaway/catalog/product/list_title.phtml')
58
  ->setPageTitle($sTitle);
59
  $this->getLayout()->getBlock('content')->insert($oTitleBlock);
app/code/community/Sitewards/Giveaway/etc/config.xml CHANGED
@@ -5,13 +5,13 @@
5
  *
6
  * @category Sitewards
7
  * @package Sitewards_Giveaway
8
- * @copyright Copyright (c) 2012 Sitewards GmbH (http://www.sitewards.com/de/)
9
  */
10
  -->
11
  <config>
12
  <modules>
13
  <Sitewards_Giveaway>
14
- <version>1.0.0</version>
15
  </Sitewards_Giveaway>
16
  </modules>
17
  <!-- Set the default values for this extension -->
5
  *
6
  * @category Sitewards
7
  * @package Sitewards_Giveaway
8
+ * @copyright Copyright (c) 2012 Sitewards GmbH (http://www.sitewards.com/)
9
  */
10
  -->
11
  <config>
12
  <modules>
13
  <Sitewards_Giveaway>
14
+ <version>1.0.1</version>
15
  </Sitewards_Giveaway>
16
  </modules>
17
  <!-- Set the default values for this extension -->
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>sitewards_giveaway</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
@@ -22,11 +22,11 @@ Installation instruction&#xD;
22
  2. Edit products you want to be available as giveaways. Price of these products should be 0, but can be higher if required&#xD;
23
  3. Change the giveaway-attribute of these products to "yes"&#xD;
24
  4. If needed, adjust the allowed amount of giveaway products per cart in the configuration section </description>
25
- <notes>First release</notes>
26
  <authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
27
- <date>2013-02-06</date>
28
- <time>10:50:53</time>
29
- <contents><target name="magecommunity"><dir name="Sitewards"><dir name="Giveaway"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Sidebar.php" hash="5253c8684ac81739e4ef844b4a8256e5"/></dir><file name="Links.php" hash="385d0a4351445086d36db43eafc41889"/><dir name="Multishipping"><file name="Link.php" hash="ee5179d4b013ceab59ccf3574cde2bca"/></dir><dir name="Onepage"><file name="Link.php" hash="4e76c136d314206ba44c88e222032311"/></dir></dir><dir name="Product"><dir name="List"><file name="Giveaway.php" hash="d387dc272607dd9fb5799d6811dd4b1a"/></dir><file name="ListTitle.php" hash="133048adeb2fb03da81445719a984fea"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4a62d7daceffa80ddcbf108089107f75"/></dir><dir name="Model"><file name="Observer.php" hash="80728f02442ca2b6b8ceee0a01201bcf"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="27b268c161c0c3ebbedada6e9cd78d27"/></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Product"><file name="Identifier.php" hash="20c9c69bd43019c3bd56b568ed521aad"/></dir></dir></dir></dir><dir name="controllers"><file name="CartController.php" hash="6224f8ce2a8b8ae81d4b7fa594bf4bf9"/><file name="IndexController.php" hash="7b1a51d0924883992318bb3d72dd1fa5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="69a88bc583b6a811f47fbd33196f036b"/><file name="config.xml" hash="a5d13c3ad028a1694b4d2a994330086c"/><file name="system.xml" hash="13ae3261b97f8ae704d85096e21c5da1"/></dir><dir name="sql"><dir name="sitewards_giveaway_setup"><file name="mysql4-install-1.0.0.php" hash="2df441a6f1f7a7be6734c0e9105fda17"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="sitewards"><file name="giveaway.xml" hash="cfb9a1785d6f4be7ce980984513ff296"/></dir></dir><dir name="template"><dir name="sitewards"><dir name="giveaway"><dir name="catalog"><dir name="product"><file name="list_title.phtml" hash="9721358bb3d1e3a9586cf4366a8475f8"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_Giveaway.xml" hash="bf14932448cc724744ce93ac06226b5e"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Sitewards_Giveaway.csv" hash="db5754d5d983abeb4d9efee07b13476e"/></dir></target></contents>
30
  <compatible/>
31
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
32
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>sitewards_giveaway</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
22
  2. Edit products you want to be available as giveaways. Price of these products should be 0, but can be higher if required&#xD;
23
  3. Change the giveaway-attribute of these products to "yes"&#xD;
24
  4. If needed, adjust the allowed amount of giveaway products per cart in the configuration section </description>
25
+ <notes>Fixed block names for *nix systems</notes>
26
  <authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
27
+ <date>2013-02-07</date>
28
+ <time>14:28:15</time>
29
+ <contents><target name="magecommunity"><dir name="Sitewards"><dir name="Giveaway"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Sidebar.php" hash="5253c8684ac81739e4ef844b4a8256e5"/></dir><file name="Links.php" hash="385d0a4351445086d36db43eafc41889"/><dir name="Multishipping"><file name="Link.php" hash="ee5179d4b013ceab59ccf3574cde2bca"/></dir><dir name="Onepage"><file name="Link.php" hash="4e76c136d314206ba44c88e222032311"/></dir></dir><dir name="Product"><dir name="List"><file name="Giveaway.php" hash="30fd87c8b0f30d83b27b3b6ac60a61bf"/></dir><file name="ListTitle.php" hash="133048adeb2fb03da81445719a984fea"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4a62d7daceffa80ddcbf108089107f75"/></dir><dir name="Model"><file name="Observer.php" hash="80728f02442ca2b6b8ceee0a01201bcf"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="27b268c161c0c3ebbedada6e9cd78d27"/></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Product"><file name="Identifier.php" hash="20c9c69bd43019c3bd56b568ed521aad"/></dir></dir></dir></dir><dir name="controllers"><file name="CartController.php" hash="6224f8ce2a8b8ae81d4b7fa594bf4bf9"/><file name="IndexController.php" hash="7b1a51d0924883992318bb3d72dd1fa5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="69a88bc583b6a811f47fbd33196f036b"/><file name="config.xml" hash="d0630e7e7074b29232b30e8a36698fa5"/><file name="system.xml" hash="13ae3261b97f8ae704d85096e21c5da1"/></dir><dir name="sql"><dir name="sitewards_giveaway_setup"><file name="mysql4-install-1.0.0.php" hash="2df441a6f1f7a7be6734c0e9105fda17"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="sitewards"><file name="giveaway.xml" hash="cfb9a1785d6f4be7ce980984513ff296"/></dir></dir><dir name="template"><dir name="sitewards"><dir name="giveaway"><dir name="catalog"><dir name="product"><file name="list_title.phtml" hash="9721358bb3d1e3a9586cf4366a8475f8"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_Giveaway.xml" hash="bf14932448cc724744ce93ac06226b5e"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Sitewards_Giveaway.csv" hash="db5754d5d983abeb4d9efee07b13476e"/></dir></target></contents>
30
  <compatible/>
31
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
32
  </package>