Version Notes
1.0.12
* Add return to stock information to credit memos
* Import credit memos
* This package version requires a new database column in the sales_flat_creditmemo_item table
* This module requires version 1.0.10
1.0.10
* Add shipment and tracking information
1.0.8
* Add fixes to report proper validation object errors
1.0.7
* Added module version information endpoint
1.0.6
* Relaxed Magento Core version check to 1.7.0.2
1.0.5
* Added pre-installation checks
* Added PHP server info verifications
1.0.4
* Fixed bug with improper function definitions
1.0.3
* Add pagination functionality to order endpoint
1.0.2
* Added missing stock_data to product info WSDL
1.0.1
* Add pagination functionality to product endpoints
1.0.0
* Initial working release
Download this release
Release Info
Developer | Robert Navarro |
Extension | StitchLabs_ChannelIntegration |
Version | 1.0.12 |
Comparing to | |
See all releases |
Code changes from version 1.0.11 to 1.0.12
- app/code/community/StitchLabs/ChannelIntegration/etc/config.xml +1 -1
- app/code/community/StitchLabs/ChannelIntegration/sql/stitchlabs_channelintegration_setup/{install-1.0.11.php → install-1.0.12.php} +0 -0
- app/code/community/StitchLabs/ChannelIntegration/sql/stitchlabs_channelintegration_setup/{upgrade-1.0.10-1.0.11.php → upgrade-1.0.10-1.0.12.php} +0 -0
- app/etc/modules/StitchLabs_ChannelIntegration.xml +10 -0
- package.xml +5 -5
app/code/community/StitchLabs/ChannelIntegration/etc/config.xml
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<config>
|
20 |
<modules>
|
21 |
<StitchLabs_ChannelIntegration>
|
22 |
-
<version>1.0.
|
23 |
</StitchLabs_ChannelIntegration>
|
24 |
</modules>
|
25 |
<global>
|
19 |
<config>
|
20 |
<modules>
|
21 |
<StitchLabs_ChannelIntegration>
|
22 |
+
<version>1.0.12</version>
|
23 |
</StitchLabs_ChannelIntegration>
|
24 |
</modules>
|
25 |
<global>
|
app/code/community/StitchLabs/ChannelIntegration/sql/stitchlabs_channelintegration_setup/{install-1.0.11.php → install-1.0.12.php}
RENAMED
File without changes
|
app/code/community/StitchLabs/ChannelIntegration/sql/stitchlabs_channelintegration_setup/{upgrade-1.0.10-1.0.11.php → upgrade-1.0.10-1.0.12.php}
RENAMED
File without changes
|
app/etc/modules/StitchLabs_ChannelIntegration.xml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
|
3 |
+
<config>
|
4 |
+
<modules>
|
5 |
+
<StitchLabs_ChannelIntegration>
|
6 |
+
<active>true</active>
|
7 |
+
<codePool>community</codePool>
|
8 |
+
</StitchLabs_ChannelIntegration>
|
9 |
+
</modules>
|
10 |
+
</config>
|
package.xml
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>StitchLabs_ChannelIntegration</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension provides integration with StitchLabs</summary>
|
10 |
<description>This extension provides integration with StitchLabs</description>
|
11 |
-
<notes>1.0.
|
12 |
* Add return to stock information to credit memos
|
13 |
* Import credit memos
|
14 |
* This package version requires a new database column in the sales_flat_creditmemo_item table
|
@@ -46,8 +46,8 @@
|
|
46 |
* Initial working release</notes>
|
47 |
<authors><author><name>Robert Navarro</name><user>rnavarro</user><email>dev@stitchlabs.com</email></author><author><name>Ron Gonzalez Lobo</name><user>ronlobo</user><email>dev@stitchlabs.com</email></author></authors>
|
48 |
<date>2016-06-02</date>
|
49 |
-
<time>
|
50 |
-
<contents><target name="magecommunity"><dir name="StitchLabs"><dir name="ChannelIntegration"><dir name="Helper"><file name="Data.php" hash="bab04699a85cc7926b2c7c58ecaf3f2b"/></dir><dir name="Model"><dir name="Info"><dir name="Api"><file name="V2.php" hash="3e031c800f7238e461778ca23ab2dd70"/></dir></dir><file name="Observer.php" hash="ab0934f70c6be6694f9af812baa45979"/><dir name="Order"><dir name="Api"><file name="V2.php" hash="2b16df922d4dbb966fedf5cc003b098c"/></dir><file name="Api.php" hash="55a09b06e3de51debbcd4d1ceaab673a"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="1b0b9c4f84fb9354bf628a0777e8b534"/></dir><file name="Api.php" hash="4891f1ed4d6031ea961220f815e1d3ba"/></dir><file name="Product.php" hash="2341be36cd9392c069871d8f24e405c5"/><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="3c52131d5b2359f469cededfffa5a012"/></dir><file name="Order.php" hash="d1587e02851a724c5e1f757f07433f74"/><dir name="Product"><file name="Collection.php" hash="4b1c3cbeef65923bacad1660085bbd24"/></dir><file name="Product.php" hash="693cb7ff8d9fd86283d2296abc65cf8d"/><file name="Setup.php" hash="8049e0602324a243d63759688a110685"/></dir></dir><dir name="etc"><file name="api.xml" hash="2a4ab67214388d1994bec91f67130052"/><file name="config.xml" hash="
|
51 |
<compatible/>
|
52 |
-
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.1</min><max/></package><
|
53 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>StitchLabs_ChannelIntegration</name>
|
4 |
+
<version>1.0.12</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension provides integration with StitchLabs</summary>
|
10 |
<description>This extension provides integration with StitchLabs</description>
|
11 |
+
<notes>1.0.12
|
12 |
* Add return to stock information to credit memos
|
13 |
* Import credit memos
|
14 |
* This package version requires a new database column in the sales_flat_creditmemo_item table
|
46 |
* Initial working release</notes>
|
47 |
<authors><author><name>Robert Navarro</name><user>rnavarro</user><email>dev@stitchlabs.com</email></author><author><name>Ron Gonzalez Lobo</name><user>ronlobo</user><email>dev@stitchlabs.com</email></author></authors>
|
48 |
<date>2016-06-02</date>
|
49 |
+
<time>18:02:00</time>
|
50 |
+
<contents><target name="magecommunity"><dir name="StitchLabs"><dir name="ChannelIntegration"><dir name="Helper"><file name="Data.php" hash="bab04699a85cc7926b2c7c58ecaf3f2b"/></dir><dir name="Model"><dir name="Info"><dir name="Api"><file name="V2.php" hash="3e031c800f7238e461778ca23ab2dd70"/></dir></dir><file name="Observer.php" hash="ab0934f70c6be6694f9af812baa45979"/><dir name="Order"><dir name="Api"><file name="V2.php" hash="2b16df922d4dbb966fedf5cc003b098c"/></dir><file name="Api.php" hash="55a09b06e3de51debbcd4d1ceaab673a"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="1b0b9c4f84fb9354bf628a0777e8b534"/></dir><file name="Api.php" hash="4891f1ed4d6031ea961220f815e1d3ba"/></dir><file name="Product.php" hash="2341be36cd9392c069871d8f24e405c5"/><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="3c52131d5b2359f469cededfffa5a012"/></dir><file name="Order.php" hash="d1587e02851a724c5e1f757f07433f74"/><dir name="Product"><file name="Collection.php" hash="4b1c3cbeef65923bacad1660085bbd24"/></dir><file name="Product.php" hash="693cb7ff8d9fd86283d2296abc65cf8d"/><file name="Setup.php" hash="8049e0602324a243d63759688a110685"/></dir></dir><dir name="etc"><file name="api.xml" hash="2a4ab67214388d1994bec91f67130052"/><file name="config.xml" hash="985dcd5806c5bb9dc860df109f81f1c9"/><file name="wsdl.xml" hash="9b8399b8e4f83bbb91b6312525f99a53"/><file name="wsi.xml" hash="7758f9063d665f2eff9842d1c47e82c8"/></dir><dir name="sql"><dir name="stitchlabs_channelintegration_setup"><file name="install-1.0.12.php" hash="00cd751f4c7437c5226b92b949865626"/><file name="upgrade-1.0.10-1.0.12.php" hash="00cd751f4c7437c5226b92b949865626"/></dir></dir></dir><file name="README.md" hash="228c10023261888ccd82e01265e31dec"/><dir name=".git"><file name="COMMIT_EDITMSG" hash="e0a8ed2dbd813bd1aad78d93147ccab9"/><file name="HEAD" hash="f0bc0308abc6043a47545970d67a2e5d"/><file name="config" hash="52f51247f34957f273c731a49f43b448"/><file name="description" hash="a0a7c3fff21f2aea3cfa1d0316dd816c"/><dir name="hooks"><file name="applypatch-msg.sample" hash="ce562e08d8098926a3862fc6e7905199"/><file name="commit-msg.sample" hash="579a3c1e12a1e74a98169175fb913012"/><file name="post-update.sample" hash="2b7ea5cee3c49ff53d41e00785eb974c"/><file name="pre-applypatch.sample" hash="054f9ffb8bfe04a599751cc757226dda"/><file name="pre-commit.sample" hash="01b1688f97f94776baae85d77b06048b"/><file name="pre-push.sample" hash="3c5989301dd4b949dfa1f43738a22819"/><file name="pre-rebase.sample" hash="81005745454846bb79cc3c7c0c57658d"/><file name="prepare-commit-msg.sample" hash="7dfe15854212a30f346da5255c1d794b"/><file name="update.sample" hash="f51b02427757e79621b5235d7efdf117"/></dir><file name="index" hash="debe3b5a50ea19dc16db78f0c614dfa8"/><dir name="info"><file name="exclude" hash="036208b4a1ab4a235d75c181e685e5a3"/></dir><dir name="logs"><file name="HEAD" hash="bac724c66ab7413ceeaab38064406eb3"/><dir name="refs"><dir name="heads"><dir name="bug"><file name="dependencyCycle" hash="6d56fe70150b0fbe3168715d3090fdc4"/></dir><file name="master" hash="1a114905c4c2503903973dc6e55bb303"/></dir><dir name="remotes"><dir name="origin"><file name="HEAD" hash="8a26766a3159545f28e24f3ee1bb70ec"/><dir name="bug"><file name="dependencyCycle" hash="ea0e06e9c744b4d844dac3473f28543c"/></dir><file name="master" hash="9ab37c90f261c85881f535e48c0505b3"/></dir></dir></dir></dir><dir name="objects"><dir name="0e"><file name="5b85ea27078cebec62f0caa707ed38683dbabe" hash="39204f24a86325f968d07975e2559f49"/></dir><dir name="0f"><file name="8abcfaf45b0fe5214f0462a87fbeaf6f252c50" hash="542a4c0c84067adafba2fa58f1ab0c9b"/></dir><dir name="13"><file name="c097af8fce9c118cff1ddfeb8eabb1f0ca437d" hash="45b6cd3fe67d0b5abfe874702bfae9ea"/></dir><dir name="17"><file name="22c127033e586094605c52eb19cbc93dfaa6fc" hash="6f67de5e373b86032f8a6c66ea4869eb"/></dir><dir name="2a"><file name="67a34f7e8799a4f036f98458f1fcbe6c7f9a58" hash="c448e9762c31065c0de38829ceeca6e9"/></dir><dir name="2e"><file name="b36e4dd647ca2594b678781444c21b1af927ab" hash="0d71572613a273f191a5eea4a36a3ba1"/></dir><dir name="2f"><file name="f35400a51f1b1d6fbe15e78f22f425b17cf990" hash="32ee484983f663649fde16e7634f4de5"/></dir><dir name="3e"><file name="9c24c3914b1f0b8747082d35ba55b039fa2147" hash="fe8d99a60b7ed6637edb0dcb1b2797c5"/></dir><dir name="40"><file name="c5a15b92d783ae1ffe08b22d94c2b4e640fa45" hash="684eafbea6b49f4fcc567c03987a1b61"/></dir><dir name="63"><file name="2dcb2aae56c57b368db030d599e61f6dd28263" hash="acd4245e592cc33576fc238508fd17a6"/></dir><dir name="69"><file name="c081d99c288f541163f89aa0882fa3e6ef4878" hash="c2b72be4006a1aacf2fcdff29fed0bf6"/></dir><dir name="6a"><file name="6bb8cab784168bdcc06aea85db0ae2e6212af2" hash="14bb832aa3aa9fa7f056a11a289ec192"/></dir><dir name="93"><file name="ea060867223d7a595afe7b80a332ce3f51876b" hash="fd76e35150397a25555ada469de8a175"/></dir><dir name="aa"><file name="f1f456342acdb275192a21b5152feb8661c175" hash="a9aa9f9bb40a2778fafb1434b3faf85e"/></dir><dir name="d4"><file name="5f7b4a0814c4531bd9cb8275a022f7f41f3016" hash="71edb65f10fe36d1d17c2f789c40d4f2"/></dir><dir name="e2"><file name="05908e210901f461fce78917757029c7ca5ae8" hash="21f14206753383bcedf929d200c36a1e"/></dir><dir name="f6"><file name="dc235b172cc3d1af0ae1419399349c6306c84e" hash="bfbe46ffb53eed17438d7029c09ca761"/></dir><dir name="pack"><file name="pack-c048b32a966aa42186ca97fd31d2d91eaed639b3.idx" hash="095f906cf3160e71c65f2f4c93a9efe5"/><file name="pack-c048b32a966aa42186ca97fd31d2d91eaed639b3.pack" hash="e607f0cc8a503f858f94013f6001b007"/></dir></dir><file name="packed-refs" hash="b9a0e279cb001076754ce004931daa5c"/><dir name="refs"><dir name="heads"><dir name="bug"><file name="dependencyCycle" hash="5637b566276ff682a812ef6c8bca648d"/></dir><file name="master" hash="046bbc392c74b7162e6da04fd92667af"/></dir><dir name="remotes"><dir name="origin"><file name="HEAD" hash="73a00957034783b7b5c8294c54cd3e12"/><dir name="bug"><file name="dependencyCycle" hash="5637b566276ff682a812ef6c8bca648d"/></dir><file name="master" hash="046bbc392c74b7162e6da04fd92667af"/></dir></dir></dir></dir><file name=".gitignore" hash="b01e1888e4c32b71ca02a7e2e5dcc29e"/></dir></target><target name="mageetc"><dir name="modules"><file name="StitchLabs_ChannelIntegration.xml" hash="0ddd808763214cde9e6388fd8a73b349"/></dir></target></contents>
|
51 |
<compatible/>
|
52 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.1</min><max/></package><extension><name>soap</name><min/><max/></extension></required></dependencies>
|
53 |
</package>
|