GetSomeMojo_Pinterestmojo - Version 2.1.1

Version Notes

- Fixed issue with JS Merging

Download this release

Release Info

Developer Mitchell Robles, Jr.
Extension GetSomeMojo_Pinterestmojo
Version 2.1.1
Comparing to
See all releases


Code changes from version 2.1.0 to 2.1.1

app/design/frontend/base/default/template/getsomemojo/pinterestmojo/pinit.phtml CHANGED
@@ -12,7 +12,6 @@
12
  <?php if ($this->getYeaH4yeaH()): ?>
13
 
14
  <script type="text/javascript">
15
- <!--
16
  (function(d){
17
  var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
18
  p.type = 'text/javascript';
@@ -23,7 +22,6 @@
23
  p.src = '//assets.pinterest.com/js/pinit.js';
24
  f.parentNode.insertBefore(p, f);
25
  }(document));
26
- -->
27
  </script>
28
 
29
  <?php if ($this->getButtonType() != GetSomeMojo_Pinterestmojo_Model_Config_ButtonType::OPTION3_VALUE): ?>
12
  <?php if ($this->getYeaH4yeaH()): ?>
13
 
14
  <script type="text/javascript">
 
15
  (function(d){
16
  var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
17
  p.type = 'text/javascript';
22
  p.src = '//assets.pinterest.com/js/pinit.js';
23
  f.parentNode.insertBefore(p, f);
24
  }(document));
 
25
  </script>
26
 
27
  <?php if ($this->getButtonType() != GetSomeMojo_Pinterestmojo_Model_Config_ButtonType::OPTION3_VALUE): ?>
app/etc/modules/GetSomeMojo_Pinterestmojo.xml CHANGED
@@ -15,6 +15,9 @@
15
  <GetSomeMojo_Pinterestmojo>
16
  <active>true</active>
17
  <codePool>local</codePool>
 
 
 
18
  </GetSomeMojo_Pinterestmojo>
19
  </modules>
20
  </config>
15
  <GetSomeMojo_Pinterestmojo>
16
  <active>true</active>
17
  <codePool>local</codePool>
18
+ <depends>
19
+ <GetSomeMojo_Core />
20
+ </depends>
21
  </GetSomeMojo_Pinterestmojo>
22
  </modules>
23
  </config>
package.xml CHANGED
@@ -1,22 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GetSomeMojo_Pinterestmojo</name>
4
- <version>2.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://getsome.mojomage.com/license/">Custom</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Adds the Pinterest Pin Button to the Product View page.</summary>
10
  <description>Increase SEO and your social presence by adding the Pinterest Pin button to your Product View pages. Back-end system configurations settings allow administrators to easily control the latest Pinterest Pin It Button features.</description>
11
- <notes>- Updated to match the latest Pinterest Pin It features&#xD;
12
- - Ability to select the PinIt Button Shape (Circular/Rectangular) within the System Configuration Options&#xD;
13
- - Ability to select the PinIt Button Color (Red/Gray/White) within the System Configuration Options&#xD;
14
- - Ability to select the PinIt Button Size (Small/Large) within the System Configuration Options&#xD;
15
- - Stable release</notes>
16
  <authors><author><name>Mitchell Robles, Jr.</name><user>mojomitch</user><email>info@getsomemojo.net</email></author></authors>
