Version Notes
Importa Pedidos, Produtos e Acesso Pelo menu do Painel.
Download this release
Release Info
Developer | XDMIX.com.br |
Extension | Tiny |
Version | 0.0.8 |
Comparing to | |
See all releases |
Code changes from version 0.0.7 to 0.0.8
app/code/local/Tiny/Iframe/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Iframe>
|
5 |
-
<version>0.0.
|
6 |
</Tiny_Iframe>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Iframe>
|
5 |
+
<version>0.0.8</version>
|
6 |
</Tiny_Iframe>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/Tiny/Iframe/etc/system.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<div>
|
24 |
<br style="clear: both;"/>
|
25 |
<div style="width: 439px; height: 40px; display: block; float: left; padding-left: 35px;">
|
26 |
-
<label style="font-size: 22px">Versão: <strong>0.0.
|
27 |
</div>
|
28 |
<br style="clear: both;"/>
|
29 |
<hr>
|
@@ -100,7 +100,7 @@
|
|
100 |
<show_in_store>1</show_in_store>
|
101 |
<fields>
|
102 |
<enable_tiny translate="label comment">
|
103 |
-
<label>Versão 0.0.
|
104 |
<frontend_type>select</frontend_type>
|
105 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
106 |
<sort_order>1</sort_order>
|
23 |
<div>
|
24 |
<br style="clear: both;"/>
|
25 |
<div style="width: 439px; height: 40px; display: block; float: left; padding-left: 35px;">
|
26 |
+
<label style="font-size: 22px">Versão: <strong>0.0.8</strong></label>
|
27 |
</div>
|
28 |
<br style="clear: both;"/>
|
29 |
<hr>
|
100 |
<show_in_store>1</show_in_store>
|
101 |
<fields>
|
102 |
<enable_tiny translate="label comment">
|
103 |
+
<label>Versão 0.0.8</label>
|
104 |
<frontend_type>select</frontend_type>
|
105 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
106 |
<sort_order>1</sort_order>
|
app/code/local/Tiny/Pedidos/Model/config.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<?
|
2 |
-
|
3 |
/*
|
4 |
* Tiny Magento: Integration Module
|
5 |
* Copyright (C) 2013 Tiny Software
|
@@ -17,12 +16,10 @@
|
|
17 |
* You should have received a copy of the GNU General Public License
|
18 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
19 |
*/
|
20 |
-
|
21 |
define("URL_TINY", "http://www.tiny.com.br/api2/recepcao.magento.api.php");
|
22 |
define("APIKEY_TINY", "");
|
23 |
-
|
24 |
//altere o valor desta constante para N caso queira desativá-la
|
25 |
-
define("INTEGRACAO_NA_CRIACAO_DO_PEDIDO_ATIVA", "
|
26 |
//altere o valor desta constante para N caso queira desativá-la
|
27 |
-
define("INTEGRACAO_NA_CRIACAO_DA_FATURA_ATIVA", "
|
28 |
-
?>
|
1 |
<?
|
|
|
2 |
/*
|
3 |
* Tiny Magento: Integration Module
|
4 |
* Copyright (C) 2013 Tiny Software
|
16 |
* You should have received a copy of the GNU General Public License
|
17 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
18 |
*/
|
|
|
19 |
define("URL_TINY", "http://www.tiny.com.br/api2/recepcao.magento.api.php");
|
20 |
define("APIKEY_TINY", "");
|
|
|
21 |
//altere o valor desta constante para N caso queira desativá-la
|
22 |
+
define("INTEGRACAO_NA_CRIACAO_DO_PEDIDO_ATIVA", "N");
|
23 |
//altere o valor desta constante para N caso queira desativá-la
|
24 |
+
define("INTEGRACAO_NA_CRIACAO_DA_FATURA_ATIVA", "N");
|
25 |
+
?>
|
app/code/local/Tiny/Pedidos/etc/config.xml
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Pedidos>
|
5 |
-
<version>0.0.
|
6 |
</Tiny_Pedidos>
|
7 |
<Tiny_Pedidos_Pagos>
|
8 |
-
<version>0.0.
|
9 |
</Tiny_Pedidos_Pagos>
|
10 |
</modules>
|
11 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Pedidos>
|
5 |
+
<version>0.0.8</version>
|
6 |
</Tiny_Pedidos>
|
7 |
<Tiny_Pedidos_Pagos>
|
8 |
+
<version>0.0.8</version>
|
9 |
</Tiny_Pedidos_Pagos>
|
10 |
</modules>
|
11 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tiny</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -13,9 +13,9 @@ Importação de Produtos.
|
|
13 |
Menu Tiny com janela para para o Sistema Tiny.</description>
|
14 |
<notes>Importa Pedidos, Produtos e Acesso Pelo menu do Painel.</notes>
|
15 |
<authors><author><name>XDMIX.com.br</name><user>ClarckBR</user><email>clarck.1@gmail.com</email></author><author><name>tiny.com.br</name><user>marcosGrzeca</user><email>marcos@tiny.com.br</email></author></authors>
|
16 |
-
<date>2013-02-
|
17 |
-
<time>
|
18 |
-
<contents><target name="magelocal"><dir name="Tiny"><dir name="Iframe"><dir name="Block"><dir name="Adminhtml"><file name="Tinybackend.php" hash="ecf98e41f9335db02d7a2b780017d355"/><file name="Tinybackendnew.php" hash="fe03059e072a3ac07d38be59035b7f0b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="89f964f9eae39d4b89861c4af449f27a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TinybackendController.php" hash="6730806216146eb04e89c12e8c757d6f"/><file name="TinybackendnewController.php" hash="6047fe80abd6eccd543ac5959fcc6bd1"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f6d0d5eb762fa72b2c3acb17f0dce47b"/><file name="config.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tiny</name>
|
4 |
+
<version>0.0.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
13 |
Menu Tiny com janela para para o Sistema Tiny.</description>
|
14 |
<notes>Importa Pedidos, Produtos e Acesso Pelo menu do Painel.</notes>
|
15 |
<authors><author><name>XDMIX.com.br</name><user>ClarckBR</user><email>clarck.1@gmail.com</email></author><author><name>tiny.com.br</name><user>marcosGrzeca</user><email>marcos@tiny.com.br</email></author></authors>
|
16 |
+
<date>2013-02-27</date>
|
17 |
+
<time>14:32:23</time>
|
18 |
+
<contents><target name="magelocal"><dir name="Tiny"><dir name="Iframe"><dir name="Block"><dir name="Adminhtml"><file name="Tinybackend.php" hash="ecf98e41f9335db02d7a2b780017d355"/><file name="Tinybackendnew.php" hash="fe03059e072a3ac07d38be59035b7f0b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="89f964f9eae39d4b89861c4af449f27a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TinybackendController.php" hash="6730806216146eb04e89c12e8c757d6f"/><file name="TinybackendnewController.php" hash="6047fe80abd6eccd543ac5959fcc6bd1"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f6d0d5eb762fa72b2c3acb17f0dce47b"/><file name="config.xml" hash="10bc82ff719a7be14d9186bc58d62c42"/><file name="system.xml" hash="11834a908634802b128bf19464ff1f72"/></dir></dir><dir name="Pedidos"><dir name="Model"><file name="Observer.php" hash="5ef302545e20649861c0da6a8a4d8211"/><file name="config.php" hash="9ed1451ca8d2d4cc00cf38bb1f82dd7c"/></dir><dir name="etc"><file name="config.xml" hash="63cb7a978e6cfe814d51d7accc842737"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="tiny.xml" hash="335baf6004b5b0afe2d19f0a752bbec6"/></dir><dir name="template"><dir name="tiny"><file name="author.phtml" hash="698dc19d489c4e4db73e28a713eab07b"/><file name="tinybackend.phtml" hash="a52bca8a8b3f7de6281a1305476f5d28"/><file name="tinybackendnew.phtml" hash="3c76a75bb7adb8b7223c2faa331579a4"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tiny.xml" hash="468d04f14f2ac16ee21d0cb863c10137"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|