Version Notes
Stable Release.
Download this release
Release Info
Developer | Frédérick Lebel |
Extension | Moii_Pinterest |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Moii_Pinterest</name>
|
4 |
+
<version>1.0.0</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>
|
8 |
+
<extends/>
|
9 |
+
<summary>This extension add a Pinterest button to the product page.</summary>
|
10 |
+
<description>This is the easiest way to add the Pinterest button to your product page! You can change the look and feel of the button and their will be newer release as the Pinterest API change.</description>
|
11 |
+
<notes>Stable Release.</notes>
|
12 |
+
<authors><author><name>Frédérick Lebel</name><user>flebel</user><email>flebel@moii.ca</email></author><author><name>Jean-Francois Parent</name><user>moii</user><email>magento@moii.ca</email></author></authors>
|
13 |
+
<date>2012-02-01</date>
|
14 |
+
<time>03:02:34</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Moii_Pinterest.xml" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|