Version Notes
get info updates
Download this release
Release Info
Developer | Albert Andrejev |
Extension | LinnLiveConnect |
Version | 1.1.49 |
Comparing to | |
See all releases |
Code changes from version 1.1.48 to 1.1.49
app/code/local/LinnSystems/LinnLiveConnect/Model/Api/V2.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
class Settings {
|
3 |
-
const VERSION =
|
4 |
}
|
5 |
|
6 |
class LinnSystems_LinnLiveConnect_Model_Api_V2 {
|
@@ -957,7 +957,7 @@ class LinnLiveMain extends Mage_Core_Model_Abstract {
|
|
957 |
|
958 |
$result = array(
|
959 |
'llc_ver' => Settings::VERSION,
|
960 |
-
'magento_ver' => $verInfo,
|
961 |
'php_ver' => phpversion(),
|
962 |
'api_config' => $config
|
963 |
);
|
@@ -968,25 +968,6 @@ class LinnLiveMain extends Mage_Core_Model_Abstract {
|
|
968 |
|
969 |
public function storesList()
|
970 |
{
|
971 |
-
$config = Mage::getStoreConfig("api/config");
|
972 |
-
|
973 |
-
|
974 |
-
//config/stores_admin/api/config
|
975 |
-
$verInfo = Mage::getVersionInfo();
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
$result = array(
|
980 |
-
'llc_ver' => Settings::VERSION,
|
981 |
-
'magento_ver' => trim("{$verInfo['major']}.{$verInfo['minor']}.{$verInfo['revision']}" . ($verInfo['patch'] != '' ? ".{$verInfo['patch']}" : ""). "-{$verInfo['stability']}{$verInfo['number']}", '.-'),
|
982 |
-
'php_ver' => phpversion(),
|
983 |
-
'api_config'=> $config
|
984 |
-
);
|
985 |
-
//['config']['stores_admin']['api']['config']
|
986 |
-
$this->_log($result);
|
987 |
-
return $result;
|
988 |
-
|
989 |
-
|
990 |
return ($this->_getCurrentVersion() >= 160);
|
991 |
}
|
992 |
|
1 |
<?php
|
2 |
class Settings {
|
3 |
+
const VERSION = 49;
|
4 |
}
|
5 |
|
6 |
class LinnSystems_LinnLiveConnect_Model_Api_V2 {
|
957 |
|
958 |
$result = array(
|
959 |
'llc_ver' => Settings::VERSION,
|
960 |
+
'magento_ver' => trim("{$verInfo['major']}.{$verInfo['minor']}.{$verInfo['revision']}" . ($verInfo['patch'] != '' ? ".{$verInfo['patch']}" : ""). "-{$verInfo['stability']}{$verInfo['number']}", '.-'),
|
961 |
'php_ver' => phpversion(),
|
962 |
'api_config' => $config
|
963 |
);
|
968 |
|
969 |
public function storesList()
|
970 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
971 |
return ($this->_getCurrentVersion() >= 160);
|
972 |
}
|
973 |
|
app/code/local/LinnSystems/LinnLiveConnect/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<LinnSystems_LinnLiveConnect>
|
5 |
-
<version>1.1.
|
6 |
</LinnSystems_LinnLiveConnect>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<LinnSystems_LinnLiveConnect>
|
5 |
+
<version>1.1.49</version>
|
6 |
</LinnSystems_LinnLiveConnect>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/LinnSystems/LinnLiveConnect/etc/wsi.xml
CHANGED
@@ -11,7 +11,10 @@
|
|
11 |
<!-- Get general version-->
|
12 |
<xsd:complexType name="linnLiveGetGeneralInfoApiConfigResponseDataArray">
|
13 |
<xsd:sequence>
|
14 |
-
<xsd:element minOccurs="
|
|
|
|
|
|
|
15 |
</xsd:sequence>
|
16 |
</xsd:complexType>
|
17 |
|
@@ -485,10 +488,7 @@
|
|
485 |
<xsd:element name="linnLiveGetGeneralInfoResponseParam">
|
486 |
<xsd:complexType>
|
487 |
<xsd:sequence>
|
488 |
-
<xsd:element minOccurs="1" maxOccurs="1" name="
|
489 |
-
<xsd:element minOccurs="1" maxOccurs="1" name="magento_ver" type="xsd:string" />
|
490 |
-
<xsd:element minOccurs="1" maxOccurs="1" name="php_ver" type="xsd:string" />
|
491 |
-
<xsd:element minOccurs="1" maxOccurs="1" name="api_config" type="typens:linnLiveGetGeneralInfoApiConfigResponseDataArray" />
|
492 |
</xsd:sequence>
|
493 |
</xsd:complexType>
|
494 |
</xsd:element>
|
11 |
<!-- Get general version-->
|
12 |
<xsd:complexType name="linnLiveGetGeneralInfoApiConfigResponseDataArray">
|
13 |
<xsd:sequence>
|
14 |
+
<xsd:element minOccurs="1" maxOccurs="1" name="llc_ver" type="xsd:string" />
|
15 |
+
<xsd:element minOccurs="1" maxOccurs="1" name="magento_ver" type="xsd:string" />
|
16 |
+
<xsd:element minOccurs="1" maxOccurs="1" name="php_ver" type="xsd:string" />
|
17 |
+
<xsd:element minOccurs="0" maxOccurs="1" name="api_config" type="typens:linnLiveGetGeneralInfoApiConfigResponseDataEntity" />
|
18 |
</xsd:sequence>
|
19 |
</xsd:complexType>
|
20 |
|
488 |
<xsd:element name="linnLiveGetGeneralInfoResponseParam">
|
489 |
<xsd:complexType>
|
490 |
<xsd:sequence>
|
491 |
+
<xsd:element minOccurs="1" maxOccurs="1" name="result" type="typens:linnLiveGetGeneralInfoApiConfigResponseDataArray" />
|
|
|
|
|
|
|
492 |
</xsd:sequence>
|
493 |
</xsd:complexType>
|
494 |
</xsd:element>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LinnLiveConnect</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL v2</license>
|
7 |
<channel>community</channel>
|
@@ -9,11 +9,11 @@
|
|
9 |
<summary>Extended SOAP WS-I compliant API to support integration with LinnLive2.</summary>
|
10 |
<description>Extended SOAP WS-I compliant API to support integration with LinnLive2 (http://www.linnlive.com).
|
11 |
Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
|
12 |
-
<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-07-
|
15 |
-
<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="
|
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.49</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL v2</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Extended SOAP WS-I compliant API to support integration with LinnLive2.</summary>
|
10 |
<description>Extended SOAP WS-I compliant API to support integration with LinnLive2 (http://www.linnlive.com).
|
11 |
Contains some workarounds to avoid bugs in original Magento modules and additional functionality to operate Magento store remotely.</description>
|
12 |
+
<notes>get info updates</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-07-28</date>
|
15 |
+
<time>10:42:22</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="e032a191ae1430bf76320797376e3f80"/></dir></dir><dir name="etc"><file name="api.xml" hash="be095375b1cd4ebbe91185ae668f8f16"/><file name="config.xml" hash="099ea6a62646477f2c73ad476884b680"/><file name="wsdl.xml" hash="2b450fd6a6332d20583aaa4fc52012b6"/><file name="wsi.xml" hash="67b9b8ae64b953805556a5d243e148bc"/></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>
|