txtlocal_sendsms - Version 1.0.1

Version Notes

Small Bug Fix to install

Download this release

Release Info

Developer Textlocal
Extension txtlocal_sendsms
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

Files changed (22) hide show
  1. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms.php +0 -0
  2. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit.php +0 -0
  3. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Form.php +0 -0
  4. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Tab/Form.php +0 -0
  5. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Tabs.php +0 -0
  6. app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Grid.php +0 -0
  7. app/code/{local → community}/txtlocal/sendsms/Block/Buttons.php +0 -0
  8. app/code/{local → community}/txtlocal/sendsms/Block/Sendsms.php +0 -0
  9. app/code/{local → community}/txtlocal/sendsms/Block/System/Config/Buycredits.php +0 -0
  10. app/code/{local → community}/txtlocal/sendsms/Block/System/Config/Info.php +0 -0
  11. app/code/{local → community}/txtlocal/sendsms/Helper/Data.php +0 -0
  12. app/code/{local → community}/txtlocal/sendsms/Model/Mysql4/Sendsms.php +0 -0
  13. app/code/{local → community}/txtlocal/sendsms/Model/Mysql4/Sendsms/Collection.php +0 -0
  14. app/code/{local → community}/txtlocal/sendsms/Model/Observer.php +0 -0
  15. app/code/{local → community}/txtlocal/sendsms/Model/Sendsms.php +0 -0
  16. app/code/{local → community}/txtlocal/sendsms/controllers/Adminhtml/SendsmsController.php +0 -0
  17. app/code/{local → community}/txtlocal/sendsms/controllers/IndexController.php +0 -0
  18. app/code/{local → community}/txtlocal/sendsms/etc/config.xml +0 -0
  19. app/code/{local → community}/txtlocal/sendsms/etc/system.xml +0 -0
  20. app/code/{local → community}/txtlocal/sendsms/sql/sendsms_setup/mysql4-install-1.0.0.php +0 -0
  21. app/etc/modules/txtlocal_sendsms.xml +1 -1
  22. package.xml +5 -5
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Form.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Tab/Form.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Edit/Tabs.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Adminhtml/Sendsms/Grid.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Buttons.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/Sendsms.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/System/Config/Buycredits.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Block/System/Config/Info.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Helper/Data.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Model/Mysql4/Sendsms.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Model/Mysql4/Sendsms/Collection.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Model/Observer.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/Model/Sendsms.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/controllers/Adminhtml/SendsmsController.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/controllers/IndexController.php RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/etc/config.xml RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/etc/system.xml RENAMED
File without changes
app/code/{local → community}/txtlocal/sendsms/sql/sendsms_setup/mysql4-install-1.0.0.php RENAMED
File without changes
app/etc/modules/txtlocal_sendsms.xml CHANGED
@@ -3,7 +3,7 @@
3
  <modules>
4
  <txtlocal_sendsms>
5
  <active>true</active>
6
- <codePool>local</codePool>
7
  </txtlocal_sendsms>
8
  </modules>
9
  </config>
3
  <modules>
4
  <txtlocal_sendsms>
5
  <active>true</active>
6
+ <codePool>community</codePool>
7
  </txtlocal_sendsms>
8
  </modules>
9
  </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>txtlocal_sendsms</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A SMS extension, allowing messages to be sent when orders update using the Txtlocal system.</summary>
10
  <description>SendSMS uses the Txtlocal API to send messages to the customers handset when an order is either, placed, held, unheld or shipped.</description>
11
- <notes>Initla Release</notes>
12
  <authors><author><name>Textlocal</name><user>Textlocal</user><email>tech@txtlocal.com</email></author></authors>
