Version Notes
First Magento Connect version
Download this release
Release Info
Developer | Frenet |
Extension | LithiumSoftware_Akhilleus |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/LithiumSoftware/Akhilleus/Model/Source/WeightType.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* This source file is subject to the MIT License.
|
4 |
-
* It is also available through http://opensource.org/licenses/MIT
|
5 |
-
*
|
6 |
-
* @category Akhilleus
|
7 |
-
* @package LithiumSoftware_Akhilleus
|
8 |
-
* @author LithiumSoftware <contato@lithiumsoftware.com.br>
|
9 |
-
* @copyright 2015 Lithium Software
|
10 |
-
* @license http://opensource.org/licenses/MIT MIT
|
11 |
-
*/
|
12 |
-
class LithiumSoftware_Akhilleus_Model_Source_WeightType
|
13 |
-
{
|
14 |
-
/**
|
15 |
-
* Constants for weight
|
16 |
-
*/
|
17 |
-
const WEIGHT_GR = 'gr';
|
18 |
-
const WEIGHT_KG = 'kg';
|
19 |
-
|
20 |
-
/**
|
21 |
-
* Get options for weight
|
22 |
-
*
|
23 |
-
* @return array
|
24 |
-
*/
|
25 |
-
public function toOptionArray()
|
26 |
-
{
|
27 |
-
return array(
|
28 |
-
array('value' => self::WEIGHT_GR, 'label' => Mage::helper('adminhtml')->__('Gramas')),
|
29 |
-
array('value' => self::WEIGHT_KG, 'label' => Mage::helper('adminhtml')->__('Kilos')),
|
30 |
-
);
|
31 |
-
}
|
32 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This source file is subject to the MIT License.
|
4 |
+
* It is also available through http://opensource.org/licenses/MIT
|
5 |
+
*
|
6 |
+
* @category Akhilleus
|
7 |
+
* @package LithiumSoftware_Akhilleus
|
8 |
+
* @author LithiumSoftware <contato@lithiumsoftware.com.br>
|
9 |
+
* @copyright 2015 Lithium Software
|
10 |
+
* @license http://opensource.org/licenses/MIT MIT
|
11 |
+
*/
|
12 |
+
class LithiumSoftware_Akhilleus_Model_Source_WeightType
|
13 |
+
{
|
14 |
+
/**
|
15 |
+
* Constants for weight
|
16 |
+
*/
|
17 |
+
const WEIGHT_GR = 'gr';
|
18 |
+
const WEIGHT_KG = 'kg';
|
19 |
+
|
20 |
+
/**
|
21 |
+
* Get options for weight
|
22 |
+
*
|
23 |
+
* @return array
|
24 |
+
*/
|
25 |
+
public function toOptionArray()
|
26 |
+
{
|
27 |
+
return array(
|
28 |
+
array('value' => self::WEIGHT_GR, 'label' => Mage::helper('adminhtml')->__('Gramas')),
|
29 |
+
array('value' => self::WEIGHT_KG, 'label' => Mage::helper('adminhtml')->__('Kilos')),
|
30 |
+
);
|
31 |
+
}
|
32 |
+
}
|
app/code/community/LithiumSoftware/Akhilleus/etc/config.xml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
<config>
|
15 |
<modules>
|
16 |
<LithiumSoftware_Akhilleus>
|
17 |
-
<version>1.0.
|
18 |
<depends>
|
19 |
<Mage_Shipping/>
|
20 |
</depends>
|
14 |
<config>
|
15 |
<modules>
|
16 |
<LithiumSoftware_Akhilleus>
|
17 |
+
<version>1.0.1</version>
|
18 |
<depends>
|
19 |
<Mage_Shipping/>
|
20 |
</depends>
|
package.xml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LithiumSoftware_Akhilleus</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Frenet allows merchants to display freight options from multiple carriers, including brazilian Correios.</summary>
|
10 |
<description>The Frenet freight gateway is able to integrate and process tables of freight carriers and brazilian Correios. The freight calculation for the brazilian Correios services is done on-line (via Correios webservice) or in case of unavailability, uses database in the cloud highly available and regularly updated automatically, with the values of quotations. 
|
11 |
-
It provides to the store owners, major carriers in Brazil to transport large volumes as well as JadLog, JAMEF among others.</description>
|
12 |
<notes>First Magento Connect version</notes>
|
13 |
-
<authors><author><name>Frenet</name><user>
|
14 |
-
<date>2015-05-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="LithiumSoftware"><dir name="Akhilleus"><dir name="Helper"><file name="Data.php" hash="fae99f78422836771d71873f253e8471"/></dir><dir name="Model"><dir name="Carrier"><file name="Akhilleus.php" hash="c5721e139ff641857dbde5a70db9527d"/></dir><dir name="Source"><file name="WeightType.php" hash="
|
17 |
<compatible/>
|
18 |
-
<dependencies><required><php><min>5.2.
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>LithiumSoftware_Akhilleus</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Frenet allows merchants to display freight options from multiple carriers, including brazilian Correios.</summary>
|
10 |
<description>The Frenet freight gateway is able to integrate and process tables of freight carriers and brazilian Correios. The freight calculation for the brazilian Correios services is done on-line (via Correios webservice) or in case of unavailability, uses database in the cloud highly available and regularly updated automatically, with the values of quotations. 
|
11 |
+
It provides to the store owners, major carriers in Brazil to transport large volumes as well as JadLog, ASAP Log, JAMEF among others.</description>
|
12 |
<notes>First Magento Connect version</notes>
|
13 |
+
<authors><author><name>Frenet</name><user>MAG002970201</user><email>contato@frenet.com.br</email></author></authors>
|
14 |
+
<date>2015-05-29</date>
|
15 |
+
<time>19:20:24</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="LithiumSoftware"><dir name="Akhilleus"><dir name="Helper"><file name="Data.php" hash="fae99f78422836771d71873f253e8471"/></dir><dir name="Model"><dir name="Carrier"><file name="Akhilleus.php" hash="c5721e139ff641857dbde5a70db9527d"/></dir><dir name="Source"><file name="WeightType.php" hash="90bd2253381d2c2094aa0183e3129eb7"/></dir></dir><dir name="etc"><file name="config.xml" hash="22213fac49ffa753fb19244992386895"/><file name="system.xml" hash="162638242c34a75a65091ec10b971741"/></dir><dir name="sql"><dir name="akhilleus_setup"><file name="install-1.0.0.php" hash="17104e4cf30a39bd0980837310ae940a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="LithiumSoftware_Akhilleus.xml" hash="ad180127bc24251a43a18818f2a30c21"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.2.1</min><max>5.6.16</max></php></required></dependencies>
|
19 |
</package>
|