desktop_notification - Version 0.1.1

Version Notes

new release

Download this release

Release Info

Developer Magento Core Team
Extension desktop_notification
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/local/Biztech/Desktopnotification/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Biztech_Desktopnotification>
5
- <version>0.1.0</version>
6
  </Biztech_Desktopnotification>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Biztech_Desktopnotification>
5
+ <version>0.1.1</version>
6
  </Biztech_Desktopnotification>
7
  </modules>
8
  <frontend>
app/etc/modules/Biztech_All.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Biztech_All>
13
- <active>true</active>
14
  <codePool>local</codePool>
15
  </Biztech_All>
16
  </modules>
10
  <config>
11
  <modules>
12
  <Biztech_All>
13
+ <active>false</active>
14
  <codePool>local</codePool>
15
  </Biztech_All>
16
  </modules>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>desktop_notification</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Desktop Notification extension for getting in admin side notification when order placed</summary>
10
- <description>Desktop Notification extension is a Magento extension that pops up message to the admin of the store, on being online and any order is placed by someone. In the event of admin being off line the notifications of order placement gets queued up for display when the admin comes online. </description>
11
  <notes>new release</notes>
12
- <authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
13
- <date>2015-09-26</date>
14
- <time>11:43:01</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Biztech_Desktopnotification.xml" hash="ffa573d2490131e332e726a7d54e0c0f"/><file name="Biztech_All.xml" hash="f4c3b9c029e56da8f09d7d71336c00f7"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="Desktopnotification"><dir name="Block"><dir name="Adminhtml"><file name="Desktopnotification.php" hash="1cbf6342b755ec8cddf06eb066bf58cc"/><dir name="Page"><file name="Footer.php" hash="c591eb6333eb913cd3036162fa220c64"/></dir></dir><file name="Desktopnotification.php" hash="49c768f239b7e5ac924c7ca81d478e9a"/></dir><dir name="Helper"><file name="Data.php" hash="3d186311d6d9dd3d35d5c03e8d63a992"/></dir><dir name="Model"><file name="Desktopnotification.php" hash="29e2e17f99d8572acf60b1af46c7ce62"/><dir name="Mysql4"><dir name="Desktopnotification"><file name="Collection.php" hash="8d7e1971482ab391a15938651fc2707b"/></dir><file name="Desktopnotification.php" hash="63ec61b76adab39d8aeea0c65b6805c2"/></dir><file name="Notificationicon.php" hash="dbaf5edc778fd78fe646892d5ab099d1"/><file name="Observer.php" hash="17a00269fc65c40ce3001d4ced311522"/><file name="Status.php" hash="e91b3cd16956bf5de2c072e8a4b1ecce"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DesktopnotificationController.php" hash="21b5a3ebc0b85b322a7d59ad4c04dffc"/></dir><file name="IndexController.php" hash="23b04a6df6e269a83fd13ddd4b303152"/></dir><dir name="etc"><file name="config.xml" hash="106638ad5d159f6adcda9c1b3c1f98e7"/><file name="system.xml" hash="a881419fde69f2a4ddc5af1cf7dcde51"/></dir><dir name="sql"><dir name="desktopnotification_setup"><file name="mysql4-install-0.1.0.php" hash="30bec82f11dcad2704472d63ca55b9c8"/></dir></dir></dir><dir name="All"><dir name="Helper"><file name="Data.php" hash="e856726fd089e7f73ca7de450b696419"/></dir><dir name="Model"><file name="All.php" hash="a9aeeb9c6d7be9cf20414f405efc878d"/><dir name="Mysql4"><dir name="All"><file name="Collection.php" hash="a1909236183d126f38e628b85bb57e81"/></dir><file name="All.php" hash="f02542393eb26eadfb9b92d901d2ac12"/></dir><dir name="Source"><dir name="Updates"><file name="Type.php" hash="fa695bf4764c2d93c7436ed54bde89ba"/></dir></dir><file name="Status.php" hash="30a6f0da7d9d45e1082da532d5f8dabc"/><file name="Update.php" hash="8be940508b4ee734bf244ccdca9026ea"/></dir><dir name="etc"><file name="config.xml" hash="b6e9f1237b01397baec252c52bcb0ae4"/><file name="system.xml" hash="17262087dc933d934e09ac04cafb4c51"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="desktopnotification"><file name="footer.phtml" hash="71088dfeb0cf1a58cec875d0812ddf27"/><file name="ordernotification.phtml" hash="6960d8ea148f7b2a9d8b920cbc4563e1"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="DesktopNotificaion.pdf" hash="66bee11b3612991bc16e7c9dd079fbf0"/></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>desktop_notification</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Desktop Notification extension for getting in admin side notification when order placed</summary>
10
+ <description>Desktop Notification extension is a Magento extension that pops up message to the admin of the store, on being online and any order is placed by someone. In the event of admin being off line the notifications of order placement gets queued up for display when the admin comes online.</description>
11
  <notes>new release</notes>
