xonu_sbe - Version 1.0.2

Version Notes

Made compatible with Magento 1.7.x

Download this release

Release Info

Developer Magento Core Team
Extension xonu_sbe
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/{xonu/sbe → Xonu/SBE}/Model/Agreement.php RENAMED
@@ -18,7 +18,7 @@
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
- class xonu_sbe_Model_Agreement extends Mage_Checkout_Model_Agreement
22
  {
23
  /**
24
  * Add parsing filter to agreement box content.
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
+ class Xonu_SBE_Model_Agreement extends Mage_Checkout_Model_Agreement
22
  {
23
  /**
24
  * Add parsing filter to agreement box content.
app/code/community/{xonu/sbe → Xonu/SBE}/Model/Category.php RENAMED
@@ -18,7 +18,7 @@
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
- class xonu_sbe_Model_Category extends Mage_Catalog_Model_Category
22
  {
23
  function getDescription()
24
  {
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
+ class Xonu_SBE_Model_Category extends Mage_Catalog_Model_Category
22
  {
23
  function getDescription()
24
  {
app/code/community/{xonu/sbe → Xonu/SBE}/Model/Product.php RENAMED
@@ -18,7 +18,7 @@
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
- class xonu_sbe_Model_Product extends Mage_Catalog_Model_Product
22
  {
23
  function getDescription()
24
  {
18
  * @copyright Copyright (c) 2012 Pawel Kazakow (www.xonu.de)
19
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
+ class Xonu_SBE_Model_Product extends Mage_Catalog_Model_Product
22
  {
23
  function getDescription()
24
  {
app/code/community/{xonu/sbe → Xonu/SBE}/etc/config.xml RENAMED
@@ -22,21 +22,21 @@
22
  -->
23
  <config>
24
  <modules>
25
- <xonu_sbe>
26
  <version>1.0.1</version>
27
- </xonu_sbe>
28
  </modules>
29
  <global>
30
  <models>
31
  <checkout>
32
  <rewrite>
33
- <agreement>xonu_sbe_Model_Agreement</agreement>
34
  </rewrite>
35
  </checkout>
36
  <catalog>
37
  <rewrite>
38
- <category>xonu_sbe_Model_Category</category>
39
- <product>xonu_sbe_Model_Product</product>
40
  </rewrite>
41
  </catalog>
42
  </models>
22
  -->
23
  <config>
24
  <modules>
25
+ <Xonu_SBE>
26
  <version>1.0.1</version>
27
+ </Xonu_SBE>
28
  </modules>
29
  <global>
30
  <models>
31
  <checkout>
32
  <rewrite>
33
+ <agreement>Xonu_SBE_Model_Agreement</agreement>
34
  </rewrite>
35
  </checkout>
36
  <catalog>
37
  <rewrite>
38
+ <category>Xonu_SBE_Model_Category</category>
39
+ <product>Xonu_SBE_Model_Product</product>
40
  </rewrite>
41
  </catalog>
42
  </models>
app/etc/modules/xonu_sbe.xml CHANGED
@@ -4,9 +4,9 @@
4
  -->
5
  <config>
6
  <modules>
7
- <xonu_sbe>
8
  <active>true</active>
9
  <codePool>community</codePool>
10
- </xonu_sbe>
11
  </modules>
12
- </config>
4
  -->
5
  <config>
6
  <modules>
7
+ <Xonu_SBE>
8
  <active>true</active>
9
  <codePool>community</codePool>
10
+ </Xonu_SBE>
11
  </modules>
12
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>xonu_sbe</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -12,11 +12,11 @@
12
  {{block type="cms/block" block_id="myblock"}}&#xD;
13
  &#xD;
14
  This extension allows you to use the static blocks in Sales &gt; Terms and conditions, in category description and product short and full description, which is not possible by default.</description>
15
- <notes>Minor improvements.</notes>
16
- <authors><author><name>Pawel Kazakow</name><user>xonu</user><email>support@xonu.de</email></author></authors>
17
- <date>2012-08-14</date>
18
- <time>05:53:51</time>
19
- <contents><target name="magecommunity"><dir name="xonu"><dir name="sbe"><dir name="Model"><file name="Agreement.php" hash="0fba772982236868e0b9de24e6006fa4"/><file name="Category.php" hash="b36948ee0f7d5a93914131ac88e192b4"/><file name="Product.php" hash="74f3897f094a2625b347162de57f9a81"/></dir><dir name="etc"><file name="config.xml" hash="72190a84495039dfbd6764a6c74dbfd8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="xonu_sbe.xml" hash="997a5f046010bffa78810f7965fd61fe"/></dir></target></contents>
20
  <compatible/>
21
- <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>xonu_sbe</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
12
  {{block type="cms/block" block_id="myblock"}}&#xD;
13
  &#xD;
14
  This extension allows you to use the static blocks in Sales &gt; Terms and conditions, in category description and product short and full description, which is not possible by default.</description>
15
+ <notes>Made compatible with Magento 1.7.x</notes>
16
+ <authors><author><name>Pawel Kazakow</name><user>auto-converted</user><email>support@xonu.de</email></author></authors>
17
+ <date>2012-10-17</date>
18
+ <time>07:04:37</time>
19
+ <contents><target name="magecommunity"><dir name="Xonu"><dir name="SBE"><dir name="Model"><file name="Agreement.php" hash="1147ee0ca25c69a5cdc84a5bd0bed5f1"/><file name="Category.php" hash="6bd5ff07473166d55904b3e9d720a74f"/><file name="Product.php" hash="3e26346886619c43a63ac8bf7145f780"/></dir><dir name="etc"><file name="config.xml" hash="578973e845feab464d59e70f6e52efb0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="xonu_sbe.xml" hash="1b096968ec94d46a1b081e715511a0d1"/></dir></target></contents>
20
  <compatible/>
21
+ <dependencies/>
22
  </package>