TGM_Voodoo_Ext - Version 3.3.9

Version Notes

Changes in OPT-In template and layout
moved to voodoo sms new API
Option to select between billing number or shipping number to send SMS if OPT-IN in not selected

Download this release

Release Info

Developer Top Gear Media
Extension TGM_Voodoo_Ext
Version 3.3.9
Comparing to
See all releases


Code changes from version 3.3.8 to 3.3.9

app/code/community/TGM/Voodoo/Block/Backend/Page/Header.php CHANGED
@@ -16,7 +16,7 @@ class TGM_Voodoo_Block_Backend_Page_Header
16
  <img src="https://www.voodoosms.com/ecommerce-extension/images/logo.png" style="margin-left:-15px;"/>
17
  <div style="margin: 0 auto;">
18
 
19
- <h4 style="color:#EA7601;">Voodoo SMS Extension Community Edition v3.3.8 by <a target="_blank" href="https://www.voodoosms.com"><strong>VoodooSMS</strong></a></h4>
20
  <h4>This module requires an account,
21
  API username/password and SMS credits with <a href="https://www.voodoosms.com">www.voodoosms.com</a>.
22
  <br>To register an account <a href="https://www.voodoosms.com/portal.html">click here</a>
16
  <img src="https://www.voodoosms.com/ecommerce-extension/images/logo.png" style="margin-left:-15px;"/>
17
  <div style="margin: 0 auto;">
18
 
19
+ <h4 style="color:#EA7601;">Voodoo SMS Extension Community Edition v3.3.9 by <a target="_blank" href="https://www.voodoosms.com"><strong>VoodooSMS</strong></a></h4>
20
  <h4>This module requires an account,
21
  API username/password and SMS credits with <a href="https://www.voodoosms.com">www.voodoosms.com</a>.
22
  <br>To register an account <a href="https://www.voodoosms.com/portal.html">click here</a>
app/code/community/TGM/Voodoo/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <TGM_Voodoo>
13
- <version>3.3.8</version>
14
  </TGM_Voodoo>
15
  </modules>
16
  <admin>
10
  <config>
11
  <modules>
12
  <TGM_Voodoo>
13
+ <version>3.3.9</version>
14
  </TGM_Voodoo>
15
  </modules>
16
  <admin>
app/code/community/TGM/Voodoo/etc/system.xml CHANGED
@@ -157,7 +157,7 @@
157
  <message translate="label comment">
158
  <label>Enter the Message</label>
159
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
160
- <validate>required-entry validate-length minimum-length-1 maximum-length-160</validate>
161
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
162
  <frontend_type>textarea</frontend_type>
163
  <sort_order>15</sort_order>
@@ -222,7 +222,7 @@
222
  <message translate="label comment">
223
  <label>Enter the Message</label>
224
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
225
- <validate>required-entry validate-length minimum-length-1 maximum-length-160</validate>
226
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
227
  <frontend_type>textarea</frontend_type>
228
  <sort_order>15</sort_order>
@@ -287,7 +287,7 @@
287
  <message translate="label comment">
288
  <label>Enter the Message</label>
289
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
290
- <validate>required-entry validate-length minimum-length-1 maximum-length-160</validate>
291
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
292
  <frontend_type>textarea</frontend_type>
293
  <sort_order>15</sort_order>
@@ -352,7 +352,7 @@
352
  <message translate="label comment">
353
  <label>Enter the Message</label>
354
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
355
- <validate>required-entry validate-length minimum-length-1 maximum-length-160</validate>
356
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
357
  <frontend_type>textarea</frontend_type>
358
  <sort_order>15</sort_order>
@@ -417,7 +417,7 @@
417
  <message translate="label comment">
418
  <label>Enter the Message</label>
419
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
420
- <validate>required-entry validate-length minimum-length-1 maximum-length-160</validate>
421
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
422
  <frontend_type>textarea</frontend_type>
423
  <sort_order>15</sort_order>
157
  <message translate="label comment">
158
  <label>Enter the Message</label>
159
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
160
+ <validate>required-entry validate-length minimum-length-1 maximum-length-918</validate>
161
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
162
  <frontend_type>textarea</frontend_type>
163
  <sort_order>15</sort_order>
222
  <message translate="label comment">
223
  <label>Enter the Message</label>
224
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
225
+ <validate>required-entry validate-length minimum-length-1 maximum-length-918</validate>
226
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
227
  <frontend_type>textarea</frontend_type>
228
  <sort_order>15</sort_order>
287
  <message translate="label comment">
288
  <label>Enter the Message</label>
