BeeShopy_BeeSocial - Version 1.2.0

Version Notes

Rewriting url in store method

Download this release

Release Info

Developer Magento Core Team
Extension BeeShopy_BeeSocial
Version 1.2.0
Comparing to
See all releases


Code changes from version 1.1.5 to 1.2.0

app/code/community/BeeShopy/BeeSocial/Block/Iframe.php CHANGED
@@ -8,7 +8,8 @@ class BeeShopy_BeeSocial_Block_Iframe
8
  {
9
  $product = Mage::registry('current_product');
10
  $domain = urlencode(Mage::getBaseURL());
11
- $url = urlencode(Mage::helper('core/url')->getCurrentUrl());
 
12
 
13
  if($product){
14
  $html = "
8
  {
9
  $product = Mage::registry('current_product');
10
  $domain = urlencode(Mage::getBaseURL());
11
+ //$url = urlencode(Mage::helper('core/url')->getCurrentUrl());
12
+ $url = urlencode($product->getUrlInStore(array('_ignore_category' => true, '_nosid' => true)));
13
 
14
  if($product){
15
  $html = "
app/code/community/BeeShopy/BeeSocial/changelog.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ == Module changelog ==
2
+
3
+ === 1.2.0 (12-24-12) ===
4
+
5
+ * Url in store rewrite
6
+
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>BeeShopy_BeeSocial</name>
4
- <version>1.1.5</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FB:Comments, FB:Like and Twitter Badget for your products.</summary>
10
  <description>BeeSocial allows to your users comment and share your products in Facebook and Twitter.</description>
11
- <notes>Fixing dark scheme error</notes>
12
  <authors><author><name>Miguel &#xC1;ngel Mart&#xED;nez Trivi&#xF1;o</name><user>auto-converted</user><email>miguel@beetailer.com</email></author></authors>
13
- <date>2011-08-23</date>
14
- <time>15:16:11</time>
15
- <contents><target name="magecommunity"><dir name="BeeShopy"><dir name="BeeSocial"><dir name="Block"><file name="Iframe.php" hash="2a251eb1c8f21ec227daca81fcd722d8"/></dir><dir name="Helper"><file name="Data.php" hash="756f44af9ad6bdc769ce65a87e3b1718"/></dir><dir name="Model"><file name="Themes.php" hash="2e64646a1df072f6f4f6a3c80b61f79b"/><file name=".Themes.php.swp" hash="a8db04c641e91e708778b93a899a63eb"/></dir><dir name="etc"><file name="config.xml" hash="9656407a881e0cf4e083b007126e6963"/><file name="system.xml" hash="ab438f1d573e15dc06d5de69a19a8263"/><file name="widget.xml" hash="983dfa5d28418547ca7b636f246f5e98"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="BeeShopy_BeeSocial.xml" hash="f24331c9435e13df6243bdf75e28b5b1"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>BeeShopy_BeeSocial</name>
4
+ <version>1.2.0</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FB:Comments, FB:Like and Twitter Badget for your products.</summary>
10
  <description>BeeSocial allows to your users comment and share your products in Facebook and Twitter.</description>
11
+ <notes>Rewriting url in store method</notes>
12
  <authors><author><name>Miguel &#xC1;ngel Mart&#xED;nez Trivi&#xF1;o</name><user>auto-converted</user><email>miguel@beetailer.com</email></author></authors>
13
+ <date>2012-12-24</date>
14
+ <time>12:27:34</time>
15
+ <contents><target name="magecommunity"><dir name="BeeShopy"><dir name="BeeSocial"><dir name="Block"><file name="Iframe.php" hash="0d0292457429e18a5ef330aa644b9c01"/></dir><dir name="Helper"><file name="Data.php" hash="756f44af9ad6bdc769ce65a87e3b1718"/></dir><dir name="Model"><file name="Themes.php" hash="2e64646a1df072f6f4f6a3c80b61f79b"/><file name=".Themes.php.swp" hash="a8db04c641e91e708778b93a899a63eb"/></dir><dir name="etc"><file name="config.xml" hash="9656407a881e0cf4e083b007126e6963"/><file name="system.xml" hash="ab438f1d573e15dc06d5de69a19a8263"/><file name="widget.xml" hash="983dfa5d28418547ca7b636f246f5e98"/></dir><file name="changelog.txt" hash="57fd8693cc64e478c6af78bdb65f0382"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="BeeShopy_BeeSocial.xml" hash="f24331c9435e13df6243bdf75e28b5b1"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>