Me_Shopdash - Version 1.1.8

Version Notes

Version number: 1.1.7. Stability: Stable Compatibility: 1.4.x, 1.5.x, 1.6.x, 1.7.x, 1.8.x.
The extension provides communication between Magento and ShopDash Application(http://shopdashapp.com).

Download this release

Release Info

Developer Magento Core Team
Extension Me_Shopdash
Version 1.1.8
Comparing to
See all releases


Code changes from version 1.1.7 to 1.1.8

Files changed (1) hide show
  1. package.xml +5 -5
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Me_Shopdash</name>
4
- <version>1.1.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://shopdashapp.com/">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -13,10 +13,10 @@ ShopDash Inc., ShopDash Magento Extension</summary>
13
  ShopDash Inc., ShopDash Magento Extension</description>
14
  <notes>Version number: 1.1.7. Stability: Stable Compatibility: 1.4.x, 1.5.x, 1.6.x, 1.7.x, 1.8.x.&#xD;
15
  The extension provides communication between Magento and ShopDash Application(http://shopdashapp.com).</notes>
16
- <authors><author><name>ShopDash</name><user>ShopDash</user><email>info@shopdashapp.com</email></author><author><name>Attila S&#xE1;gi</name><user>magevolve</user><email>sagi.attila@magevolve.com</email></author></authors>
17
  <date>2013-12-11</date>
18
- <time>21:19:41</time>
19
- <contents><target name="mageetc"><dir name="modules"><file name="Me_Shopdash.xml" hash="3fa6806f92dbcd2e4bc575aad9fa555b"/></dir></target><target name="magecommunity"><dir name="Me"><dir name="Shopdash"><dir name="Block"><dir name="Adminhtml"><dir name="Shopdash"><dir name="Edit"><file name="Form.php" hash="c561fc202ab0fd901134ce1c6d5e94ac"/><dir name="Tab"><file name="Grid.php" hash="a889a0a23675f04aea124594872aa087"/></dir><file name="Tabs.php" hash="1c30b8d57cafe1a09e6b1364d821d87b"/></dir><file name="Edit.php" hash="58dd953562cfba958af718c6214f0756"/><dir name="Store"><file name="Switcher.php" hash="910f7f21136e4bff68f93150c745bf6b"/></dir></dir><file name="Shopdash.php" hash="e47d283865be9c801526bb299f568269"/><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="108055f1e0feeecc970fd4c3553aa268"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="5f856c8a3419cf8e49e02eee62af9303"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Shopdash"><file name="Collection.php" hash="5b5cd8016ea509de43c6e5dd37205f10"/></dir><file name="Shopdash.php" hash="47b967a491ff478b1aca8ff2c75ec43e"/></dir><dir name="Shopdash"><dir name="Catalog"><file name="Product.php" hash="5682b3aae88b84411d8d398eadf6c048"/></dir></dir><file name="Shopdash.php" hash="1faa4ed50661e6c26f747ecd21936f9d"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shopdash"><file name="Cron.php" hash="480b795576987fcf8987445b087fbd97"/></dir></dir><dir name="Source"><file name="Attributes.php" hash="c1107f6a98c642782849ae4a12014f81"/><file name="Category.php" hash="15ded7bbad672cae036c3174a6eaf792"/><file name="Priceattributes.php" hash="2caa3a7441a635fcac014cf4a8ec0397"/><file name="Priority.php" hash="02a00dd8a88634f4e6ecad0833ae68f3"/><file name="Properties.php" hash="94334174f4d10f98ecb1f1a8edfc5cf4"/><file name="Redirect.php" hash="154d28f8f318334d389b97747af09dc4"/><file name="Textattributes.php" hash="e57c51c759717a3e870004f03b7e2af9"/></dir></dir></dir></dir><dir name="controllers"><file name="AddController.php" hash="ed357433a3f78a2bba11dcb1e30b3952"/><dir name="Adminhtml"><file name="ShopdashController.php" hash="9c47f1d962d3868120de83655ba51a73"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="724e9e933ccd73ce66ce9e9de28bd3dc"/><file name="config.xml" hash="e5848f8c4629ced27d02e9ddf210d31b"/><file name="system.xml" hash="14d343aaad1a11ab8a751b9b470e413d"/></dir><dir name="sql"><dir name="me_shopdash_setup"><file name="mysql4-install-0.1.0.php" hash="d9b0e3bb2ce58139a0c4b50fc7fdac55"/></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Me_Shopdash.csv" hash="7b6bc94aa1c64ef8dd32754f5d40bafe"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="me"><dir name="shopdash"><dir name="system"><dir name="config"><dir name="form"><file name="button.phtml" hash="51f7886ee6fa9e75cb286b58246200af"/></dir></dir></dir></dir></dir></dir><dir name="layout"><file name="me_shopdash.xml" hash="d295d88ff956713c673b21defb6bc4cc"/></dir></dir></dir></dir></target></contents>
20
  <compatible/>
21
- <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Me_Shopdash</name>
4
+ <version>1.1.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://shopdashapp.com/">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
13
  ShopDash Inc., ShopDash Magento Extension</description>
14
  <notes>Version number: 1.1.7. Stability: Stable Compatibility: 1.4.x, 1.5.x, 1.6.x, 1.7.x, 1.8.x.&#xD;
15
  The extension provides communication between Magento and ShopDash Application(http://shopdashapp.com).</notes>
16
+ <authors><author><name>ShopDash</name><user>auto-converted</user><email>info@shopdashapp.com</email></author><author><name>Attila S&#xE1;gi</name><user>auto-converted</user><email>sagi.attila@magevolve.com</email></author></authors>
17
  <date>2013-12-11</date>
18
+ <time>21:54:19</time>
19
+ <contents><target name="mageetc"><dir name="modules"><file name="Me_Shopdash.xml" hash="3fa6806f92dbcd2e4bc575aad9fa555b"/></dir></target><target name="magecommunity"><dir name="Me"><dir name="Shopdash"><dir name="Block"><dir name="Adminhtml"><dir name="Shopdash"><dir name="Edit"><dir name="Tab"><file name="Grid.php" hash="a889a0a23675f04aea124594872aa087"/></dir><file name="Form.php" hash="c561fc202ab0fd901134ce1c6d5e94ac"/><file name="Tabs.php" hash="1c30b8d57cafe1a09e6b1364d821d87b"/></dir><dir name="Store"><file name="Switcher.php" hash="910f7f21136e4bff68f93150c745bf6b"/></dir><file name="Edit.php" hash="58dd953562cfba958af718c6214f0756"/></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="108055f1e0feeecc970fd4c3553aa268"/></dir></dir></dir><file name="Shopdash.php" hash="e47d283865be9c801526bb299f568269"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5f856c8a3419cf8e49e02eee62af9303"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Shopdash"><file name="Collection.php" hash="5b5cd8016ea509de43c6e5dd37205f10"/></dir><file name="Shopdash.php" hash="47b967a491ff478b1aca8ff2c75ec43e"/></dir><dir name="Shopdash"><dir name="Catalog"><file name="Product.php" hash="5682b3aae88b84411d8d398eadf6c048"/></dir></dir><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shopdash"><file name="Cron.php" hash="480b795576987fcf8987445b087fbd97"/></dir></dir><dir name="Source"><file name="Attributes.php" hash="c1107f6a98c642782849ae4a12014f81"/><file name="Category.php" hash="15ded7bbad672cae036c3174a6eaf792"/><file name="Priceattributes.php" hash="2caa3a7441a635fcac014cf4a8ec0397"/><file name="Priority.php" hash="02a00dd8a88634f4e6ecad0833ae68f3"/><file name="Properties.php" hash="94334174f4d10f98ecb1f1a8edfc5cf4"/><file name="Redirect.php" hash="154d28f8f318334d389b97747af09dc4"/><file name="Textattributes.php" hash="e57c51c759717a3e870004f03b7e2af9"/></dir></dir></dir><file name="Shopdash.php" hash="1faa4ed50661e6c26f747ecd21936f9d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ShopdashController.php" hash="9c47f1d962d3868120de83655ba51a73"/></dir><file name="AddController.php" hash="ed357433a3f78a2bba11dcb1e30b3952"/></dir><dir name="etc"><file name="adminhtml.xml" hash="724e9e933ccd73ce66ce9e9de28bd3dc"/><file name="config.xml" hash="e5848f8c4629ced27d02e9ddf210d31b"/><file name="system.xml" hash="14d343aaad1a11ab8a751b9b470e413d"/></dir><dir name="sql"><dir name="me_shopdash_setup"><file name="mysql4-install-0.1.0.php" hash="d9b0e3bb2ce58139a0c4b50fc7fdac55"/></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Me_Shopdash.csv" hash="7b6bc94aa1c64ef8dd32754f5d40bafe"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="me"><dir name="shopdash"><dir name="system"><dir name="config"><dir name="form"><file name="button.phtml" hash="51f7886ee6fa9e75cb286b58246200af"/></dir></dir></dir></dir></dir></dir><dir name="layout"><file name="me_shopdash.xml" hash="d295d88ff956713c673b21defb6bc4cc"/></dir></dir></dir></dir></target></contents>
20
  <compatible/>
21
+ <dependencies/>
22
  </package>