Version Notes
First official release.
Download this release
Release Info
Developer | asulpunto |
Extension | Asulpunto_Unicentaopos |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
- app/code/{local → community}/Asulpunto/Unicentaopos/Block/Adminhtml/System/Config/Form/Button.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Helper/Data.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposorderitem.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposorderitem/Collection.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposproduct.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposproduct/Collection.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposapi.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposorderitem.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposproduct.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/controllers/Adminhtml/UnicentaoposController.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/etc/config.xml +1 -1
- app/code/{local → community}/Asulpunto/Unicentaopos/etc/system.xml +1 -1
- app/code/{local → community}/Asulpunto/Unicentaopos/sql/unicentaopos_setup/mysql4-install-0.0.1.php +0 -0
- app/code/{local → community}/Asulpunto/Unicentaopos/sql/unicentaopos_setup/mysql4-upgrade-0.0.1-0.0.2.php +0 -0
- app/etc/modules/Asulpunto_Unicentaopos.xml +1 -1
- package.xml +6 -6
app/code/{local → community}/Asulpunto/Unicentaopos/Block/Adminhtml/System/Config/Form/Button.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposorderitem.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposorderitem/Collection.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposproduct.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Mysql4/Unicentaoposproduct/Collection.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposapi.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposorderitem.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/Model/Unicentaoposproduct.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/controllers/Adminhtml/UnicentaoposController.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/etc/config.xml
RENAMED
@@ -25,7 +25,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Asulpunto_Unicentaopos>
|
28 |
-
<version>0.0.
|
29 |
</Asulpunto_Unicentaopos>
|
30 |
</modules>
|
31 |
<global>
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Asulpunto_Unicentaopos>
|
28 |
+
<version>0.0.3</version>
|
29 |
</Asulpunto_Unicentaopos>
|
30 |
</modules>
|
31 |
<global>
|
app/code/{local → community}/Asulpunto/Unicentaopos/etc/system.xml
RENAMED
@@ -31,7 +31,7 @@
|
|
31 |
<sections>
|
32 |
|
33 |
<asulpuntounicentaopos translate="label" module="unicentaopos">
|
34 |
-
<label>
|
35 |
<tab>asulpunto</tab>
|
36 |
<frontend_type>text</frontend_type>
|
37 |
<sort_order>99999</sort_order>
|
31 |
<sections>
|
32 |
|
33 |
<asulpuntounicentaopos translate="label" module="unicentaopos">
|
34 |
+
<label>Unicenta Opos</label>
|
35 |
<tab>asulpunto</tab>
|
36 |
<frontend_type>text</frontend_type>
|
37 |
<sort_order>99999</sort_order>
|
app/code/{local → community}/Asulpunto/Unicentaopos/sql/unicentaopos_setup/mysql4-install-0.0.1.php
RENAMED
File without changes
|
app/code/{local → community}/Asulpunto/Unicentaopos/sql/unicentaopos_setup/mysql4-upgrade-0.0.1-0.0.2.php
RENAMED
File without changes
|
app/etc/modules/Asulpunto_Unicentaopos.xml
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
<modules>
|
25 |
<Asulpunto_Unicentaopos>
|
26 |
<active>true</active>
|
27 |
-
<codePool>
|
28 |
</Asulpunto_Unicentaopos>
|
29 |
</modules>
|
30 |
</config>
|
24 |
<modules>
|
25 |
<Asulpunto_Unicentaopos>
|
26 |
<active>true</active>
|
27 |
+
<codePool>community</codePool>
|
28 |
</Asulpunto_Unicentaopos>
|
29 |
</modules>
|
30 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asulpunto_Unicentaopos</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GNU General Public License 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -19,10 +19,10 @@ To use this extension you have to install Unicenta's database on a Mysql server
|
|
19 |

|
20 |
</description>
|
21 |
<notes>First official release.</notes>
|
22 |
-
<authors><author><name>
|
23 |
-
<date>2013-09-
|
24 |
-
<time>
|
25 |
-
<contents><target name="
|
26 |
<compatible/>
|
27 |
-
<dependencies><required><php><min>5.
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asulpunto_Unicentaopos</name>
|
4 |
+
<version>0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GNU General Public License 3.0</license>
|
7 |
<channel>community</channel>
|
19 |

|
20 |
</description>
|
21 |
<notes>First official release.</notes>
|
22 |
+
<authors><author><name>asulpunto</name><user>asulpunto</user><email>asulpunto@asulpunto.com</email></author></authors>
|
23 |
+
<date>2013-09-19</date>
|
24 |
+
<time>17:16:28</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="Asulpunto"><dir name="Unicentaopos"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="c8d765e9cd5f9609e1ffd4892cfd1539"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="e72e7f19036b4de80f1e7b6be0ca7118"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Unicentaoposorderitem"><file name="Collection.php" hash="bb9cf8ab48304c34fd7bd575e1002574"/></dir><file name="Unicentaoposorderitem.php" hash="edc7cfecd2b60b0bc372da8c0509cf7d"/><dir name="Unicentaoposproduct"><file name="Collection.php" hash="03f65e284b426d36daa2376e38a813e1"/></dir><file name="Unicentaoposproduct.php" hash="1f849c04da97b863ee88c3b34dc8255b"/></dir><file name="Unicentaoposapi.php" hash="b9f4e6923e17c813be24d0404e673684"/><file name="Unicentaoposorderitem.php" hash="31b0f22a1fa3af396a01b741fd9d4adf"/><file name="Unicentaoposproduct.php" hash="8754d16acf3372355bf379deb563ab03"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="UnicentaoposController.php" hash="7da0f12f269dfdc16ef1f8881753d5fa"/></dir></dir><dir name="etc"><file name="config.xml" hash="f04711f0595f920fa4306867ef4a2000"/><file name="system.xml" hash="379f43dc8ce826399f0e297b0e6bf3ca"/></dir><dir name="sql"><dir name="unicentaopos_setup"><file name="mysql4-install-0.0.1.php" hash="84ba3c4373b2a1c6b1219e8fbd881b51"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="76ea73b06b500e88db0891df95744b65"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="asulpunto"><dir name="unicentaopos"><dir name="system"><dir name="config"><file name="button.phtml" hash="37aa35efb0ab32383f130ae9c5bd25df"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Asulpunto_Unicentaopos.xml" hash="0b81c393d2739bbabe04eeccadeaf858"/></dir></target></contents>
|
26 |
<compatible/>
|
27 |
+
<dependencies><required><php><min>5.2.0</min><max>5.4.0</max></php></required></dependencies>
|
28 |
</package>
|