Version Notes
Minor improvements.
Download this release
Release Info
Developer | Pawel Kazakow |
Extension | xonu_sbe |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/community/xonu/sbe/etc/config.xml +1 -1
- app/etc/modules/xonu_sbe.xml +12 -0
- package.xml +7 -7
app/code/community/xonu/sbe/etc/config.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<config>
|
24 |
<modules>
|
25 |
<xonu_sbe>
|
26 |
-
<version>1.0.
|
27 |
</xonu_sbe>
|
28 |
</modules>
|
29 |
<global>
|
23 |
<config>
|
24 |
<modules>
|
25 |
<xonu_sbe>
|
26 |
+
<version>1.0.1</version>
|
27 |
</xonu_sbe>
|
28 |
</modules>
|
29 |
<global>
|
app/etc/modules/xonu_sbe.xml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
|
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.
|
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"}}
|
13 |

|
14 |
This extension allows you to use the static blocks in Sales > Terms and conditions, in category description and product short and full description, which is not possible by default.</description>
|
15 |
-
<notes>
|
16 |
-
<authors><author><name>Pawel Kazakow</name><user>
|
17 |
-
<date>2012-
|
18 |
-
<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="
|
20 |
<compatible/>
|
21 |
-
<dependencies
|
22 |
</package>
|
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 |
{{block type="cms/block" block_id="myblock"}}
|
13 |

|
14 |
This extension allows you to use the static blocks in Sales > 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>
|