Version Notes
- All the code has been refactored
- Updated to match the latest Pinterest Pin It features
- Stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | GetSomeMojo_Pinterestmojo |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
app/code/local/GetSomeMojo/Pinterestmojo/etc/config.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
<config>
|
14 |
<modules>
|
15 |
<GetSomeMojo_Pinterestmojo>
|
16 |
-
<version>2.0.
|
17 |
</GetSomeMojo_Pinterestmojo>
|
18 |
</modules>
|
19 |
<admin>
|
13 |
<config>
|
14 |
<modules>
|
15 |
<GetSomeMojo_Pinterestmojo>
|
16 |
+
<version>2.0.2</version>
|
17 |
</GetSomeMojo_Pinterestmojo>
|
18 |
</modules>
|
19 |
<admin>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GetSomeMojo_Pinterestmojo</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://getsome.mojomage.com/license/">Custom</license>
|
7 |
<channel>community</channel>
|
@@ -13,10 +13,10 @@
|
|
13 |
- Updated to match the latest Pinterest Pin It features
|
14 |
<br />
|
15 |
- Stable release</notes>
|
16 |
-
<authors><author><name>Mitch Robles, Jr.</name><user>
|
17 |
<date>2013-06-12</date>
|
18 |
-
<time>04:
|
19 |
-
<contents><target name="mageetc"><dir name="modules"><file name="GetSomeMojo_Pinterestmojo.xml" hash="754937eada3236e4628ed37fb4d826d9"/></dir></target><target name="magelocal"><dir name="GetSomeMojo"><dir name="Pinterestmojo"><dir name="Block"><file name="PinterestButton.php" hash="422fc91c24d84e77dbe3c087210059eb"/></dir><dir name="Helper"><file name="Data.php" hash="bb7343d9153708238cef41005c58ad06"/></dir><dir name="Model"><dir name="Config"><file name="Bn.php" hash="a7eea2937b14d9d3c8a169020c2deacf"/><file name="ButtonAlign.php" hash="a5a27aebb7ce1796fd0051b3540111c2"/><file name="ButtonType.php" hash="0c946e1b5fdf1a71cb86c93dd9dc5267"/><file name="PinCount.php" hash="7cb0d1cdf694e6079f7cd692ca6233d9"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GetSomeMojo_Pinterestmojo</name>
|
4 |
+
<version>2.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://getsome.mojomage.com/license/">Custom</license>
|
7 |
<channel>community</channel>
|
13 |
- Updated to match the latest Pinterest Pin It features
|
14 |
<br />
|
15 |
- Stable release</notes>
|
16 |
+
<authors><author><name>Mitch Robles, Jr.</name><user>auto-converted</user><email>info@getsomemojo.net</email></author></authors>
|
17 |
<date>2013-06-12</date>
|
18 |
+
<time>04:45:30</time>
|
19 |
+
<contents><target name="mageetc"><dir name="modules"><file name="GetSomeMojo_Pinterestmojo.xml" hash="754937eada3236e4628ed37fb4d826d9"/></dir></target><target name="magelocal"><dir name="GetSomeMojo"><dir name="Pinterestmojo"><dir name="Block"><file name="PinterestButton.php" hash="422fc91c24d84e77dbe3c087210059eb"/></dir><dir name="Helper"><file name="Data.php" hash="bb7343d9153708238cef41005c58ad06"/></dir><dir name="Model"><dir name="Config"><file name="Bn.php" hash="a7eea2937b14d9d3c8a169020c2deacf"/><file name="ButtonAlign.php" hash="a5a27aebb7ce1796fd0051b3540111c2"/><file name="ButtonType.php" hash="0c946e1b5fdf1a71cb86c93dd9dc5267"/><file name="PinCount.php" hash="7cb0d1cdf694e6079f7cd692ca6233d9"/></dir></dir><dir name="etc"><file name="config.xml" hash="cbe474458070fc0d89f5b13540448e5c"/><file name="system.xml" hash="4141d764f069e8342188e4b2c1707aad"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="getsomemojo"><dir name="pinterestmojo"><file name="pinterest.xml" hash="1d4e687512b5a3e4deccb79bdca13b11"/></dir></dir></dir><dir name="template"><dir name="getsomemojo"><dir name="pinterestmojo"><file name="pinterest_button.phtml" hash="242f6a1925e06cebfa7847a5450b8773"/></dir></dir></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies><required><package><name></name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
22 |
</package>
|