289
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
290
+ <validate>required-entry validate-length minimum-length-1 maximum-length-918</validate>
291
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
292
  <frontend_type>textarea</frontend_type>
293
  <sort_order>15</sort_order>
352
  <message translate="label comment">
353
  <label>Enter the Message</label>
354
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
355
+ <validate>required-entry validate-length minimum-length-1 maximum-length-918</validate>
356
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
357
  <frontend_type>textarea</frontend_type>
358
  <sort_order>15</sort_order>
417
  <message translate="label comment">
418
  <label>Enter the Message</label>
419
  <comment>Your Message Content, (Max 918 characters. Text over 160 characters may incur multiple credit charges)</comment>
420
+ <validate>required-entry validate-length minimum-length-1 maximum-length-918</validate>
421
  <tooltip>Enter your default message. You can use {{firstname}} for Firstname, {{middlename}} for Middlename, {{lastname}} for Lastname, {{fax}} for Fax, {{postal}} for Post Code, {{city}} for City, {{email}} for EmailAddress and {{order_id}} for Order Number.</tooltip>
422
  <frontend_type>textarea</frontend_type>
423
  <sort_order>15</sort_order>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>TGM_Voodoo_Ext</name>
4
- <version>3.3.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -38,8 +38,8 @@ moved to voodoo sms new API&#xD;
38
  Option to select between billing number or shipping number to send SMS if OPT-IN in not selected</notes>
39
  <authors><author><name>Top Gear Media</name><user>bulksms</user><email>team@voodoosms.com</email></author></authors>
40
  <date>2016-03-18</date>
41
- <time>14:22:40</time>
42
- <contents><target name="magecommunity"><dir name="TGM"><dir name="Voodoo"><dir name="Block"><dir name="Backend"><dir name="Page"><file name="Footer.php" hash="c7a672484710de89eb6af0524da0bf83"/><file name="Header.php" hash="6ca188e49ec0e715f30002d47a695dd9"/></dir></dir><file name="Credits.php" hash="985372b01f30961fda66cc3ee97c5fe6"/><file name="GrabAccount.php" hash="4139429015ceaa8592140d32974dac12"/><file name="GrabApiAccount.php" hash="cac6f6155576965eb61b39e04ecf482b"/><dir name="Onepage"><file name="Voodoo.php" hash="ca6d6eda73e578cea49cad753d744b87"/></dir><file name="Onepage.php" hash="560f9c37ffeca7dc245df0b2b231d244"/><file name="OtherVerifications.php" hash="5ac53ed1f31324f79181baf3287341a0"/><file name="VerifyApiAccount.php" hash="24cbec5d74d126a210af1d48e28a6262"/></dir><dir name="Controller"><file name="Observer.php" hash="af5b01bd3e7b91f5aafc87a44dc1b556"/></dir><dir name="Helper"><file name="Data.php" hash="5d04b08476221f3c6f2e8792145d7b6f"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="b12a5cf4996438b331abcf6f48676bd2"/></dir></dir></dir></dir><dir name="Ebay"><file name="Order.php" hash="89183d32e0806baa59a1f11d1f564d28"/></dir><dir name="Mysql4"><dir name="Mysql4"><dir name="Voodoo"><file name="Collection.php" hash="c97ac45e6c51ddb7ce3349561a542561"/></dir><file name="Voodoo.php" hash="a4bf4656536e83dfc07557b7748a6a42"/></dir><dir name="Voodoo"><file name="Collection.php" hash="c97ac45e6c51ddb7ce3349561a542561"/></dir><file name="Voodoo.php" hash="a4bf4656536e83dfc07557b7748a6a42"/></dir><file name="Observer.php" hash="05690ed66cf4b36a2d8a00408ef804db"/><dir name="Type"><file name="Onepage.php" hash="769b2910e6d213436ed04f137b0ca184"/></dir><file name="Voodoo.php" hash="3dc9553dcf330777bf356ff57c44e581"/></dir><dir name="controllers"><file name="IndexController.php" hash="50654ac2e787445270ca5a9500534814"/><file name="OnepageController.php" hash="4459c3a29d24637a568bde83026de2be"/></dir><dir name="etc"><file name="config.xml" hash="7df769113d85779cc87f877cb34060b2"/><file name="system.xml" hash="c2813783f20dc178f88b09d077cf5304"/></dir><dir name="sql"><dir name="voodoo_setup"><file name="mysql4-install-1.0.0.php" hash="965a0814ade0be43ad933128c27cdeef"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="voodoo.xml" hash="5b102f6937a94a51d7e6a474ab4715a3"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="voodoo.xml" hash="17ac416a0d16865420344d50dbce154b"/></dir><dir name="template"><dir name="checkout"><dir name="onepage"><file name="voodoo.phtml" hash="d692466cb7b1e8e3a1873bf766fe4701"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TGM_Voodoo.xml" hash="70457ac3df296584ccdf008d46226653"/></dir></target><target name="magelocale"><dir name="en_US"><file name="TGM_Voodoo.csv" hash="70e4f1215f0542fce3651720c32ce67a"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="magepal.png" hash="abca7476c80b078964c0a08fd736dc8a"/></dir></dir></dir></dir></target></contents>
43
  <compatible/>
