Auguria_Dolibarrapi - Version 0.1.1

Version Notes

If you have ideas for improvements or find bugs, please send them to Anthony Poiret at www.auguria.net, with Auguria LastReviews as part of the subject line.

Download this release

Release Info

Developer Auguria
Extension Auguria_Dolibarrapi
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/community/Auguria/Dolibarrapi/Model/Catalog/Category/Api.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
  /**
3
- * @category Auguria
4
- * @package Auguria_Dolibarrapi
5
- * @author www.asperience.fr
6
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
7
  */
8
 
9
  class Auguria_Dolibarrapi_Model_Catalog_Category_Api extends Mage_Catalog_Model_Category_Api
1
  <?php
2
  /**
3
+ * @category Auguria
4
+ * @package Auguria_Dolibarrapi
5
+ * @author Anthony Poiret <anthony.poiret@auguria.net>
6
+ * @copyright Auguria - www.auguria.net
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
  */
9
 
10
  class Auguria_Dolibarrapi_Model_Catalog_Category_Api extends Mage_Catalog_Model_Category_Api
app/code/community/Auguria/Dolibarrapi/etc/api.xml CHANGED
@@ -1,4 +1,13 @@
1
-
 
 
 
 
 
 
 
 
 
2
  <config>
3
  <api>
4
  <resources>
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Auguria
5
+ * @package Auguria_Dolibarrapi
6
+ * @author Anthony Poiret <anthony.poiret@auguria.net>
7
+ * @copyright Auguria - www.auguria.net
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ -->
11
  <config>
12
  <api>
13
  <resources>
app/code/community/Auguria/Dolibarrapi/etc/config.xml CHANGED
@@ -1,16 +1,17 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * @category OpenDAS
5
- * @package Auguria_Dolibarrapi
6
- * @author ASPerience - www.asperience.fr
7
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 
8
  */
9
  -->
10
  <config>
11
  <modules>
12
  <Auguria_Dolibarrapi>
13
- <version>0.1.0</version>
14
  </Auguria_Dolibarrapi>
15
  </modules>
16
  <global>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * @category Auguria
5
+ * @package Auguria_Dolibarrapi
6
+ * @author Anthony Poiret <anthony.poiret@auguria.net>
7
+ * @copyright Auguria - www.auguria.net
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
  */
10
  -->
11
  <config>
12
  <modules>
13
  <Auguria_Dolibarrapi>
14
+ <version>0.1.1</version>
15
  </Auguria_Dolibarrapi>
16
  </modules>
17
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Dolibarrapi</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -13,10 +13,10 @@ Required to satisfy the calls applied in Dolibarr's eCommerce synchronization mo
13
  &#xD;
14
  If the functionnalities offered by this Dolibarr's module awake your interest, feel free to have a look on Dolistore at http://www.dolistore.com/ where you will find much more informations.</description>
15
  <notes>If you have ideas for improvements or find bugs, please send them to Anthony Poiret at www.auguria.net, with Auguria LastReviews as part of the subject line.</notes>
16
- <authors><author><name>Auguria</name><user>Auguria</user><email>magento@auguria.net</email></author></authors>
17
- <date>2011-06-15</date>
18
- <time>12:23:09</time>
19
- <contents><target name="mageetc"><dir name="modules"><file name="Auguria_Dolibarrapi.xml" hash="d2154189d81bfa588e3d433e67abc2cc"/></dir></target><target name="magecommunity"><dir name="Auguria"><dir name="Dolibarrapi"><dir name="Model"><dir name="Catalog"><dir name="Category"><file name="Api.php" hash="052733a177b27152fdb4c31bf74dcf0a"/></dir></dir></dir><dir name="etc"><file name="api.xml" hash="c5290b795447c169402e30fc73cca648"/><file name="config.xml" hash="e7936257c9e15a062df92602b9b23f9e"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auguria_Dolibarrapi</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
13
  &#xD;
14
  If the functionnalities offered by this Dolibarr's module awake your interest, feel free to have a look on Dolistore at http://www.dolistore.com/ where you will find much more informations.</description>
15
  <notes>If you have ideas for improvements or find bugs, please send them to Anthony Poiret at www.auguria.net, with Auguria LastReviews as part of the subject line.</notes>
16
+ <authors><author><name>Auguria</name><user>auguria</user><email>magento@auguria.net</email></author></authors>
17
+ <date>2011-07-08</date>
18
+ <time>14:11:15</time>
19
+ <contents><target name="mageetc"><dir name="modules"><file name="Auguria_Dolibarrapi.xml" hash="d2154189d81bfa588e3d433e67abc2cc"/></dir></target><target name="magecommunity"><dir name="Auguria"><dir name="Dolibarrapi"><dir name="Model"><dir name="Catalog"><dir name="Category"><file name="Api.php" hash="5ba030b52ca8db93327ca2485183bb78"/></dir></dir></dir><dir name="etc"><file name="api.xml" hash="7611652215737e502f0468ee8f7cdd00"/><file name="config.xml" hash="84b278148bceee4cd314d372a488a0eb"/></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>