Version Notes
Changed the event used for detecting order saves in Magento.
Download this release
Release Info
Developer | Stephan Groen |
Extension | Picqer_Webhook |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- package.xml +4 -4
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Picqer_Webhook</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This extension add realtime sync of your orders to Picqer Online Inventory Software.</description>
|
11 |
<notes>Changed the event used for detecting order saves in Magento.</notes>
|
12 |
<authors><author><name>Stephan Groen</name><user>stephangroen</user><email>stephan@picqer.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
<contents><target name="magecommunity"><dir name="Picqer"><dir name="Webhook"><dir name="Helper"><file name="Data.php" hash="135ad557d51b2928099f9d0c368e22cf"/></dir><dir name="Model"><file name="Active.php" hash="38950d5edfa800a68cf52689e136d11c"/><file name="Orderstate.php" hash="00c325a4bcdaef1615a4063596c21f01"/><dir name="Sales"><dir name="Order"><file name="Webhook.php" hash="50b725df5e9a8bf849bd8b74e6ee196b"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="1104241c134b9903cef02f438cef3f34"/><file name="system.xml" hash="60824bb96ac26ee22737098ffed1c49b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Picqer_Webhook.xml" hash="718b9dcfc1ec253e58ed71d61f6f7d6a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.4.0</min><max>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Picqer_Webhook</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This extension add realtime sync of your orders to Picqer Online Inventory Software.</description>
|
11 |
<notes>Changed the event used for detecting order saves in Magento.</notes>
|
12 |
<authors><author><name>Stephan Groen</name><user>stephangroen</user><email>stephan@picqer.com</email></author></authors>
|
13 |
+
<date>2017-01-30</date>
|
14 |
+
<time>15:07:04</time>
|
15 |
<contents><target name="magecommunity"><dir name="Picqer"><dir name="Webhook"><dir name="Helper"><file name="Data.php" hash="135ad557d51b2928099f9d0c368e22cf"/></dir><dir name="Model"><file name="Active.php" hash="38950d5edfa800a68cf52689e136d11c"/><file name="Orderstate.php" hash="00c325a4bcdaef1615a4063596c21f01"/><dir name="Sales"><dir name="Order"><file name="Webhook.php" hash="50b725df5e9a8bf849bd8b74e6ee196b"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="1104241c134b9903cef02f438cef3f34"/><file name="system.xml" hash="60824bb96ac26ee22737098ffed1c49b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Picqer_Webhook.xml" hash="718b9dcfc1ec253e58ed71d61f6f7d6a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.4.0</min><max>7.1.0</max></php><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
18 |
</package>
|