44
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
45
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>TGM_Voodoo_Ext</name>
4
+ <version>3.3.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
38
  Option to select between billing number or shipping number to send SMS if OPT-IN in not selected</notes>
39
  <authors><author><name>Top Gear Media</name><user>bulksms</user><email>team@voodoosms.com</email></author></authors>
40
  <date>2016-03-18</date>
41
+ <time>14:40:55</time>
42
+ <contents><target name="magecommunity"><dir name="TGM"><dir name="Voodoo"><dir name="Block"><dir name="Backend"><dir name="Page"><file name="Footer.php" hash="c7a672484710de89eb6af0524da0bf83"/><file name="Header.php" hash="5cc6ece8bd810d5e1f8e75f839a5457e"/></dir></dir><file name="Credits.php" hash="985372b01f30961fda66cc3ee97c5fe6"/><file name="GrabAccount.php" hash="4139429015ceaa8592140d32974dac12"/><file name="GrabApiAccount.php" hash="cac6f6155576965eb61b39e04ecf482b"/><dir name="Onepage"><file name="Voodoo.php" hash="ca6d6eda73e578cea49cad753d744b87"/></dir><file name="Onepage.php" hash="560f9c37ffeca7dc245df0b2b231d244"/><file name="OtherVerifications.php" hash="5ac53ed1f31324f79181baf3287341a0"/><file name="VerifyApiAccount.php" hash="24cbec5d74d126a210af1d48e28a6262"/></dir><dir name="Controller"><file name="Observer.php" hash="af5b01bd3e7b91f5aafc87a44dc1b556"/></dir><dir name="Helper"><file name="Data.php" hash="5d04b08476221f3c6f2e8792145d7b6f"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="b12a5cf4996438b331abcf6f48676bd2"/></dir></dir></dir></dir><dir name="Ebay"><file name="Order.php" hash="89183d32e0806baa59a1f11d1f564d28"/></dir><dir name="Mysql4"><dir name="Mysql4"><dir name="Voodoo"><file name="Collection.php" hash="c97ac45e6c51ddb7ce3349561a542561"/></dir><file name="Voodoo.php" hash="a4bf4656536e83dfc07557b7748a6a42"/></dir><dir name="Voodoo"><file name="Collection.php" hash="c97ac45e6c51ddb7ce3349561a542561"/></dir><file name="Voodoo.php" hash="a4bf4656536e83dfc07557b7748a6a42"/></dir><file name="Observer.php" hash="05690ed66cf4b36a2d8a00408ef804db"/><dir name="Type"><file name="Onepage.php" hash="769b2910e6d213436ed04f137b0ca184"/></dir><file name="Voodoo.php" hash="3dc9553dcf330777bf356ff57c44e581"/></dir><dir name="controllers"><file name="IndexController.php" hash="50654ac2e787445270ca5a9500534814"/><file name="OnepageController.php" hash="4459c3a29d24637a568bde83026de2be"/></dir><dir name="etc"><file name="config.xml" hash="3aea60e2d45d00477cbaa9ed55220839"/><file name="system.xml" hash="720a4bec3fe4d1561c2676f1399887ed"/></dir><dir name="sql"><dir name="voodoo_setup"><file name="mysql4-install-1.0.0.php" hash="965a0814ade0be43ad933128c27cdeef"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="voodoo.xml" hash="5b102f6937a94a51d7e6a474ab4715a3"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="voodoo.xml" hash="17ac416a0d16865420344d50dbce154b"/></dir><dir name="template"><dir name="checkout"><dir name="onepage"><file name="voodoo.phtml" hash="d692466cb7b1e8e3a1873bf766fe4701"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TGM_Voodoo.xml" hash="70457ac3df296584ccdf008d46226653"/></dir></target><target name="magelocale"><dir name="en_US"><file name="TGM_Voodoo.csv" hash="70e4f1215f0542fce3651720c32ce67a"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="magepal.png" hash="abca7476c80b078964c0a08fd736dc8a"/></dir></dir></dir></dir></target></contents>
43
  <compatible/>
44
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
45
  </package>