Version Notes
Migrated the extension from local to community code pool.
Download this release
Release Info
Developer | Hagen Schwaß |
Extension | BikeExchange_DE |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/{local → community}/Bikeexchange/Produktexport/Helper/Data.php +0 -0
- app/code/{local → community}/Bikeexchange/Produktexport/Model/Catalog/Product/Api.php +0 -0
- app/code/{local → community}/Bikeexchange/Produktexport/Model/Catalog/Product/Api/V2.php +0 -0
- app/code/{local → community}/Bikeexchange/Produktexport/etc/api.xml +0 -0
- app/code/{local → community}/Bikeexchange/Produktexport/etc/config.xml +1 -1
- app/code/{local → community}/Bikeexchange/Produktexport/etc/wsi.xml +0 -0
- app/etc/modules/Bikeexchange_Produktexport.xml +1 -1
- package.xml +14 -9
app/code/{local → community}/Bikeexchange/Produktexport/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Bikeexchange/Produktexport/Model/Catalog/Product/Api.php
RENAMED
File without changes
|
app/code/{local → community}/Bikeexchange/Produktexport/Model/Catalog/Product/Api/V2.php
RENAMED
File without changes
|
app/code/{local → community}/Bikeexchange/Produktexport/etc/api.xml
RENAMED
File without changes
|
app/code/{local → community}/Bikeexchange/Produktexport/etc/config.xml
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Bikeexchange_Produktexport>
|
4 |
-
<version>1.0.
|
5 |
</Bikeexchange_Produktexport>
|
6 |
</modules>
|
7 |
<global>
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Bikeexchange_Produktexport>
|
4 |
+
<version>1.0.1</version>
|
5 |
</Bikeexchange_Produktexport>
|
6 |
</modules>
|
7 |
<global>
|
app/code/{local → community}/Bikeexchange/Produktexport/etc/wsi.xml
RENAMED
File without changes
|
app/etc/modules/Bikeexchange_Produktexport.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<modules>
|
3 |
<Bikeexchange_Produktexport>
|
4 |
<active>true</active>
|
5 |
-
<codePool>
|
6 |
</Bikeexchange_Produktexport>
|
7 |
</modules>
|
8 |
</config>
|
2 |
<modules>
|
3 |
<Bikeexchange_Produktexport>
|
4 |
<active>true</active>
|
5 |
+
<codePool>community</codePool>
|
6 |
</Bikeexchange_Produktexport>
|
7 |
</modules>
|
8 |
</config>
|
package.xml
CHANGED
@@ -1,19 +1,24 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BikeExchange_DE</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
<authors><author><name>Hagen Schwaß</name><user>hagens</user><email>bikeexchange@hagenschwass.name</email></author></authors>
|
14 |
-
<date>2017-02
|
15 |
-
<time>
|
16 |
-
<contents><target name="
|
17 |
<compatible/>
|
18 |
-
<dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BikeExchange_DE</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Die Extension erweitert die SOAP v2 API um zwei Funktionen, die genau für den BikeExchange DE Update Service ausgelegt sind.</summary>
|
10 |
+
<description>Es werden zwei Funktionen zur SOAP v2 API hinzugefügt. 
|
11 |
+

|
12 |
+
Die erste, die "Availability" genannt wird, wird häufig frequentiert, um die auf BikeExchange DE veröffentlichten Anzeigen bezüglich Lagerbestand und Angebotspreis aktuell zu halten. 
|
13 |
+

|
14 |
+
Die zweite Funktion wird "Produktexport" genannt. Diese wird bei Bedarf vom BikeExchange DE Product Team über einen Client abgefragt, um Produktdaten für die Erstellung von Anzeigen auf BikeExchange DE zu erhalten. Der "Produktexport" ist genau auf die Bedürfnisse zur Anzeigenerstellung in der Fahrrad Industrie zugeschnitten.
|
15 |
+

|
16 |
+
Die SOAP v2 API muss im WS-I Compliance Mode betrieben werden um .NET zu unterstützen.</description>
|
17 |
+
<notes>Migrated the extension from local to community code pool.</notes>
|
18 |
<authors><author><name>Hagen Schwaß</name><user>hagens</user><email>bikeexchange@hagenschwass.name</email></author></authors>
|
19 |
+
<date>2017-03-02</date>
|
20 |
+
<time>09:48:46</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Bikeexchange"><dir name="Produktexport"><dir name="Helper"><file name="Data.php" hash="6a59185f3a1ecbe68cb845b6525f997d"/></dir><dir name="Model"><dir name="Catalog"><dir name="Product"><dir name="Api"><file name="V2.php" hash="8af7de3830297ee52215de8271de4efe"/></dir><file name="Api.php" hash="c045b16d7fca72a020f4c54cf04a30ce"/></dir></dir></dir><dir name="etc"><file name="api.xml" hash="e82ea342aeadaf59d0e96cc3424ab1ae"/><file name="config.xml" hash="5eb4d9e91e1e8636f57ae123bc92f951"/><file name="wsi.xml" hash="a42fe0c0091a18e3ca36039c604afcfe"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bikeexchange_Produktexport.xml" hash="fea0bff88a09bd200e810f7b6b38a888"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
+
<dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.9.3.2</max></package></required></dependencies>
|
24 |
</package>
|