Beecoder_Beeshopy - Version 2.4.6

Version Notes

Fixing 404 tab error

Download this release

Release Info

Developer Magento Core Team
Extension Beecoder_Beeshopy
Version 2.4.6
Comparing to
See all releases


Code changes from version 2.4.5 to 2.4.6

app/code/community/Beecoder/Beeshopy/{Block/.Track.php.swp → etc/.config.xml.swp} RENAMED
Binary file
app/code/community/Beecoder/Beeshopy/etc/config.xml CHANGED
@@ -1,6 +1,5 @@
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <config>
3
-
4
  <modules>
5
  <Beecoder_Beeshopy>
6
  <version>0.1.0</version>
@@ -36,14 +35,6 @@
36
  <frontName>process-facebook-cart</frontName>
37
  </args>
38
  </process-facebook-cart>
39
-
40
- <admin-iframe>
41
- <use>admin</use>
42
- <args>
43
- <module>Beecoder_Beeshopy</module>
44
- <frontName>beetailer-installation</frontName>
45
- </args>
46
- </admin-iframe>
47
  </routers>
48
 
49
  <layout>
@@ -55,11 +46,23 @@
55
  </layout>
56
  </frontend>
57
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  <adminhtml>
59
  <menu>
60
  <menu1 translate="title" module="Beeshopy">
61
  <title>Facebook Store</title>
62
- <action>Beecoder_Beeshopy/admin</action>
63
  <sort_order>100</sort_order>
64
  </menu1>
65
  </menu>
@@ -78,3 +81,4 @@
78
  </acl>
79
  </adminhtml>
80
  </config>
 
1
  <?xml version="1.0" encoding="UTF-8"?>
2
  <config>
 
3
  <modules>
4
  <Beecoder_Beeshopy>
5
  <version>0.1.0</version>
35
  <frontName>process-facebook-cart</frontName>
36
  </args>
37
  </process-facebook-cart>
 
 
 
 
 
 
 
 
38
  </routers>
39
 
40
  <layout>
46
  </layout>
47
  </frontend>
48
 
49
+ <admin>
50
+ <routers>
51
+ <beetailer-installation>
52
+ <use>admin</use>
53
+ <args>
54
+ <module>Beecoder_Beeshopy</module>
55
+ <frontName>beetailer-installation</frontName>
56
+ </args>
57
+ </beetailer-installation>
58
+ </routers>
59
+ </admin>
60
+
61
  <adminhtml>
62
  <menu>
63
  <menu1 translate="title" module="Beeshopy">
64
  <title>Facebook Store</title>
65
+ <action>beetailer-installation/admin/index</action>
66
  <sort_order>100</sort_order>
67
  </menu1>
68
  </menu>
81
  </acl>
82
  </adminhtml>
83
  </config>
84
+
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beecoder_Beeshopy</name>
4
- <version>2.4.5</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
@@ -11,11 +11,11 @@ Beeshopy extension for Magento, it allows you to integrates your magento store w
11
  <description>Custom Module that allows you to connect with beeshopy service and integrates your magento store with Facebook. &#xD;
12
  &#xD;
13
  It contains a custom API and cart processing.</description>
14
- <notes>Adding tracking options</notes>
15
  <authors><author><name>Miguel &#xC1;ngel Mart&#xED;nez Trivi&#xF1;o</name><user>auto-converted</user><email>migmartri@gmail.com</email></author></authors>
16
- <date>2011-05-19</date>
17
- <time>21:43:09</time>
18
- <contents><target name="magecommunity"><dir name="Beecoder"><dir name="Beeshopy"><dir name="Block"><file name="Track.php" hash="3be941b7a22954c26d6f6adbe0ac2ae5"/><file name=".Track.php.swp" hash="3efed8462b073c5e31524ba995754179"/></dir><dir name="Helper"><file name="Data.php" hash="64594c0c2a597f047b972fe6f3b022a9"/></dir><dir name="Model"><file name="Api.php" hash="56ab34d8bd950902e0464b2971164961"/></dir><dir name="controllers"><file name="AdminController.php" hash="7e4bbc530fca18f4fc46412f681f47a0"/><file name="IndexController.php" hash="86932d24dc1e150480b54f0f61e7824e"/></dir><dir name="etc"><file name="api.xml" hash="507ae656ea724a77def33efd8429d674"/><file name="config.xml" hash="ba85f25c82445ce4a5c4c10b80741975"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Beecoder_Beeshopy.xml" hash="55666ef45f08dab44b138e49532ca3b8"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies/>
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Beecoder_Beeshopy</name>
4
+ <version>2.4.6</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
11
  <description>Custom Module that allows you to connect with beeshopy service and integrates your magento store with Facebook. &#xD;
12
  &#xD;
13
  It contains a custom API and cart processing.</description>
14
+ <notes>Fixing 404 tab error</notes>
15
  <authors><author><name>Miguel &#xC1;ngel Mart&#xED;nez Trivi&#xF1;o</name><user>auto-converted</user><email>migmartri@gmail.com</email></author></authors>
16
+ <date>2011-08-23</date>
17
+ <time>15:06:06</time>
18
+ <contents><target name="magecommunity"><dir name="Beecoder"><dir name="Beeshopy"><dir name="Block"><file name="Track.php" hash="3be941b7a22954c26d6f6adbe0ac2ae5"/></dir><dir name="Helper"><file name="Data.php" hash="64594c0c2a597f047b972fe6f3b022a9"/></dir><dir name="Model"><file name="Api.php" hash="56ab34d8bd950902e0464b2971164961"/></dir><dir name="controllers"><file name="AdminController.php" hash="7e4bbc530fca18f4fc46412f681f47a0"/><file name="IndexController.php" hash="86932d24dc1e150480b54f0f61e7824e"/></dir><dir name="etc"><file name="api.xml" hash="507ae656ea724a77def33efd8429d674"/><file name="config.xml" hash="aa6a0a64368240aee927b985cecfbba4"/><file name=".config.xml.swp" hash="bc6acc45f4616554cbedb3f40611098d"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Beecoder_Beeshopy.xml" hash="55666ef45f08dab44b138e49532ca3b8"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="beeshopy.xml" hash="d307958edf914638aa5cd57f8d449c46"/></dir><dir name="template"><dir name="beeshopy"><file name="track.phtml" hash="47c95001bb55042c5ae7d8ee4b03cccf"/></dir></dir></dir></dir></dir></target></contents>
19
  <compatible/>
20
  <dependencies/>
21
  </package>