Version Notes
Second Stable Version
Download this release
Release Info
Developer | Magento Core Team |
Extension | Official_Netfeedback_Extension |
Version | 0.3.0 |
Comparing to | |
See all releases |
Code changes from version 0.2.0 to 0.3.0
- app/etc/modules/Official_Netfeedback.xml +10 -0
- package.xml +3 -3
app/etc/modules/Official_Netfeedback.xml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Official_Netfeedback>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
<version>0.1.0</version>
|
8 |
+
</Official_Netfeedback>
|
9 |
+
</modules>
|
10 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Official_Netfeedback_Extension</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Second Stable Version</notes>
|
12 |
<authors><author><name>Mark Reid</name><user>auto-converted</user><email>mark.reid@netfeedback.com</email></author></authors>
|
13 |
<date>2015-04-02</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Official"><dir name="Netfeedback"><dir name="Helper"><file name="Data.php" hash="24dd0517cbe55c7131e9ba944ad42330"/></dir><dir name="Model"><file name="Mode.php" hash="bd4b347ac4363147baa981a4ffbd91c2"/><file name="Observer.php" hash="e63d0a31af68a89918f3792c6968bfea"/></dir><dir name="etc"><file name="adminhtml.xml" hash="de2fc04d52efc349e664db8e251b182b"/><file name="config.xml" hash="3f63d76f0cf4c7bdbce3ef84fdc1a08d"/><file name="system.xml" hash="7afb772bb765df63c30303ec3e1f4bab"/></dir><dir name="sql"><dir name="netfeedback_setup"><file name="mysql4-install-0.1.0.php" hash="9e21d80daf5ed4673f15c8e28cbcf86f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Official_Netfeedback.xml" hash=""/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Official_Netfeedback_Extension</name>
|
4 |
+
<version>0.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Second Stable Version</notes>
|
12 |
<authors><author><name>Mark Reid</name><user>auto-converted</user><email>mark.reid@netfeedback.com</email></author></authors>
|
13 |
<date>2015-04-02</date>
|
14 |
+
<time>18:56:36</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Official"><dir name="Netfeedback"><dir name="Helper"><file name="Data.php" hash="24dd0517cbe55c7131e9ba944ad42330"/></dir><dir name="Model"><file name="Mode.php" hash="bd4b347ac4363147baa981a4ffbd91c2"/><file name="Observer.php" hash="e63d0a31af68a89918f3792c6968bfea"/></dir><dir name="etc"><file name="adminhtml.xml" hash="de2fc04d52efc349e664db8e251b182b"/><file name="config.xml" hash="3f63d76f0cf4c7bdbce3ef84fdc1a08d"/><file name="system.xml" hash="7afb772bb765df63c30303ec3e1f4bab"/></dir><dir name="sql"><dir name="netfeedback_setup"><file name="mysql4-install-0.1.0.php" hash="9e21d80daf5ed4673f15c8e28cbcf86f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Official_Netfeedback.xml" hash="dd7a5c8457c79833a1eeffd39e504da4"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|