Version Notes
this extension is under Stable release stability and release version as 10.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Interactone_Pinit |
Version | 1.1.1 |
Comparing to | |
See all releases |
Version 1.1.1
app/etc/modules/Interactone_Pinit.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Interactone_Pinit>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</Interactone_Pinit>
|
8 |
+
</modules>
|
9 |
+
</config>
|
app/locale/en_US/Interactone_Pinit.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
"Enabled","Enabled"
|
2 |
+
"Media","Media"
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Interactone_Pinit</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>PinInterest extension makes it easier for you to pin your products for the purpose of Social marketting</summary>
|
10 |
+
<description>PinInterest extension makes it easier for you to pin your products for the purpose of Social marketting</description>
|
11 |
+
<notes>this extension is under Stable release stability and release version as 10.0</notes>
|
12 |
+
<authors><author><name>Interactone</name><user>auto-converted</user><email>support@interactone.com</email></author></authors>
|
13 |
+
<date>2012-02-02</date>
|
14 |
+
<time>16:38:06</time>
|
15 |
+
<contents><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_Pinit.csv" hash="20531bd9cac74ab597a65cc72bf9a835"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
+
</package>
|