12
+ <authors><author><name>Biztech</name><user>auto-converted</user><email>sales@biztechconsultancy.com</email></author></authors>
13
+ <date>2015-10-21</date>
14
+ <time>04:20:18</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Biztech_Desktopnotification.xml" hash="ffa573d2490131e332e726a7d54e0c0f"/><file name="Biztech_All.xml" hash="11e78a14608642de817d638ba7df96bd"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="Desktopnotification"><dir name="Block"><dir name="Adminhtml"><dir name="Page"><file name="Footer.php" hash="c591eb6333eb913cd3036162fa220c64"/></dir><file name="Desktopnotification.php" hash="1cbf6342b755ec8cddf06eb066bf58cc"/></dir><file name="Desktopnotification.php" hash="49c768f239b7e5ac924c7ca81d478e9a"/></dir><dir name="Helper"><file name="Data.php" hash="3d186311d6d9dd3d35d5c03e8d63a992"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Desktopnotification"><file name="Collection.php" hash="8d7e1971482ab391a15938651fc2707b"/></dir><file name="Desktopnotification.php" hash="63ec61b76adab39d8aeea0c65b6805c2"/></dir><file name="Desktopnotification.php" hash="29e2e17f99d8572acf60b1af46c7ce62"/><file name="Notificationicon.php" hash="dbaf5edc778fd78fe646892d5ab099d1"/><file name="Observer.php" hash="17a00269fc65c40ce3001d4ced311522"/><file name="Status.php" hash="e91b3cd16956bf5de2c072e8a4b1ecce"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DesktopnotificationController.php" hash="21b5a3ebc0b85b322a7d59ad4c04dffc"/></dir><file name="IndexController.php" hash="23b04a6df6e269a83fd13ddd4b303152"/></dir><dir name="etc"><file name="config.xml" hash="f4e6e3f3f5bf4772eea9639627d039e9"/><file name="system.xml" hash="a881419fde69f2a4ddc5af1cf7dcde51"/></dir><dir name="sql"><dir name="desktopnotification_setup"><file name="mysql4-install-0.1.0.php" hash="30bec82f11dcad2704472d63ca55b9c8"/></dir></dir></dir><dir name="All"><dir name="Helper"><file name="Data.php" hash="e856726fd089e7f73ca7de450b696419"/></dir><dir name="Model"><dir name="Mysql4"><dir name="All"><file name="Collection.php" hash="a1909236183d126f38e628b85bb57e81"/></dir><file name="All.php" hash="f02542393eb26eadfb9b92d901d2ac12"/></dir><dir name="Source"><dir name="Updates"><file name="Type.php" hash="fa695bf4764c2d93c7436ed54bde89ba"/></dir></dir><file name="All.php" hash="a9aeeb9c6d7be9cf20414f405efc878d"/><file name="Status.php" hash="30a6f0da7d9d45e1082da532d5f8dabc"/><file name="Update.php" hash="8be940508b4ee734bf244ccdca9026ea"/></dir><dir name="etc"><file name="config.xml" hash="b6e9f1237b01397baec252c52bcb0ae4"/><file name="system.xml" hash="17262087dc933d934e09ac04cafb4c51"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="desktopnotification"><file name="footer.phtml" hash="71088dfeb0cf1a58cec875d0812ddf27"/><file name="ordernotification.phtml" hash="6960d8ea148f7b2a9d8b920cbc4563e1"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="DesktopNotificaion.pdf" hash="66bee11b3612991bc16e7c9dd079fbf0"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies/>
18
  </package>