Version Notes
minor bug fixes
Download this release
Release Info
Developer | Albert Andrejev |
Extension | LinnLiveConnect |
Version | 1.1.39 |
Comparing to | |
See all releases |
Code changes from version 1.0.39 to 1.1.39
app/code/local/LinnSystems/LinnLiveConnect/etc/api.xml
CHANGED
@@ -65,19 +65,19 @@
|
|
65 |
</product_type_not_exists>
|
66 |
<product_attribute_set_not_exists>
|
67 |
<code>102</code>
|
68 |
-
<message>Product attribute set is not existed
|
69 |
</product_attribute_set_not_exists>
|
70 |
<product_attribute_set_not_valid>
|
71 |
<code>103</code>
|
72 |
-
<message>Product attribute set is not belong catalog product entity type
|
73 |
</product_attribute_set_not_valid>
|
74 |
<products_not_suitable>
|
75 |
<code>104</code>
|
76 |
-
<message>Product not suitable to be used in configurable product
|
77 |
</products_not_suitable>
|
78 |
<configurable_creating_error>
|
79 |
<code>105</code>
|
80 |
-
<message>Configurable product creating error
|
81 |
</configurable_creating_error>
|
82 |
<wrong_version>
|
83 |
<code>106</code>
|
@@ -87,33 +87,8 @@ and click on "Check for Upgrades", and upgrade you LinnLiveConnect extension to
|
|
87 |
</wrong_version>
|
88 |
<attribute_not_exists>
|
89 |
<code>107</code>
|
90 |
-
<message>Attribute not found
|
91 |
</attribute_not_exists>
|
92 |
-
<product_not_exists>
|
93 |
-
<code>108</code>
|
94 |
-
<message>Product not found.</message>
|
95 |
-
</product_not_exists>
|
96 |
-
<store_not_exists>
|
97 |
-
<code>109</code>
|
98 |
-
<message>Store not found.</message>
|
99 |
-
</store_not_exists>
|
100 |
-
<unsupported_edition>
|
101 |
-
<code>110</code>
|
102 |
-
<message>Unsupported edition.</message>
|
103 |
-
</unsupported_edition>
|
104 |
-
<filters_invalid>
|
105 |
-
<code>111</code>
|
106 |
-
<message>Invalid filters.</message>
|
107 |
-
</filters_invalid>
|
108 |
-
<filters_invalid>
|
109 |
-
<code>111</code>
|
110 |
-
<message>Invalid filters.</message>
|
111 |
-
</filters_invalid>
|
112 |
-
<version_not_specified>
|
113 |
-
<code>112</code>
|
114 |
-
<message>Version is not specified.</message>
|
115 |
-
</version_not_specified>
|
116 |
-
|
117 |
</faults>
|
118 |
</linnLive>
|
119 |
</resources>
|
65 |
</product_type_not_exists>
|
66 |
<product_attribute_set_not_exists>
|
67 |
<code>102</code>
|
68 |
+
<message>Product attribute set is not existed</message>
|
69 |
</product_attribute_set_not_exists>
|
70 |
<product_attribute_set_not_valid>
|
71 |
<code>103</code>
|
72 |
+
<message>Product attribute set is not belong catalog product entity type</message>
|
73 |
</product_attribute_set_not_valid>
|
74 |
<products_not_suitable>
|
75 |
<code>104</code>
|
76 |
+
<message>Product not suitable to be used in configurable product </message>
|
77 |
</products_not_suitable>
|
78 |
<configurable_creating_error>
|
79 |
<code>105</code>
|
80 |
+
<message>Configurable product creating error </message>
|
81 |
</configurable_creating_error>
|
82 |
<wrong_version>
|
83 |
<code>106</code>
|
87 |
</wrong_version>
|
88 |
<attribute_not_exists>
|
89 |
<code>107</code>
|
90 |
+
<message>Attribute not found</message>
|
91 |
</attribute_not_exists>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
</faults>
|
93 |
</linnLive>
|
94 |
</resources>
|
package.xml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LinnLiveConnect</name>
|
4 |
-
<version>1.
|
5 |
-
<stability>
|
6 |
<license>GPL v2</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
@@ -12,8 +12,8 @@ Contains some workarounds to avoid bugs in original Magento modules and addition
|
|
12 |
<notes>minor bug fixes</notes>
|
13 |
<authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author></authors>
|
14 |
<date>2014-04-16</date>
|
15 |
-
<time>10:30
|
16 |
-
<contents><target name="magelocal"><dir name="LinnSystems"><dir name="LinnLiveConnect"><dir name="Helper"><file name="Data.php" hash="5fe5216de67d4e69a0f418b0cd7780ee"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="935a40c9f311e3f4fe379ce6066e2b1c"/></dir></dir><dir name="etc"><file name="api.xml" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LinnLiveConnect</name>
|
4 |
+
<version>1.1.39</version>
|
5 |
+
<stability>stable</stability>
|
6 |
<license>GPL v2</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
12 |
<notes>minor bug fixes</notes>
|
13 |
<authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author></authors>
|
14 |
<date>2014-04-16</date>
|
15 |
+
<time>10:43:30</time>
|
16 |
+
<contents><target name="magelocal"><dir name="LinnSystems"><dir name="LinnLiveConnect"><dir name="Helper"><file name="Data.php" hash="5fe5216de67d4e69a0f418b0cd7780ee"/></dir><dir name="Model"><dir name="Api"><file name="V2.php" hash="935a40c9f311e3f4fe379ce6066e2b1c"/></dir></dir><dir name="etc"><file name="api.xml" hash="2d53cb9b318de468f6d2e3d388bb8732"/><file name="config.xml" hash="2d1d6338d93e36b730efde622893b4e6"/><file name="wsdl.xml" hash="fc21f2963c1253f5f40e5e8414312174"/><file name="wsi.xml" hash="ef000d5115f5988664f58df8b9139e5e"/></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
19 |
</package>
|