17
- <date>2015-04-30</date>
18
- <time>00:37:18</time>
19
- <contents><target name="magelocal"><dir name="GetSomeMojo"><dir name="Pinterestmojo"><dir name="Block"><file name="PinterestButton.php" hash="d3ef5c29d873d786406f4f49591b19b2"/></dir><dir name="Helper"><file name="Data.php" hash="80e41bd1a395b06658cebd71561ddb4a"/></dir><dir name="Model"><dir name="Config"><file name="Bn.php" hash="c28dfe0cd9c348b924f3da692c2219c3"/><file name="ButtonAlign.php" hash="a9e707f93d71a5c322388d6f1d8d16d1"/><file name="ButtonColor.php" hash="dfae27e1182dde59acb202a0c59370f2"/><file name="ButtonShape.php" hash="7a319839953bba126a91fbdefec3516b"/><file name="ButtonSize.php" hash="b8b86fe9fe03b5221b2d3882c83d257c"/><file name="ButtonType.php" hash="606a53c02a0aea20abf487f6a8f59f0c"/><file name="PinCount.php" hash="1a94d7f3adf11b7ffa690793d0bad3d3"/></dir></dir><dir name="etc"><file name="config.xml" hash="dbf0e836fd6c92ef6031e9a416ee1a2f"/><file name="system.xml" hash="f73465868a5eda2560317a70b89e76be"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GetSomeMojo_Pinterestmojo.xml" hash="609698f466ba33046e29f616ca0eeb27"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="getsomemojo"><file name="pinterestmojo.xml" hash="a4ff3611810f36162641749c6ca4290c"/></dir></dir><dir name="template"><dir name="getsomemojo"><dir name="pinterestmojo"><file name="pinit.phtml" hash="22564db69cd3677b56a64edb60e55c75"/></dir></dir></dir></dir></dir></dir></target></contents>
20
  <compatible/>
21
  <dependencies><required><php><min>5.1.0</min><max>5.5.14</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GetSomeMojo_Pinterestmojo</name>
4
+ <version>2.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://getsome.mojomage.com/license/">Custom</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Adds the Pinterest Pin Button to the Product View page.</summary>
10
  <description>Increase SEO and your social presence by adding the Pinterest Pin button to your Product View pages. Back-end system configurations settings allow administrators to easily control the latest Pinterest Pin It Button features.</description>
11
+ <notes>- Fixed issue with JS Merging</notes>
 
 
 
 
12
  <authors><author><name>Mitchell Robles, Jr.</name><user>mojomitch</user><email>info@getsomemojo.net</email></author></authors>
13
+ <date>2015-09-15</date>
14
+ <time>02:47:46</time>
15
+ <contents><target name="magelocal"><dir name="GetSomeMojo"><dir name="Pinterestmojo"><dir name="Block"><file name="PinterestButton.php" hash="d3ef5c29d873d786406f4f49591b19b2"/></dir><dir name="Helper"><file name="Data.php" hash="80e41bd1a395b06658cebd71561ddb4a"/></dir><dir name="Model"><dir name="Config"><file name="Bn.php" hash="c28dfe0cd9c348b924f3da692c2219c3"/><file name="ButtonAlign.php" hash="a9e707f93d71a5c322388d6f1d8d16d1"/><file name="ButtonColor.php" hash="dfae27e1182dde59acb202a0c59370f2"/><file name="ButtonShape.php" hash="7a319839953bba126a91fbdefec3516b"/><file name="ButtonSize.php" hash="b8b86fe9fe03b5221b2d3882c83d257c"/><file name="ButtonType.php" hash="606a53c02a0aea20abf487f6a8f59f0c"/><file name="PinCount.php" hash="1a94d7f3adf11b7ffa690793d0bad3d3"/></dir></dir><dir name="etc"><file name="config.xml" hash="dbf0e836fd6c92ef6031e9a416ee1a2f"/><file name="system.xml" hash="f73465868a5eda2560317a70b89e76be"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GetSomeMojo_Pinterestmojo.xml" hash="87a8442f44c071f3cfb193eec36d6a53"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="getsomemojo"><file name="pinterestmojo.xml" hash="a4ff3611810f36162641749c6ca4290c"/></dir></dir><dir name="template"><dir name="getsomemojo"><dir name="pinterestmojo"><file name="pinit.phtml" hash="ad8e664ba3d3a089cc3f038ebcf0848f"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>5.5.14</max></php></required></dependencies>
18
  </package>