BikeExchange_DE - Version 1.0.2

Version Notes

Increased maximum supported php version.

Download this release

Release Info

Developer Hagen Schwaß
Extension BikeExchange_DE
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Bikeexchange/Produktexport/etc/config.xml CHANGED
@@ -1,7 +1,7 @@
1
  <config>
2
  <modules>
3
  <Bikeexchange_Produktexport>
4
- <version>1.0.1</version>
5
  </Bikeexchange_Produktexport>
6
  </modules>
7
  <global>
1
  <config>
2
  <modules>
3
  <Bikeexchange_Produktexport>
4
+ <version>1.0.2</version>
5
  </Bikeexchange_Produktexport>
6
  </modules>
7
  <global>
package.xml CHANGED
@@ -1,24 +1,18 @@
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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>BikeExchange_DE</name>
4
+ <version>1.0.2</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>Automating a BikeExchange DE account from the Magento Shop's admin panel.</summary>
10
+ <description>In order to automate a BikeExchange account two SOAP v2 functions are added. One provides stock and price information for frequent usage. The other provides product data for creating adverts on the marketplace.</description>
11
+ <notes>Increased maximum supported php version.</notes>
 
 
 
 
 
 
12
  <authors><author><name>Hagen Schwa&#xDF;</name><user>hagens</user><email>bikeexchange@hagenschwass.name</email></author></authors>
13
+ <date>2017-03-20</date>
14
+ <time>10:47:01</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Bikeexchange_Produktexport.xml" hash="fea0bff88a09bd200e810f7b6b38a888"/></dir></target><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="20d4682f63bee739363c71938b759c4c"/><file name="wsi.xml" hash="a42fe0c0091a18e3ca36039c604afcfe"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.4.0</min><max>5.6.9</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>
18
  </package>