Version Notes
Fixed broken installer
Download this release
Release Info
Developer | Go Media |
Extension | GoMedia_Webhook |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
- app/code/{local → community}/GoMedia/Webhook/Helper/Data.php +0 -0
- app/code/{local → community}/GoMedia/Webhook/Model/Observer.php +0 -0
- app/code/{local → community}/GoMedia/Webhook/etc/config.xml +0 -0
- app/code/{local → community}/GoMedia/Webhook/etc/system.xml +0 -0
- app/etc/modules/GoMedia_Webhook.xml +9 -0
- package.xml +5 -5
app/code/{local → community}/GoMedia/Webhook/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/GoMedia/Webhook/Model/Observer.php
RENAMED
File without changes
|
app/code/{local → community}/GoMedia/Webhook/etc/config.xml
RENAMED
File without changes
|
app/code/{local → community}/GoMedia/Webhook/etc/system.xml
RENAMED
File without changes
|
app/etc/modules/GoMedia_Webhook.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<GoMedia_Webhook>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</GoMedia_Webhook>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GoMedia_Webhook</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php ">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Post orders from Magento to any URL.</summary>
|
10 |
<description>Post order data to any URL.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Go Media</name><user>gomediasa</user><email>chris@gomedia.co.za</email></author></authors>
|
13 |
<date>2014-12-19</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GoMedia_Webhook</name>
|
4 |
+
<version>0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php ">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Post orders from Magento to any URL.</summary>
|
10 |
<description>Post order data to any URL.</description>
|
11 |
+
<notes>Fixed broken installer</notes>
|
12 |
<authors><author><name>Go Media</name><user>gomediasa</user><email>chris@gomedia.co.za</email></author></authors>
|
13 |
<date>2014-12-19</date>
|
14 |
+
<time>08:15:02</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="GoMedia"><dir name="Webhook"><dir name="Helper"><file name="Data.php" hash="a5af5c05a23a98cb9afb9bccb15c02ad"/></dir><dir name="Model"><file name="Observer.php" hash="164d3a0305e2aa51c429514f1d405ec8"/></dir><dir name="etc"><file name="config.xml" hash="0904e29b08549e272f51a1f33f8b554b"/><file name="system.xml" hash="72db4fb010d27b07ea59978210024fe3"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GoMedia_Webhook.xml" hash="bbb4fc4f2e24532e7fae12434f88bd9d"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|