VS_GooglePlus - Version 1.0.4

Version Notes

This extension will be add Google Plus One button on product details page.

Download this release

Release Info

Developer Magento Core Team
Extension VS_GooglePlus
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/design/frontend/default/default/layout/googleplus.xml CHANGED
@@ -5,14 +5,13 @@
5
  <catalog_product_view>
6
  <reference name="head">
7
  <block type="core/text" name="vs.js" ifconfig="googleplus/general/enabled"><action method="setText"><text><![CDATA[<script language="javascript" type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>]]></text></action></block>
8
- </reference>
9
-
10
- <reference name="content">
11
- <block type="googleplus/googleplus" name="googleplus" as="googleplus" before="product.info">
12
  <action method="setTemplate" ifconfig="googleplus/general/enabled">
13
  <template>googleplus/googleplus.phtml</template>
14
  </action>
15
- </block>
16
  </reference>
17
  </catalog_product_view>
18
 
5
  <catalog_product_view>
6
  <reference name="head">
7
  <block type="core/text" name="vs.js" ifconfig="googleplus/general/enabled"><action method="setText"><text><![CDATA[<script language="javascript" type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>]]></text></action></block>
8
+ </reference>
9
+ <reference name="alert.urls">
10
+ <block type="googleplus/googleplus" name="googleplus" as="googleplus" after="-">
 
11
  <action method="setTemplate" ifconfig="googleplus/general/enabled">
12
  <template>googleplus/googleplus.phtml</template>
13
  </action>
14
+ </block>
15
  </reference>
16
  </catalog_product_view>
17
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>VS_GooglePlus</name>
4
- <version>1.0.3</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>Google+ Button for you store.</summary>
10
- <description>This extension will be add Google+ button on product details page of your store.</description>
11
- <notes>This extension will be add Google+ button on product details page of your store.</notes>
12
  <authors><author><name>virendra kumar sharma</name><user>auto-converted</user><email>bhardwajveerendra@gmail.com</email></author></authors>
13
  <date>2011-07-15</date>
14
- <time>11:23:00</time>
15
- <contents><target name="magecommunity"><dir name="VS"><dir name="Googleplus"><dir name="Block"><file name="googleplus.php" hash="8749b51b1da7ec9abe26a32de3688c6e"/></dir><dir name="Helper"><file name="Data.php" hash="62a0d104dbb4edf1677a34082bfbe5c8"/></dir><dir name="Model"><file name="Button.php" hash="e4f3a1f932b102169a80aa441d9c7e88"/></dir><dir name="etc"><file name="config.xml" hash="8cbb417b76befa0192e513c74f29709a"/><file name="system.xml" hash="8e09eb329294ddbbc0748fb777eff02b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VS_Googleplus.xml" hash="7f34ab0b56c00a5d1600b3608b6cccbb"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="googleplus.xml" hash="dbfe04edfcab81fb2a46738a3a999c24"/></dir><dir name="template"><dir name="googleplus"><file name="googleplus.phtml" hash="92740d5939c4c2f3a4009518f9851535"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>VS_GooglePlus</name>
4
+ <version>1.0.4</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 will be add Google Plus One button on product details page.</summary>
10
+ <description>This extension will be add Google Plus One button on product details page.</description>
11
+ <notes>This extension will be add Google Plus One button on product details page.</notes>
12
  <authors><author><name>virendra kumar sharma</name><user>auto-converted</user><email>bhardwajveerendra@gmail.com</email></author></authors>
13
  <date>2011-07-15</date>
14
+ <time>18:12:27</time>
15
+ <contents><target name="magecommunity"><dir name="VS"><dir name="Googleplus"><dir name="Block"><file name="googleplus.php" hash="8749b51b1da7ec9abe26a32de3688c6e"/></dir><dir name="Helper"><file name="Data.php" hash="62a0d104dbb4edf1677a34082bfbe5c8"/></dir><dir name="Model"><file name="Button.php" hash="e4f3a1f932b102169a80aa441d9c7e88"/></dir><dir name="etc"><file name="config.xml" hash="8cbb417b76befa0192e513c74f29709a"/><file name="system.xml" hash="8e09eb329294ddbbc0748fb777eff02b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VS_Googleplus.xml" hash="7f34ab0b56c00a5d1600b3608b6cccbb"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="googleplus.xml" hash="9c39581119ee632c4463fd4e461bdfb7"/></dir><dir name="template"><dir name="googleplus"><file name="googleplus.phtml" hash="92740d5939c4c2f3a4009518f9851535"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>