Carotechs_Smsnotify - Version 0.1.4

Version Notes

Send Sms Notification

Download this release

Release Info

Developer Carotechs
Extension Carotechs_Smsnotify
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

app/code/local/Carotechs/Smsnotify/Helper/Data.php CHANGED
@@ -179,7 +179,7 @@ class Carotechs_Smsnotify_Helper_Data extends Mage_Core_Helper_Data
179
  return true;
180
  switch($sendSms) {
181
  case '01':
182
- $status_message = Mage::helper('smsnotify')->__('24X Username or password incorrect.');
183
  $status = Mage::helper('smsnotify')->__('Not sent');
184
  break;
185
  case '02':
179
  return true;
180
  switch($sendSms) {
181
  case '01':
182
+ $status_message = Mage::helper('smsnotify')->__('Username or password incorrect.');
183
  $status = Mage::helper('smsnotify')->__('Not sent');
184
  break;
185
  case '02':
app/code/local/Carotechs/Smsnotify/etc/config.xml CHANGED
@@ -9,7 +9,7 @@
9
  <config>
10
  <modules>
11
  <Carotechs_Smsnotify>
12
- <version>0.1.3</version>
13
  </Carotechs_Smsnotify>
14
  </modules>
15
 
9
  <config>
10
  <modules>
11
  <Carotechs_Smsnotify>
12
+ <version>0.1.4</version>
13
  </Carotechs_Smsnotify>
14
  </modules>
15
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Carotechs_Smsnotify</name>
4
- <version>0.1.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>SMS notification</summary>
10
- <description>SMS notification</description>
11
- <notes>SMS notification</notes>
12
  <authors><author><name>carotechs</name><user>carotechs</user><email>apps@carotechs.com</email></author></authors>
13
- <date>2014-12-17</date>
14
- <time>11:07:20</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Carotechs_Smsnotify.xml" hash="cbc54fef2beda0afca8e70da6b1cb64e"/></dir></target><target name="magelocal"><dir name="Carotechs"><dir name="Smsnotify"><dir name="Helper"><file name="Data.php" hash="02cf80e3fc5cdbe9f7db8ea492dcf2bb"/></dir><dir name="Model"><dir name="Dropdown"><file name="Values.php" hash="c4b45a94203c6d01ad5c68254e9a47ef"/></dir><file name="Observer.php" hash="a9f4081ec47a2bf0e70ce73df7a23498"/></dir><dir name="etc"><file name="adminhtml.xml" hash="630a24f98f8d22583a25c1038663ec48"/><file name="config.xml" hash="692711636e872c469e9a882b6aa4c54d"/><file name="system.xml" hash="264f6be93060b3c9624af49cff3cac45"/></dir></dir></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>Carotechs_Smsnotify</name>
4
+ <version>0.1.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Send Sms Notification</summary>
10
+ <description>Send Sms Notification</description>
11
+ <notes>Send Sms Notification</notes>
12
  <authors><author><name>carotechs</name><user>carotechs</user><email>apps@carotechs.com</email></author></authors>
13
+ <date>2014-12-18</date>
14
+ <time>12:13:07</time>
15
+ <contents><target name="magelocal"><dir name="Carotechs"><dir name="Smsnotify"><dir name="Helper"><file name="Data.php" hash="8955e8776ecb1ae1d0413aa8ecb07c3f"/></dir><dir name="Model"><dir name="Dropdown"><file name="Values.php" hash="c4b45a94203c6d01ad5c68254e9a47ef"/></dir><file name="Observer.php" hash="a9f4081ec47a2bf0e70ce73df7a23498"/></dir><dir name="etc"><file name="adminhtml.xml" hash="630a24f98f8d22583a25c1038663ec48"/><file name="config.xml" hash="0dbc438606f95be4b494c7bb29093fcb"/><file name="system.xml" hash="264f6be93060b3c9624af49cff3cac45"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Carotechs_Smsnotify.xml" hash="cbc54fef2beda0afca8e70da6b1cb64e"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>