Version Notes
GOtags service is currently under beta, as such this process may change and the terms of the module may change in later versions.
Download this release
Release Info
Developer | Ashley White |
Extension | GOtags_GOtags |
Version | 0.0.2 |
Comparing to | |
See all releases |
Code changes from version 0.0.1 to 0.0.2
app/code/community/Gotags/Gotags/etc/api.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<gotags_api translate="title" module="gotags">
|
6 |
<title>Gotags</title>
|
7 |
<acl>gotags_api</acl>
|
8 |
-
<model>
|
9 |
<methods>
|
10 |
<search translate="title" module="gotags">
|
11 |
<title>Search items</title>
|
5 |
<gotags_api translate="title" module="gotags">
|
6 |
<title>Gotags</title>
|
7 |
<acl>gotags_api</acl>
|
8 |
+
<model>gotags_gotags_model_api</model>
|
9 |
<methods>
|
10 |
<search translate="title" module="gotags">
|
11 |
<title>Search items</title>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GOtags_GOtags</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GNU General Public License v3 (GPL-3)</license>
|
7 |
<channel>community</channel>
|
@@ -15,8 +15,8 @@ https://gotags.co.uk</description>
|
|
15 |
<notes>GOtags service is currently under beta, as such this process may change and the terms of the module may change in later versions.</notes>
|
16 |
<authors><author><name>Ashley White</name><user>gotags</user><email>hello@gotags.co.uk</email></author></authors>
|
17 |
<date>2014-07-07</date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Gotags"><dir name="Gotags"><dir name="Block"><dir name="Adminhtml"><file name="Gotagsbackend.php" hash="58b9abf59a5b0cad4c1e57306c7a0d18"/></dir></dir><dir name="Helper"><file name="Data.php" hash="6423d0cda77417cabc378396a5db9dcf"/></dir><dir name="Model"><file name="Api.php" hash="a2c96072dec575e1b72da3bf061d4d7a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="GotagsbackendController.php" hash="c3097fa781ececd78d359130e163ccaa"/></dir></dir><dir name="etc"><file name="api.xml" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.5.0</min><max>5.5.14</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GOtags_GOtags</name>
|
4 |
+
<version>0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/copyleft/gpl.html">GNU General Public License v3 (GPL-3)</license>
|
7 |
<channel>community</channel>
|
15 |
<notes>GOtags service is currently under beta, as such this process may change and the terms of the module may change in later versions.</notes>
|
16 |
<authors><author><name>Ashley White</name><user>gotags</user><email>hello@gotags.co.uk</email></author></authors>
|
17 |
<date>2014-07-07</date>
|
18 |
+
<time>12:36:48</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Gotags"><dir name="Gotags"><dir name="Block"><dir name="Adminhtml"><file name="Gotagsbackend.php" hash="58b9abf59a5b0cad4c1e57306c7a0d18"/></dir></dir><dir name="Helper"><file name="Data.php" hash="6423d0cda77417cabc378396a5db9dcf"/></dir><dir name="Model"><file name="Api.php" hash="a2c96072dec575e1b72da3bf061d4d7a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="GotagsbackendController.php" hash="c3097fa781ececd78d359130e163ccaa"/></dir></dir><dir name="etc"><file name="api.xml" hash="c47b2a2fc3dadd8b8c1f1dff6d2aa8b9"/><file name="config.xml" hash="4086c55e42511a1d40620bf713e37b1b"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="gotags"><file name="gotagsbackend.phtml" hash="bdc13469149436754e4bfcca750e8d91"/></dir></dir><dir name="layout"><file name="gotags.xml" hash="244d1cf285d1d41021ceeb79b80876a8"/></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.5.0</min><max>5.5.14</max></php></required></dependencies>
|
22 |
</package>
|