BikeExchange_DE - Version 1.0.1

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 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.0</version>
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>local</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.0</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>Stellt Funktionen f&#xFC;r den BikeExchange DE Update Service bereit.</summary>
10
- <description>Die Extension ist f&#xFC;r BikeExchange DE Kunden, die den BikeExchange Update Service nutzen wollen. Der BikeExchange Update Service aktualisiert Lagerbest&#xE4;nde, Angebotspreise und organisiert die Auftragsabwicklung. Au&#xDF;erdem werden Produktdaten bereitgestellt.</description>
11
- <notes>Productfeed&#xD;
12
- Availabilityfeed</notes>
 
 
 
 
 
13
  <authors><author><name>Hagen Schwa&#xDF;</name><user>hagens</user><email>bikeexchange@hagenschwass.name</email></author></authors>
14
- <date>2017-02-16</date>
15
- <time>16:39:50</time>
16
- <contents><target name="magelocal"><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="400664fde2261f4a74713a81dc8ef0b2"/><file name="wsi.xml" hash="a42fe0c0091a18e3ca36039c604afcfe"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bikeexchange_Produktexport.xml" hash="3f65e0b66b7a7e7dc690dded74491885"/></dir></target></contents>
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&#xFC;r den BikeExchange DE Update Service ausgelegt sind.</summary>
10
+ <description>Es werden zwei Funktionen zur SOAP v2 API hinzugef&#xFC;gt. &#xD;
11
+ &#xD;
12
+ Die erste, die "Availability" genannt wird, wird h&#xE4;ufig frequentiert, um die auf BikeExchange DE ver&#xF6;ffentlichten Anzeigen bez&#xFC;glich Lagerbestand und Angebotspreis aktuell zu halten. &#xD;
13
+ &#xD;
14
+ Die zweite Funktion wird "Produktexport" genannt. Diese wird bei Bedarf vom BikeExchange DE Product Team &#xFC;ber einen Client abgefragt, um Produktdaten f&#xFC;r die Erstellung von Anzeigen auf BikeExchange DE zu erhalten. Der "Produktexport" ist genau auf die Bed&#xFC;rfnisse zur Anzeigenerstellung in der Fahrrad Industrie zugeschnitten.&#xD;
15
+ &#xD;
16
+ Die SOAP v2 API muss im WS-I Compliance Mode betrieben werden um .NET zu unterst&#xFC;tzen.</description>
17
+ <notes>Migrated the extension from local to community code pool.</notes>
18
  <authors><author><name>Hagen Schwa&#xDF;</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>