Version Notes
Stable 1.2.5
Download this release
Release Info
Developer | Interactone |
Extension | Interactone_Pinit |
Version | 1.2.6 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.6
app/code/community/Interactone/Pinit/etc/adminhtml.xml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<config>
|
3 |
+
<acl>
|
4 |
+
<resources>
|
5 |
+
<admin>
|
6 |
+
<children>
|
7 |
+
<system>
|
8 |
+
<children>
|
9 |
+
<config>
|
10 |
+
<children>
|
11 |
+
<pinit translate="title" module="pinit">
|
12 |
+
<title>PIN IT Button</title>
|
13 |
+
</pinit>
|
14 |
+
</children>
|
15 |
+
</config>
|
16 |
+
</children>
|
17 |
+
</system>
|
18 |
+
</children>
|
19 |
+
</admin>
|
20 |
+
</resources>
|
21 |
+
</acl>
|
22 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interactone_Pinit</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Stable 1.2.5</notes>
|
12 |
<authors><author><name>Interactone</name><user>iO_Support</user><email>support@interactone.com</email></author></authors>
|
13 |
<date>2012-02-07</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Interactone"><dir name="Pinit"><dir name="Helper"><file name="Data.php" hash="5fd59f287268a23268d68a4543ef1792"/></dir><dir name="etc"><file name="config.xml" hash="24d31f72fb13a03aa99874714a50964b"/><file name="system.xml" hash="5acf54b982593eac30c8b69829d4e405"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="interactone"><file name="pinit.phtml" hash="6e02e78bc37a01f8da91c7914d985830"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Interactone_Pinit.xml" hash="b50e195846ef865fa7f3f4210d93329c"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Interactone_Pint.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interactone_Pinit</name>
|
4 |
+
<version>1.2.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Stable 1.2.5</notes>
|
12 |
<authors><author><name>Interactone</name><user>iO_Support</user><email>support@interactone.com</email></author></authors>
|
13 |
<date>2012-02-07</date>
|
14 |
+
<time>19:31:03</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Interactone"><dir name="Pinit"><dir name="Helper"><file name="Data.php" hash="5fd59f287268a23268d68a4543ef1792"/></dir><dir name="etc"><file name="adminhtml.xml" hash="53941c73d03d503a999dc6cbc4bec668"/><file name="config.xml" hash="24d31f72fb13a03aa99874714a50964b"/><file name="system.xml" hash="5acf54b982593eac30c8b69829d4e405"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="interactone"><file name="pinit.phtml" hash="6e02e78bc37a01f8da91c7914d985830"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Interactone_Pinit.xml" hash="b50e195846ef865fa7f3f4210d93329c"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Interactone_Pint.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|