13
- <date>2014-01-08</date>
14
- <time>14:09:23</time>
15
- <contents><target name="magelocal"><dir name="txtlocal"><dir name="sendsms"><dir name="Block"><dir name="Adminhtml"><dir name="Sendsms"><dir name="Edit"><file name="Form.php" hash="52fddfb6cddf6dce8240de5eefad3e1e"/><dir name="Tab"><file name="Form.php" hash="c32af2969c7601037ab80b8fa0d79c8c"/></dir><file name="Tabs.php" hash="81b64aeffe439192b0b9ae1ea4860b8d"/></dir><file name="Edit.php" hash="02eeedabea09ebe73a97aaee55d426bc"/><file name="Grid.php" hash="9de03e783006a23e9c003841a4bfaf48"/></dir><file name="Sendsms.php" hash="45d7b1228ea8247dc6a6fdb18da7ac1b"/></dir><file name="Buttons.php" hash="8fae5d5b50150a9c145855a17dcabf2a"/><file name="Sendsms.php" hash="8ce10ae6c015820b0108a029d269179a"/><dir name="System"><dir name="Config"><file name="Buycredits.php" hash="9eed593919db4e53f73602ade5f18b22"/><file name="Info.php" hash="6b3f57fe9ca363ed2c3b6d10e5bd4b2c"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="720faa2ce03ff17baebee9c3b144c023"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Sendsms"><file name="Collection.php" hash="312eb4705c9202ba736fbe7531a0a93a"/></dir><file name="Sendsms.php" hash="517ba93245d84cde383e192966c2fdf0"/></dir><file name="Observer.php" hash="8ccff9952532afc3bcadb12436344105"/><file name="Sendsms.php" hash="5ae3a979f0c0367ac8efe8aafa2c1737"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SendsmsController.php" hash="74d669ecb7245296944baa23e3da8d1a"/></dir><file name="IndexController.php" hash="35ab71b3ee2cf0842b7a7250aaafdade"/></dir><dir name="etc"><file name="config.xml" hash="4dc5073d4a0e50007ca4e0e80b0282ff"/><file name="system.xml" hash="4648722041959eb24aab5eb4e1b7d64d"/></dir><dir name="sql"><dir name="sendsms_setup"><file name="mysql4-install-1.0.0.php" hash="cb023dc60556fc7ec4d67cbe21b91cfb"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="txtlocal_sendsms.xml" hash="1c834f1147e4a94dbffaa7997693765e"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>txtlocal_sendsms</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A SMS extension, allowing messages to be sent when orders update using the Txtlocal system.</summary>
10
  <description>SendSMS uses the Txtlocal API to send messages to the customers handset when an order is either, placed, held, unheld or shipped.</description>
11
+ <notes>Small Bug Fix to install</notes>
12
  <authors><author><name>Textlocal</name><user>Textlocal</user><email>tech@txtlocal.com</email></author></authors>
13
+ <date>2014-01-29</date>
14
+ <time>10:56:57</time>
15
+ <contents><target name="magelocal"><dir name="txtlocal"><dir name="sendsms"><dir name="Block"><dir name="Adminhtml"><dir name="Sendsms"><dir name="Edit"><file name="Form.php" hash="52fddfb6cddf6dce8240de5eefad3e1e"/><dir name="Tab"><file name="Form.php" hash="c32af2969c7601037ab80b8fa0d79c8c"/></dir><file name="Tabs.php" hash="81b64aeffe439192b0b9ae1ea4860b8d"/></dir><file name="Edit.php" hash="02eeedabea09ebe73a97aaee55d426bc"/><file name="Grid.php" hash="9de03e783006a23e9c003841a4bfaf48"/></dir><file name="Sendsms.php" hash="45d7b1228ea8247dc6a6fdb18da7ac1b"/></dir><file name="Buttons.php" hash="8fae5d5b50150a9c145855a17dcabf2a"/><file name="Sendsms.php" hash="8ce10ae6c015820b0108a029d269179a"/><dir name="System"><dir name="Config"><file name="Buycredits.php" hash="9eed593919db4e53f73602ade5f18b22"/><file name="Info.php" hash="6b3f57fe9ca363ed2c3b6d10e5bd4b2c"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="720faa2ce03ff17baebee9c3b144c023"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Sendsms"><file name="Collection.php" hash="312eb4705c9202ba736fbe7531a0a93a"/></dir><file name="Sendsms.php" hash="517ba93245d84cde383e192966c2fdf0"/></dir><file name="Observer.php" hash="8ccff9952532afc3bcadb12436344105"/><file name="Sendsms.php" hash="5ae3a979f0c0367ac8efe8aafa2c1737"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SendsmsController.php" hash="74d669ecb7245296944baa23e3da8d1a"/></dir><file name="IndexController.php" hash="35ab71b3ee2cf0842b7a7250aaafdade"/></dir><dir name="etc"><file name="config.xml" hash="4dc5073d4a0e50007ca4e0e80b0282ff"/><file name="system.xml" hash="4648722041959eb24aab5eb4e1b7d64d"/></dir><dir name="sql"><dir name="sendsms_setup"><file name="mysql4-install-1.0.0.php" hash="cb023dc60556fc7ec4d67cbe21b91cfb"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="txtlocal_sendsms.xml" hash="14e95f0ce792a738230ee3d5f97e65aa"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>