LinnLiveConnect - Version 1.1.42

Version Notes

minor bug fixes

Download this release

Release Info

Developer Albert Andrejev
Extension LinnLiveConnect
Version 1.1.42
Comparing to
See all releases


Code changes from version 1.1.41 to 1.1.42

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</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,8 +87,33 @@ 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</message>
91
  </attribute_not_exists>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  </faults>
93
  </linnLive>
94
  </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
+ <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>
app/code/local/LinnSystems/LinnLiveConnect/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <LinnSystems_LinnLiveConnect>
5
- <version>1.0.19</version>
6
  </LinnSystems_LinnLiveConnect>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <LinnSystems_LinnLiveConnect>
5
+ <version>1.1.37</version>
6
  </LinnSystems_LinnLiveConnect>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>LinnLiveConnect</name>
4
- <version>1.1.41</version>
5
  <stability>stable</stability>
6
  <license>GPL v2</license>
7
  <channel>community</channel>
@@ -11,9 +11,9 @@
11
  Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
12
  <notes>minor bug fixes</notes>
13
  <authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author><author><name>Pavel Nikolajev</name><user>Pavel_LL2</user><email>pavel.nokolajev@linnsystems.com</email></author><author><name>Aleksandr Kornev</name><user>alex_LL2</user><email>alex.kornevs@linnsystems.com</email></author></authors>
14
- <date>2014-04-16</date>
15
- <time>13:18:55</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="92f252fdbe817193d1cdf7ba4a402191"/></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><target name="mageetc"><dir name="modules"><file name="LinnSystems_LinnLiveConnect.xml" hash="19c48712cd0516815d6784592ada0881"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>LinnLiveConnect</name>
4
+ <version>1.1.42</version>
5
  <stability>stable</stability>
6
  <license>GPL v2</license>
7
  <channel>community</channel>
11
  Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
12
  <notes>minor bug fixes</notes>
13
  <authors><author><name>Albert Andrejev</name><user>albert_andrejev</user><email>albert@linnsystems.com</email></author><author><name>Pavel Nikolajev</name><user>Pavel_LL2</user><email>pavel.nokolajev@linnsystems.com</email></author><author><name>Aleksandr Kornev</name><user>alex_LL2</user><email>alex.kornevs@linnsystems.com</email></author></authors>
14
+ <date>2014-04-29</date>
15
+ <time>08:15:26</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="92f252fdbe817193d1cdf7ba4a402191"/></dir></dir><dir name="etc"><file name="api.xml" hash="cfb207e1a27826802b0bbef69a4213a6"/><file name="config.xml" hash="9367dc40a0ce3d4078039f495ccd6527"/><file name="wsdl.xml" hash="fc21f2963c1253f5f40e5e8414312174"/><file name="wsi.xml" hash="ef000d5115f5988664f58df8b9139e5e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="LinnSystems_LinnLiveConnect.xml" hash="19c48712cd0516815d6784592ada0881"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>