Sitewards_StockCheck_Framework - Version 1.0.2

Version Notes

Checked compatibility with magento community 1.8.0.0.

Download this release

Release Info

Developer Sitewards Magento Team
Extension Sitewards_StockCheck_Framework
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Sitewards/StockCheck/etc/config.xml CHANGED
@@ -8,11 +8,11 @@
8
  */
9
  -->
10
  <config>
11
- <modules>
12
- <Sitewards_StockCheck>
13
- <version>1.0.1</version>
14
- </Sitewards_StockCheck>
15
- </modules>
16
 
17
  <default>
18
  <stockcheck_config>
8
  */
9
  -->
10
  <config>
11
+ <modules>
12
+ <Sitewards_StockCheck>
13
+ <version>1.0.2</version>
14
+ </Sitewards_StockCheck>
15
+ </modules>
16
 
17
  <default>
18
  <stockcheck_config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sitewards_StockCheck_Framework</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>
@@ -9,14 +9,12 @@
9
  <summary>This extension provides an easy to use framework for overriding the standard Magento Product price model.</summary>
10
  <description>This extension is aimed at developers who want to load the price of a product in realtime from another source.&#xD;
11
  Coding is required but can be provided at a cost.</description>
12
- <notes>Removed Mage_Checkout CartController rewrite.&#xD;
13
- Added interface for StockCheck helper.&#xD;
14
- Extension moved to community code pool.&#xD;
15
  </notes>
16
  <authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
17
- <date>2013-06-16</date>
18
- <time>20:34:55</time>
19
- <contents><target name="magecommunity"><dir name="Sitewards"><dir name="StockCheck"><dir name="Helper"><file name="Data.php" hash="3f3e587feeaf4c50b01f101b650348d2"/><file name="Interface.php" hash="4fee3d3d744a5a0064a422186aeade77"/></dir><dir name="Model"><dir name="Cart"><file name="Observer.php" hash="8a4cc7443759e231018bfb4c5cfc6a4c"/></dir><file name="Product.php" hash="c1f3f1baccc002eb64e8497c3d59ea05"/></dir><dir name="etc"><file name="config.xml" hash="450e0547fadba92f5e376348684fb13f"/><file name="system.xml" hash="6abe9d8385dbb26aa2ba3f064230fe24"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_StockCheck.xml" hash="4457e64cbf4b478fd6a45961f742936f"/></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sitewards_StockCheck_Framework</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
9
  <summary>This extension provides an easy to use framework for overriding the standard Magento Product price model.</summary>
10
  <description>This extension is aimed at developers who want to load the price of a product in realtime from another source.&#xD;
11
  Coding is required but can be provided at a cost.</description>
12
+ <notes>Checked compatibility with magento community 1.8.0.0.&#xD;
 
 
13
  </notes>
14
  <authors><author><name>Sitewards Magento Team</name><user>sitewards</user><email>magento@sitewards.com</email></author></authors>
15
+ <date>2013-10-10</date>
16
+ <time>18:55:38</time>
17
+ <contents><target name="magecommunity"><dir name="Sitewards"><dir name="StockCheck"><dir name="Helper"><file name="Data.php" hash="3f3e587feeaf4c50b01f101b650348d2"/><file name="Interface.php" hash="4fee3d3d744a5a0064a422186aeade77"/></dir><dir name="Model"><dir name="Cart"><file name="Observer.php" hash="8a4cc7443759e231018bfb4c5cfc6a4c"/></dir><file name="Product.php" hash="c1f3f1baccc002eb64e8497c3d59ea05"/></dir><dir name="etc"><file name="config.xml" hash="193a696fa087b7914530e40c5643b91d"/><file name="system.xml" hash="6abe9d8385dbb26aa2ba3f064230fe24"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sitewards_StockCheck.xml" hash="4457e64cbf4b478fd6a45961f742936f"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>