Tiny - Version 0.0.7

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.7
Comparing to
See all releases


Code changes from version 0.0.6 to 0.0.7

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</version>
6
  </Tiny_Iframe>
7
  </modules>
8
  <global>
@@ -16,6 +16,15 @@
16
  <class>Tiny_Iframe_Block</class>
17
  </tiny>
18
  </blocks>
 
 
 
 
 
 
 
 
 
19
  </global>
20
  <admin>
21
  <routers>
@@ -75,4 +84,11 @@
75
  </updates>
76
  </layout>
77
  </adminhtml>
 
 
 
 
 
 
 
78
  </config>
2
  <config>
3
  <modules>
4
  <Tiny_Iframe>
5
+ <version>0.0.7</version>
6
  </Tiny_Iframe>
7
  </modules>
8
  <global>
16
  <class>Tiny_Iframe_Block</class>
17
  </tiny>
18
  </blocks>
19
+ <template>
20
+ <email>
21
+ <tiny_send translate="label" module="tiny">
22
+ <label>Usando Módulo Tiny</label>
23
+ <file>tiny_send.phtml</file>
24
+ <type>phtml</type>
25
+ </tiny_send>
26
+ </email>
27
+ </template>
28
  </global>
29
  <admin>
30
  <routers>
84
  </updates>
85
  </layout>
86
  </adminhtml>
87
+ <default>
88
+ <tiny>
89
+ <general>
90
+ <enable_tiny>1</enable_tiny>
91
+ </general>
92
+ </tiny>
93
+ </default>
94
  </config>
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&atilde;o: <strong>0.0.5</strong></label>
27
  </div>
28
  <br style="clear: both;"/>
29
  <hr>
@@ -99,15 +99,15 @@
99
  <show_in_website>1</show_in_website>
100
  <show_in_store>1</show_in_store>
101
  <fields>
102
- <extensions translate="label comment">
103
- <label>Versão 0.0.6</label>
104
  <frontend_type>select</frontend_type>
105
  <source_model>adminhtml/system_config_source_yesno</source_model>
106
- <sort_order>2</sort_order>
107
  <show_in_default>1</show_in_default>
108
  <show_in_website>1</show_in_website>
109
  <show_in_store>1</show_in_store>
110
- </extensions>
111
  </fields>
112
  </general>
113
  </groups>
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&atilde;o: <strong>0.0.7</strong></label>
27
  </div>
28
  <br style="clear: both;"/>
29
  <hr>
99
  <show_in_website>1</show_in_website>
100
  <show_in_store>1</show_in_store>
101
  <fields>
102
+ <enable_tiny translate="label comment">
103
+ <label>Versão 0.0.7</label>
104
  <frontend_type>select</frontend_type>
105
  <source_model>adminhtml/system_config_source_yesno</source_model>
106
+ <sort_order>1</sort_order>
107
  <show_in_default>1</show_in_default>
108
  <show_in_website>1</show_in_website>
109
  <show_in_store>1</show_in_store>
110
+ </enable_tiny>
111
  </fields>
112
  </general>
113
  </groups>
app/code/local/Tiny/Pedidos/Model/config.php CHANGED
@@ -19,7 +19,7 @@
19
  */
20
 
21
  define("URL_TINY", "http://www.tiny.com.br/api2/recepcao.magento.api.php");
22
- define("APIKEY_TINY", "e4db90d728309c1e24c0d5a180492151afc5e229");
23
 
24
  //altere o valor desta constante para N caso queira desativá-la
25
  define("INTEGRACAO_NA_CRIACAO_DO_PEDIDO_ATIVA", "S");
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", "S");
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</version>
6
  </Tiny_Pedidos>
7
  <Tiny_Pedidos_Pagos>
8
- <version>0.0.6</version>
9
  </Tiny_Pedidos_Pagos>
10
  </modules>
11
  <global>
2
  <config>
3
  <modules>
4
  <Tiny_Pedidos>
5
+ <version>0.0.7</version>
6
  </Tiny_Pedidos>
7
  <Tiny_Pedidos_Pagos>
8
+ <version>0.0.7</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.6</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
@@ -11,11 +11,11 @@
11
  Importa&#xE7;&#xE3;o de Pedidos.&#xD;
12
  Importa&#xE7;&#xE3;o de Produtos.&#xD;
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-06</date>
17
- <time>19:32:52</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="12f21b40609c3d5453b4d99f5bd38b5e"/><file name="system.xml" hash="99246fdaf2a1d1fe794af30b862de230"/></dir></dir><dir name="Pedidos"><dir name="Model"><file name="Observer.php" hash="5ef302545e20649861c0da6a8a4d8211"/><file name="config.php" hash="29b264e9c213923f236647113c90ee9c"/></dir><dir name="etc"><file name="config.xml" hash="2a05c8ed8fd3e676779783ae95687f5c"/></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.1.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.7</version>
5
  <stability>stable</stability>
6
  <license>GNU General Public License (GPL)</license>
7
  <channel>community</channel>
11
  Importa&#xE7;&#xE3;o de Pedidos.&#xD;
12
  Importa&#xE7;&#xE3;o de Produtos.&#xD;
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-26</date>
17
+ <time>22:18:06</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="5b7ee369d2e2f9c5cba76a7bcf2fe611"/><file name="system.xml" hash="d2746f02689687793af09d08cbfd6b80"/></dir></dir><dir name="Pedidos"><dir name="Model"><file name="Observer.php" hash="5ef302545e20649861c0da6a8a4d8211"/><file name="config.php" hash="f5117f0fb77f7c41bd768c6214f2d493"/></dir><dir name="etc"><file name="config.xml" hash="d4ccc5f9965add391148e9fa49bcb42d"/></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>