Cohesionet_ShopConnect - Version 1.0.7

Version Notes

Support 1.5.0.0 & later

Download this release

Release Info

Developer Ying Qi
Extension Cohesionet_ShopConnect
Version 1.0.7
Comparing to
See all releases


Code changes from version 1.0.6 to 1.0.7

app/code/community/Cohesionet/ShopConnect/etc/config.xml CHANGED
@@ -28,7 +28,7 @@
28
  <config>
29
  <modules>
30
  <Cohesionet_ShopConnect>
31
- <version>1.0.6</version>
32
  </Cohesionet_ShopConnect>
33
  </modules>
34
  <global>
28
  <config>
29
  <modules>
30
  <Cohesionet_ShopConnect>
31
+ <version>1.0.7</version>
32
  </Cohesionet_ShopConnect>
33
  </modules>
34
  <global>
app/code/community/Cohesionet/ShopConnect/etc/system.xml CHANGED
@@ -26,11 +26,18 @@
26
  */
27
  -->
28
  <config>
 
 
 
 
 
 
 
29
  <sections>
30
  <cohesionet_shopConnect translate="label">
31
  <label>Buddy Shopping</label>
32
- <tab>customer</tab>
33
- <sort_order>500</sort_order>
34
  <show_in_default>1</show_in_default>
35
  <show_in_website>1</show_in_website>
36
  <show_in_store>1</show_in_store>
@@ -62,7 +69,7 @@
62
  ]]></comment>
63
  <frontend_type>text</frontend_type>
64
  <backend_model>cohesionet_shopConnect/config_account</backend_model>
65
- <sort_order>30</sort_order>
66
  <show_in_default>1</show_in_default>
67
  <show_in_website>1</show_in_website>
68
  <show_in_store>1</show_in_store>
26
  */
27
  -->
28
  <config>
29
+ <tabs>
30
+ <cohesionet>
31
+ <label>Cohesionet</label>
32
+ <sort_order>400</sort_order>
33
+ </cohesionet>
34
+ </tabs>
35
+
36
  <sections>
37
  <cohesionet_shopConnect translate="label">
38
  <label>Buddy Shopping</label>
39
+ <tab>cohesionet</tab>
40
+ <sort_order>400</sort_order>
41
  <show_in_default>1</show_in_default>
42
  <show_in_website>1</show_in_website>
43
  <show_in_store>1</show_in_store>
69
  ]]></comment>
70
  <frontend_type>text</frontend_type>
71
  <backend_model>cohesionet_shopConnect/config_account</backend_model>
72
+ <sort_order>20</sort_order>
73
  <show_in_default>1</show_in_default>
74
  <show_in_website>1</show_in_website>
75
  <show_in_store>1</show_in_store>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cohesionet_ShopConnect</name>
4
- <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>eCommerce widgets that connect people for shopping together and offer built-in sales support, instant and effective</description>
11
  <notes>Support 1.5.0.0 &amp; later</notes>
12
  <authors><author><name>Ying Qi</name><user>cohesionet</user><email>contact@cohesionet.com</email></author></authors>
13
- <date>2015-06-24</date>
14
- <time>02:08:18</time>
15
- <contents><target name="magecommunity"><dir name="."><dir name="Cohesionet"><dir name="ShopConnect"><dir name="Block"><file name="Embed.php" hash="40d25533f9d57f0b7bf0d2212ad0ffe3"/><file name="Product.php" hash="9c6253bf07f085f3fb1b1460e06ce457"/></dir><dir name="Helper"><file name="Data.php" hash="638f3b7ce41fcf43b0677f78c444e53c"/><file name="Price.php" hash="248bbaf520cea1422be2a62db0f58ab4"/></dir><dir name="Model"><dir name="Config"><file name="Account.php" hash="b5fcad8eb15dd55e1f368ea79e09219d"/><file name="Enabled.php" hash="291e6fcd5ff732ccf4aa81c67e21ad88"/></dir><dir name="Resource"><file name="Setup.php" hash="9c6c731829d315ce9dccf3c751305338"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="809096c21e4905db78af80ff8e445d9b"/><file name="config.xml" hash="efbfc350e057a9c27bc38d957e7c79e5"/><file name="system.xml" hash="e8ad596896a002a473b2c255e68c1bbe"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cohesionet"><file name="embed.phtml" hash="b4cd850b7c216df34e2c7f48d143565b"/><file name="product.phtml" hash="3db15b0a6f1fb72068eb1cf4de31be4d"/></dir></dir><dir name="layout"><file name="cohesionet.xml" hash="881184e52fc97ef62e80d1e68f1b91bd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="."><dir name="modules"><file name="Cohesionet_ShopConnect.xml" hash="a1bde50148d25ce029733dc3695a9be2"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>4.4.8</min><max>5.6.9</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cohesionet_ShopConnect</name>
4
+ <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
10
  <description>eCommerce widgets that connect people for shopping together and offer built-in sales support, instant and effective</description>
11
  <notes>Support 1.5.0.0 &amp; later</notes>
12
  <authors><author><name>Ying Qi</name><user>cohesionet</user><email>contact@cohesionet.com</email></author></authors>
13
+ <date>2015-06-25</date>
14
+ <time>21:21:19</time>
15
+ <contents><target name="magecommunity"><dir name="."><dir name="Cohesionet"><dir name="ShopConnect"><dir name="Block"><file name="Embed.php" hash="40d25533f9d57f0b7bf0d2212ad0ffe3"/><file name="Product.php" hash="9c6253bf07f085f3fb1b1460e06ce457"/></dir><dir name="Helper"><file name="Data.php" hash="638f3b7ce41fcf43b0677f78c444e53c"/><file name="Price.php" hash="248bbaf520cea1422be2a62db0f58ab4"/></dir><dir name="Model"><dir name="Config"><file name="Account.php" hash="b5fcad8eb15dd55e1f368ea79e09219d"/><file name="Enabled.php" hash="291e6fcd5ff732ccf4aa81c67e21ad88"/></dir><dir name="Resource"><file name="Setup.php" hash="9c6c731829d315ce9dccf3c751305338"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="809096c21e4905db78af80ff8e445d9b"/><file name="config.xml" hash="3a36608d8aae369ba430dbc9c15d1b54"/><file name="system.xml" hash="48e9188753077880f0dd3e2943994bd8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cohesionet"><file name="embed.phtml" hash="b4cd850b7c216df34e2c7f48d143565b"/><file name="product.phtml" hash="3db15b0a6f1fb72068eb1cf4de31be4d"/></dir></dir><dir name="layout"><file name="cohesionet.xml" hash="881184e52fc97ef62e80d1e68f1b91bd"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="."><dir name="modules"><file name="Cohesionet_ShopConnect.xml" hash="a1bde50148d25ce029733dc3695a9be2"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>4.4.8</min><max>5.6.9</max></php></required></dependencies>
18
  </package>