Version Notes
+ fixes a security issue
Download this release
Release Info
Developer | SMSAPI |
Extension | Smsapi_Sms |
Version | 0.2.3 |
Comparing to | |
See all releases |
Code changes from version 0.2.2 to 0.2.3
app/code/community/Smsapi/Sms/controllers/{IndexController.php → SmsapiController.php}
RENAMED
@@ -7,7 +7,7 @@ require_once dirname(__DIR__) . '/smsapi-classes/Sender.php';
|
|
7 |
require_once dirname(__DIR__) . '/smsapi-classes/SenderFactory.php';
|
8 |
require_once dirname(__DIR__) . '/smsapi-classes/SmsFactory.php';
|
9 |
|
10 |
-
class
|
11 |
{
|
12 |
public function sendsmsAction()
|
13 |
{
|
7 |
require_once dirname(__DIR__) . '/smsapi-classes/SenderFactory.php';
|
8 |
require_once dirname(__DIR__) . '/smsapi-classes/SmsFactory.php';
|
9 |
|
10 |
+
class Smsapi_Sms_SmsapiController extends Mage_Adminhtml_Controller_Action
|
11 |
{
|
12 |
public function sendsmsAction()
|
13 |
{
|
app/code/community/Smsapi/Sms/etc/config.xml
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
|
36 |
<modules>
|
37 |
<Smsapi_Sms>
|
38 |
-
<version>0.2.
|
39 |
</Smsapi_Sms>
|
40 |
</modules>
|
41 |
|
@@ -140,16 +140,16 @@
|
|
140 |
</resources>
|
141 |
</acl>
|
142 |
</adminhtml>
|
143 |
-
<
|
144 |
<routers>
|
145 |
-
<
|
146 |
-
<use>standard</use>
|
147 |
<args>
|
148 |
-
<
|
149 |
-
|
|
|
150 |
</args>
|
151 |
-
</
|
152 |
</routers>
|
153 |
-
</
|
154 |
|
155 |
</config>
|
35 |
|
36 |
<modules>
|
37 |
<Smsapi_Sms>
|
38 |
+
<version>0.2.3</version>
|
39 |
</Smsapi_Sms>
|
40 |
</modules>
|
41 |
|
140 |
</resources>
|
141 |
</acl>
|
142 |
</adminhtml>
|
143 |
+
<admin>
|
144 |
<routers>
|
145 |
+
<adminhtml>
|
|
|
146 |
<args>
|
147 |
+
<modules>
|
148 |
+
<Smsapi_Sms after="Mage_Adminhtml">Smsapi_Sms</Smsapi_Sms>
|
149 |
+
</modules>
|
150 |
</args>
|
151 |
+
</adminhtml>
|
152 |
</routers>
|
153 |
+
</admin>
|
154 |
|
155 |
</config>
|
app/design/adminhtml/default/default/template/sms/sales/order/view/info.phtml
CHANGED
@@ -211,6 +211,8 @@ $orderStoreDate = $this->formatDate($_order->getCreatedAtStoreDate(), 'medium',
|
|
211 |
<fieldset>
|
212 |
<div class="input-box">
|
213 |
<form id="messageform">
|
|
|
|
|
214 |
<div id="messages">
|
215 |
<ul class="messages" id="msgs">
|
216 |
</ul>
|
@@ -262,7 +264,7 @@ $orderStoreDate = $this->formatDate($_order->getCreatedAtStoreDate(), 'medium',
|
|
262 |
var msgs = document.getElementById("msgs");
|
263 |
|
264 |
jQuery.ajax({
|
265 |
-
url: "<?php echo
|
266 |
type: "POST",
|
267 |
data: jQuery("#messageform").serialize(),
|
268 |
success: function (data) {
|
211 |
<fieldset>
|
212 |
<div class="input-box">
|
213 |
<form id="messageform">
|
214 |
+
<input type="hidden" name="form_key" value="<?php echo $this->getFormKey() ?>">
|
215 |
+
|
216 |
<div id="messages">
|
217 |
<ul class="messages" id="msgs">
|
218 |
</ul>
|
264 |
var msgs = document.getElementById("msgs");
|
265 |
|
266 |
jQuery.ajax({
|
267 |
+
url: "<?php echo Mage::getModel('adminhtml/url')->getUrl('adminhtml/smsapi/sendsms') ?>",
|
268 |
type: "POST",
|
269 |
data: jQuery("#messageform").serialize(),
|
270 |
success: function (data) {
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Smsapi_Sms</name>
|
4 |
-
<version>0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Source License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>SMS Notifications</summary>
|
10 |
<description>SMSAPI Module for Magento-based stores enables automatic send SMS notifications to customers. SMS communication has many benefits including facilitates communication with your customers and speeds up reaching the details of the order. Short text messages are sent primarily as information on the status of the order, such as a message confirming the correct course of a transaction or message about delivery time of orders. SMS is fastest communication with your customers, and savings for the company due to reduced costs associated with undelivered shipments. SMS notifications in Magento module can be sent from the field in active sender SMSAPI account. Content templates are fully editable.</description>
|
11 |
-
<notes>+ fixes a
|
12 |
<authors><author><name>SMSAPI</name><user>SMSAPI</user><email>bok@smsapi.pl</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Smsapi"><dir name="Sms"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Branding.php" hash="0dbad05e38f0755b06aa30a61c22af62"/></dir></dir></dir></dir><file name="Buttons.php" hash="9c3419026c5a9e89ccd6d0203faeee51"/><dir name="Sales"><dir name="Order"><dir name="View"><file name="Info.php" hash="63734807fafe6bfbbccc1a4aeb9333ea"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c9f5c5eda233f035bf8d44d5bdf040ea"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Attributes.php" hash="208bdbe6f05705e77e54e43ff3eb5db5"/><file name="Balancelow.php" hash="11c2367a8d24e67a63d3d85e2873fb97"/><file name="Version.php" hash="a62ba0e54eb53b1c0eff9c21565928d6"/></dir><file name="Config.php" hash="31121f477b91b0e1b66964c96b49e27c"/><file name="Observer.php" hash="21086a398fb56a809082ef41eeda6c71"/></dir><dir name="controllers"><file name="IndexController.php" hash="2487bbd2b9e671bb07991c8fac02f42f"/></dir><dir name="etc"><file name="config.xml" hash="070bbb831ee678d334b91ee2231d268f"/><file name="system.xml" hash="9582bdb02a3ffc74e58a6be515f81db6"/></dir><dir name="smsapi-classes"><file name="AbstractsSmsapi.php" hash="e6da5f096b9356ecba80eb6584079f27"/><file name="Sender.php" hash="9ea1ac1c2d211f3d61f9e6ba53814f27"/><file name="SenderFactory.php" hash="e4a51364f88f7c0ff10f754542db8c15"/><file name="Sms.php" hash="19034101391c6fd99c2819de8bef7fcd"/><file name="SmsFactory.php" hash="b8b0dd0c1ef0e2e0c09655d610539325"/><file name="User.php" hash="e0188b5bcc2b0b819b326b3636007712"/><file name="UserFactory.php" hash="2d966b2c954b9481dce0ca5d12fd708e"/></dir><dir name="vendor"><dir name="smsapi-client"><dir name="smsapi"><dir name="Api"><dir name="Action"><file name="AbstractAction.php" hash="4dfb1b55903c2c6c6b3c88d52ea0fae0"/><dir name="Contacts"><file name="ContactAdd.php" hash="3aac77aedc9a73ff3f53b7921b24cdd4"/><file name="ContactAddByEmail.php" hash="6f00f85f46fe35773d077fd716251fbe"/><file name="ContactAddByPhoneNumber.php" hash="2458fb2047349d33c4023555a6b311ab"/><file name="ContactCount.php" hash="b92171dc1eb6fb92ed2e56c85a5711c2"/><file name="ContactDelete.php" hash="c1e62bd34d52058e52a6384858d83a0a"/><file name="ContactDeleteMultiple.php" hash="2231d070a071d3620c2bbf92ddf8ea2f"/><file name="ContactEdit.php" hash="445e4d39f13a6415492da4a64ee9ca1d"/><file name="ContactGet.php" hash="c8b6bb67a4954493b8fcbdb3d041d409"/><file name="ContactGroupAdd.php" hash="9316ca78ca45aa394f5e2208c6ed8411"/><file name="ContactGroupDelete.php" hash="b91a53ce8737b7cd39bef27cf3110f22"/><file name="ContactGroupGet.php" hash="bf1f60a8aeb67d2843711f410cac06d1"/><file name="ContactGroupList.php" hash="b017c6766b89f48cb620c242d1a3e6f6"/><file name="ContactList.php" hash="c4188e874fbb29dd3b235fff8f1cb76c"/><file name="ContactsAction.php" hash="7e252b972377c021c44aa8257f38c98a"/><file name="FieldAdd.php" hash="57113acf36bd5ca6a155dfd2b427cc6f"/><file name="FieldDelete.php" hash="5b1352a4a5760c6066dbd4331910bd1b"/><file name="FieldEdit.php" hash="a3feb1ea5c6b5856cd5697ef89256d91"/><file name="FieldList.php" hash="118016f4066f2b359c594e33510585c3"/><file name="GroupAdd.php" hash="caee3dc125a9206bc3fabc2bc01a4eb9"/><file name="GroupDelete.php" hash="c5b58ecce0461c6c0e18f0449617e64c"/><file name="GroupEdit.php" hash="12242218db3be6f7bdf28cae985e11a7"/><file name="GroupGet.php" hash="caf71acffc6eefb05806d1229752960f"/><file name="GroupList.php" hash="22de8cbdc64a82f81ee89e002dbb5a7c"/><file name="GroupMemberAdd.php" hash="cecbb6beada504af0e9361e1b60d5618"/><file name="GroupMemberDelete.php" hash="01a0b41b4bb4000c6b9bce235ce26416"/><file name="GroupMemberGet.php" hash="78c50676e8589ccacf8cb47e92069a73"/><file name="GroupPermissionAdd.php" hash="cb90055f032f69af183ab33a93d88571"/><file name="GroupPermissionDelete.php" hash="608191d3bba7742ba21ea459c6338972"/><file name="GroupPermissionEdit.php" hash="69b96213f99cc30f25551936425c6f80"/><file name="GroupPermissionGet.php" hash="c77a85926cbdab1e5ade39fcb47a44bb"/><file name="GroupPermissionList.php" hash="e6f5bb1355412abd77490b8424649af5"/></dir><dir name="Mms"><file name="Delete.php" hash="5dba01354309bfd6c1b1ab66d60410b6"/><file name="Get.php" hash="755f531a55d2e2360463c05f47f3b127"/><file name="Send.php" hash="abbf8e6305ad90e02a7e69310783cc47"/></dir><dir name="Phonebook"><file name="ContactAdd.php" hash="46fe7c7a406b353f3a82f3eb664189ad"/><file name="ContactDelete.php" hash="5eed0e67dd99a69704239b596f711001"/><file name="ContactEdit.php" hash="3bbc198d5c1ed2e5f82d50e9fb5459b8"/><file name="ContactGet.php" hash="8a56e9733697c148ab647bb3b1c86c47"/><file name="ContactList.php" hash="691b3ef0849d7f971b7db3b4b3e9e33d"/><file name="GroupAdd.php" hash="85abe5ab2ff14d80ef7b97aa6bff8877"/><file name="GroupDelete.php" hash="49232d2b740f9f7ea1fbd8b699b0ca76"/><file name="GroupEdit.php" hash="3fcaba8ab4ad2220912425e4afd3d58e"/><file name="GroupGet.php" hash="dda213dfd9349e77dd1c3e314b6eced8"/><file name="GroupList.php" hash="3ed6b3552bde95df4ee683e0178954b2"/></dir><dir name="Sender"><file name="Add.php" hash="2f56f363fcef2de31587cb7718e80506"/><file name="Delete.php" hash="95d28b99c325ae976fc663c74f9f30df"/><file name="SenderDefault.php" hash="cf720213bc08e8e03edc3d468859d0e2"/><file name="SenderList.php" hash="941712bbdd3c42d695362649111d4936"/></dir><dir name="Sms"><file name="Delete.php" hash="e981ed9b3757644314403c9cfb822fec"/><file name="Get.php" hash="3d7731b6f2d62cdbeb467b6007a2e65c"/><file name="Send.php" hash="7c43438f6cc289a6243094fbfa3ba6a7"/></dir><dir name="User"><file name="Add.php" hash="42e0575f6396d48e9bc39898ea5c0cf5"/><file name="Edit.php" hash="d01f99c4e66e49ff78a83d86d4f23807"/><file name="Get.php" hash="ca164b2838220a239a9fc431db7339b8"/><file name="GetPoints.php" hash="f692deaa6c30b75715bcb48ac7fe4a2e"/><file name="UserList.php" hash="98125be7b7d6a17e86aedd17079a64b6"/></dir><dir name="Vms"><file name="Delete.php" hash="338375589f9f9d12f7d83587308012f1"/><file name="Get.php" hash="a75934c63f441ec76fd26b7c4656431f"/><file name="Send.php" hash="597d4ad3d4b264d60edf5bb99cb9952c"/></dir></dir><file name="ActionFactory.php" hash="2870fa2eb5898bbd5a0752373225bfbb"/><file name="ContactsFactory.php" hash="9876d995077bf90958f8eeb1d16bbaf0"/><file name="MmsFactory.php" hash="e7a765cf76a1a65edd8b6b3f2600f2a1"/><file name="PhonebookFactory.php" hash="5312a8d6fc1e5726ac6a9e7d67b798d0"/><dir name="Response"><file name="AbstractResponse.php" hash="944ff5bba2c413a643e35fc62031d64a"/><file name="ContactResponse.php" hash="9232f8a2521db86011cc3c18ad9160f6"/><dir name="Contacts"><file name="AbstractContactsResponse.php" hash="03a9dea1ca1d503a7338553e2700b13f"/><file name="ContactResponse.php" hash="2ca97da3254a18aff01aa0c80bf7d295"/><file name="ContactsResponse.php" hash="2f5cfde1406e7434fdf45987ad3e0f59"/><file name="CountableResponse.php" hash="dfa472c37511e601e7be061564f52d3a"/><file name="DeleteResponse.php" hash="4587ff46fdcfd3efd8bf24f66ee33622"/><file name="FieldResponse.php" hash="b8361ec971d28b193be6943cedc47d7d"/><file name="FieldsResponse.php" hash="125fe285a44498f84fda95ca3f264428"/><file name="GroupResponse.php" hash="d70b920242cb04a5519370b3d03bd4c2"/><file name="GroupsResponse.php" hash="3ca005ff4d58bf9d2648a95774d1b894"/><file name="IdentifiableResponse.php" hash="333765cdc668554b2d1134de572f0dc2"/><file name="ListResponse.php" hash="e0be45ec5b82296ebaee9d77edb75abf"/><file name="PermissionResponse.php" hash="6fde7163e3bb66c2b740d0548be913ab"/><file name="PermissionsResponse.php" hash="9bb528e831e5104e0ab869c818751da7"/><file name="SizeResponse.php" hash="be02d3cf82d2e4421fb47aacf463eb78"/></dir><file name="ContactsResponse.php" hash="5ad05510aeaa79bc58ac12c84a9a7798"/><file name="CountableResponse.php" hash="2036386ef2e1b73068c5a89a5f68022a"/><file name="ErrorResponse.php" hash="dcb28545642d2fa11f47a86520be890f"/><file name="GroupResponse.php" hash="885782cbea0d394356ebb34480513947"/><file name="GroupsResponse.php" hash="56fadc291ff7631b67ed55739af0d96a"/><file name="MessageResponse.php" hash="5b8c96504a6448fff93148681d82ad57"/><file name="PointsResponse.php" hash="34bcd7272b01b03fa99278b2190f1e4b"/><file name="RawResponse.php" hash="8e8cd42607ff028cee8556a1bfcb9aaa"/><file name="Response.php" hash="371f5c39103b21a235d73e98543fda4d"/><file name="SenderResponse.php" hash="2c4aa3466713848de206120305f2d415"/><file name="SendersResponse.php" hash="85941932a8ac84f71bf1532e019a5ee9"/><file name="StatusResponse.php" hash="41841df91f7b4c743ed1f0235268483b"/><file name="UserResponse.php" hash="3f588eb01864f943af402285320ed25e"/><file name="UsersResponse.php" hash="4b08311cb04faa1c60ffca64561598a0"/></dir><file name="SenderFactory.php" hash="0600de89407e46c6a570fc9f4b897cfa"/><file name="SmsFactory.php" hash="215071a61e791e2a08d80c0568563d2b"/><file name="UserFactory.php" hash="65f221b038fe3be6d0a9354eb2181654"/><file name="VmsFactory.php" hash="ba0abd02ff4f64bcaae89bfb32eaf216"/></dir><file name="Autoload.php" hash="69fd5e8c01d71511ed12dde8992d5f31"/><file name="Client.php" hash="d58500df22221d2a1363fd250cde8e91"/><dir name="Exception"><file name="ActionException.php" hash="d6a3e835e33bf2f0113014d8ed7983a9"/><file name="ClientException.php" hash="ef1ab9f7016a6d33fbeba7253c8e4552"/><file name="ContactsException.php" hash="9c6ad56496e27bc8b6734643f66a247e"/><file name="HostException.php" hash="49a8d536abf2af5cb1c5ac6f2138149f"/><file name="InvalidParameterException.php" hash="38b8191c80d9121d2b607bb7786b5df9"/><file name="ProxyException.php" hash="0d11c758f448cf7d520f4966c87769c1"/><file name="SmsapiException.php" hash="f3ce764bec7a9b456199cdf6b88a9b0a"/></dir><dir name="Proxy"><dir name="Http"><file name="AbstractHttp.php" hash="d08c081baf80990750fe83d395c87fbd"/><file name="Curl.php" hash="fad8cc4c508c4fa82de96428a9432789"/><file name="Native.php" hash="989a8bf3868023de24ff4a4bad524e9d"/></dir><file name="Proxy.php" hash="8efe9c618c579b9b2cb031ca75dd3d42"/><file name="Uri.php" hash="cc8f087180386ca77dc7e090e7b88255"/></dir><file name="autoload_classmap.php" hash="422334706544eb1986b1439fec7211a5"/></dir><dir name="vendor"><file name="autoload.php" hash="d86d7aef26411f349b12286272d5886b"/><dir name="composer"><file name="ClassLoader.php" hash="9c1e7fe1a9eb1693e07ee4420ca5361e"/><file name="LICENSE" hash="084a034acbad39464e3df608c6dc064f"/><file name="autoload_classmap.php" hash="5ef5e43d9bb639d86ed0acac07da74c5"/><file name="autoload_namespaces.php" hash="35e12c7d76c4a81633bcf547c0e229a9"/><file name="autoload_psr4.php" hash="e360a2cc5a31de0cc753e24d09636afb"/><file name="autoload_real.php" hash="2d0f671f07bd743635c9b36edef4a315"/><file name="installed.json" hash="58e0494c51d30eb3494f7c9198986bb9"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="smsapi_sms.xml" hash="d3e85084ec20b0f180b2be0787f7975d"/></dir><dir name="template"><dir name="sms"><dir name="sales"><dir name="order"><dir name="view"><file name="info.phtml" hash="6424a69999cb16dbd56c087e798f1e80"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smsapi_Sms.xml" hash="4e65007f9573a00788a27745861bcaab"/></dir></target><target name="magelocale"><dir name="pl_PL"><file name="Smsapi_Sms.csv" hash="7196ca665034aff6f4d950121298775f"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.3.0</min><max>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Smsapi_Sms</name>
|
4 |
+
<version>0.2.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Source License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>SMS Notifications</summary>
|
10 |
<description>SMSAPI Module for Magento-based stores enables automatic send SMS notifications to customers. SMS communication has many benefits including facilitates communication with your customers and speeds up reaching the details of the order. Short text messages are sent primarily as information on the status of the order, such as a message confirming the correct course of a transaction or message about delivery time of orders. SMS is fastest communication with your customers, and savings for the company due to reduced costs associated with undelivered shipments. SMS notifications in Magento module can be sent from the field in active sender SMSAPI account. Content templates are fully editable.</description>
|
11 |
+
<notes>+ fixes a security issue</notes>
|
12 |
<authors><author><name>SMSAPI</name><user>SMSAPI</user><email>bok@smsapi.pl</email></author></authors>
|
13 |
+
<date>2016-11-07</date>
|
14 |
+
<time>15:49:39</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Smsapi"><dir name="Sms"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Branding.php" hash="0dbad05e38f0755b06aa30a61c22af62"/></dir></dir></dir></dir><file name="Buttons.php" hash="9c3419026c5a9e89ccd6d0203faeee51"/><dir name="Sales"><dir name="Order"><dir name="View"><file name="Info.php" hash="63734807fafe6bfbbccc1a4aeb9333ea"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c9f5c5eda233f035bf8d44d5bdf040ea"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Attributes.php" hash="208bdbe6f05705e77e54e43ff3eb5db5"/><file name="Balancelow.php" hash="11c2367a8d24e67a63d3d85e2873fb97"/><file name="Version.php" hash="a62ba0e54eb53b1c0eff9c21565928d6"/></dir><file name="Config.php" hash="31121f477b91b0e1b66964c96b49e27c"/><file name="Observer.php" hash="21086a398fb56a809082ef41eeda6c71"/></dir><dir name="controllers"><file name="SmsapiController.php" hash="072eca1dff5ec2a8d2f9933e46bd3ced"/></dir><dir name="etc"><file name="config.xml" hash="54c367dc84287bd7afc84703d18c7157"/><file name="system.xml" hash="9582bdb02a3ffc74e58a6be515f81db6"/></dir><dir name="smsapi-classes"><file name="AbstractsSmsapi.php" hash="e6da5f096b9356ecba80eb6584079f27"/><file name="Sender.php" hash="9ea1ac1c2d211f3d61f9e6ba53814f27"/><file name="SenderFactory.php" hash="e4a51364f88f7c0ff10f754542db8c15"/><file name="Sms.php" hash="19034101391c6fd99c2819de8bef7fcd"/><file name="SmsFactory.php" hash="b8b0dd0c1ef0e2e0c09655d610539325"/><file name="User.php" hash="e0188b5bcc2b0b819b326b3636007712"/><file name="UserFactory.php" hash="2d966b2c954b9481dce0ca5d12fd708e"/></dir><dir name="vendor"><dir name="smsapi-client"><dir name="smsapi"><dir name="Api"><dir name="Action"><file name="AbstractAction.php" hash="4dfb1b55903c2c6c6b3c88d52ea0fae0"/><dir name="Contacts"><file name="ContactAdd.php" hash="3aac77aedc9a73ff3f53b7921b24cdd4"/><file name="ContactAddByEmail.php" hash="6f00f85f46fe35773d077fd716251fbe"/><file name="ContactAddByPhoneNumber.php" hash="2458fb2047349d33c4023555a6b311ab"/><file name="ContactCount.php" hash="b92171dc1eb6fb92ed2e56c85a5711c2"/><file name="ContactDelete.php" hash="c1e62bd34d52058e52a6384858d83a0a"/><file name="ContactDeleteMultiple.php" hash="2231d070a071d3620c2bbf92ddf8ea2f"/><file name="ContactEdit.php" hash="445e4d39f13a6415492da4a64ee9ca1d"/><file name="ContactGet.php" hash="c8b6bb67a4954493b8fcbdb3d041d409"/><file name="ContactGroupAdd.php" hash="9316ca78ca45aa394f5e2208c6ed8411"/><file name="ContactGroupDelete.php" hash="b91a53ce8737b7cd39bef27cf3110f22"/><file name="ContactGroupGet.php" hash="bf1f60a8aeb67d2843711f410cac06d1"/><file name="ContactGroupList.php" hash="b017c6766b89f48cb620c242d1a3e6f6"/><file name="ContactList.php" hash="c4188e874fbb29dd3b235fff8f1cb76c"/><file name="ContactsAction.php" hash="7e252b972377c021c44aa8257f38c98a"/><file name="FieldAdd.php" hash="57113acf36bd5ca6a155dfd2b427cc6f"/><file name="FieldDelete.php" hash="5b1352a4a5760c6066dbd4331910bd1b"/><file name="FieldEdit.php" hash="a3feb1ea5c6b5856cd5697ef89256d91"/><file name="FieldList.php" hash="118016f4066f2b359c594e33510585c3"/><file name="GroupAdd.php" hash="caee3dc125a9206bc3fabc2bc01a4eb9"/><file name="GroupDelete.php" hash="c5b58ecce0461c6c0e18f0449617e64c"/><file name="GroupEdit.php" hash="12242218db3be6f7bdf28cae985e11a7"/><file name="GroupGet.php" hash="caf71acffc6eefb05806d1229752960f"/><file name="GroupList.php" hash="22de8cbdc64a82f81ee89e002dbb5a7c"/><file name="GroupMemberAdd.php" hash="cecbb6beada504af0e9361e1b60d5618"/><file name="GroupMemberDelete.php" hash="01a0b41b4bb4000c6b9bce235ce26416"/><file name="GroupMemberGet.php" hash="78c50676e8589ccacf8cb47e92069a73"/><file name="GroupPermissionAdd.php" hash="cb90055f032f69af183ab33a93d88571"/><file name="GroupPermissionDelete.php" hash="608191d3bba7742ba21ea459c6338972"/><file name="GroupPermissionEdit.php" hash="69b96213f99cc30f25551936425c6f80"/><file name="GroupPermissionGet.php" hash="c77a85926cbdab1e5ade39fcb47a44bb"/><file name="GroupPermissionList.php" hash="e6f5bb1355412abd77490b8424649af5"/></dir><dir name="Mms"><file name="Delete.php" hash="5dba01354309bfd6c1b1ab66d60410b6"/><file name="Get.php" hash="755f531a55d2e2360463c05f47f3b127"/><file name="Send.php" hash="abbf8e6305ad90e02a7e69310783cc47"/></dir><dir name="Phonebook"><file name="ContactAdd.php" hash="46fe7c7a406b353f3a82f3eb664189ad"/><file name="ContactDelete.php" hash="5eed0e67dd99a69704239b596f711001"/><file name="ContactEdit.php" hash="3bbc198d5c1ed2e5f82d50e9fb5459b8"/><file name="ContactGet.php" hash="8a56e9733697c148ab647bb3b1c86c47"/><file name="ContactList.php" hash="691b3ef0849d7f971b7db3b4b3e9e33d"/><file name="GroupAdd.php" hash="85abe5ab2ff14d80ef7b97aa6bff8877"/><file name="GroupDelete.php" hash="49232d2b740f9f7ea1fbd8b699b0ca76"/><file name="GroupEdit.php" hash="3fcaba8ab4ad2220912425e4afd3d58e"/><file name="GroupGet.php" hash="dda213dfd9349e77dd1c3e314b6eced8"/><file name="GroupList.php" hash="3ed6b3552bde95df4ee683e0178954b2"/></dir><dir name="Sender"><file name="Add.php" hash="2f56f363fcef2de31587cb7718e80506"/><file name="Delete.php" hash="95d28b99c325ae976fc663c74f9f30df"/><file name="SenderDefault.php" hash="cf720213bc08e8e03edc3d468859d0e2"/><file name="SenderList.php" hash="941712bbdd3c42d695362649111d4936"/></dir><dir name="Sms"><file name="Delete.php" hash="e981ed9b3757644314403c9cfb822fec"/><file name="Get.php" hash="3d7731b6f2d62cdbeb467b6007a2e65c"/><file name="Send.php" hash="7c43438f6cc289a6243094fbfa3ba6a7"/></dir><dir name="User"><file name="Add.php" hash="42e0575f6396d48e9bc39898ea5c0cf5"/><file name="Edit.php" hash="d01f99c4e66e49ff78a83d86d4f23807"/><file name="Get.php" hash="ca164b2838220a239a9fc431db7339b8"/><file name="GetPoints.php" hash="f692deaa6c30b75715bcb48ac7fe4a2e"/><file name="UserList.php" hash="98125be7b7d6a17e86aedd17079a64b6"/></dir><dir name="Vms"><file name="Delete.php" hash="338375589f9f9d12f7d83587308012f1"/><file name="Get.php" hash="a75934c63f441ec76fd26b7c4656431f"/><file name="Send.php" hash="597d4ad3d4b264d60edf5bb99cb9952c"/></dir></dir><file name="ActionFactory.php" hash="2870fa2eb5898bbd5a0752373225bfbb"/><file name="ContactsFactory.php" hash="9876d995077bf90958f8eeb1d16bbaf0"/><file name="MmsFactory.php" hash="e7a765cf76a1a65edd8b6b3f2600f2a1"/><file name="PhonebookFactory.php" hash="5312a8d6fc1e5726ac6a9e7d67b798d0"/><dir name="Response"><file name="AbstractResponse.php" hash="944ff5bba2c413a643e35fc62031d64a"/><file name="ContactResponse.php" hash="9232f8a2521db86011cc3c18ad9160f6"/><dir name="Contacts"><file name="AbstractContactsResponse.php" hash="03a9dea1ca1d503a7338553e2700b13f"/><file name="ContactResponse.php" hash="2ca97da3254a18aff01aa0c80bf7d295"/><file name="ContactsResponse.php" hash="2f5cfde1406e7434fdf45987ad3e0f59"/><file name="CountableResponse.php" hash="dfa472c37511e601e7be061564f52d3a"/><file name="DeleteResponse.php" hash="4587ff46fdcfd3efd8bf24f66ee33622"/><file name="FieldResponse.php" hash="b8361ec971d28b193be6943cedc47d7d"/><file name="FieldsResponse.php" hash="125fe285a44498f84fda95ca3f264428"/><file name="GroupResponse.php" hash="d70b920242cb04a5519370b3d03bd4c2"/><file name="GroupsResponse.php" hash="3ca005ff4d58bf9d2648a95774d1b894"/><file name="IdentifiableResponse.php" hash="333765cdc668554b2d1134de572f0dc2"/><file name="ListResponse.php" hash="e0be45ec5b82296ebaee9d77edb75abf"/><file name="PermissionResponse.php" hash="6fde7163e3bb66c2b740d0548be913ab"/><file name="PermissionsResponse.php" hash="9bb528e831e5104e0ab869c818751da7"/><file name="SizeResponse.php" hash="be02d3cf82d2e4421fb47aacf463eb78"/></dir><file name="ContactsResponse.php" hash="5ad05510aeaa79bc58ac12c84a9a7798"/><file name="CountableResponse.php" hash="2036386ef2e1b73068c5a89a5f68022a"/><file name="ErrorResponse.php" hash="dcb28545642d2fa11f47a86520be890f"/><file name="GroupResponse.php" hash="885782cbea0d394356ebb34480513947"/><file name="GroupsResponse.php" hash="56fadc291ff7631b67ed55739af0d96a"/><file name="MessageResponse.php" hash="5b8c96504a6448fff93148681d82ad57"/><file name="PointsResponse.php" hash="34bcd7272b01b03fa99278b2190f1e4b"/><file name="RawResponse.php" hash="8e8cd42607ff028cee8556a1bfcb9aaa"/><file name="Response.php" hash="371f5c39103b21a235d73e98543fda4d"/><file name="SenderResponse.php" hash="2c4aa3466713848de206120305f2d415"/><file name="SendersResponse.php" hash="85941932a8ac84f71bf1532e019a5ee9"/><file name="StatusResponse.php" hash="41841df91f7b4c743ed1f0235268483b"/><file name="UserResponse.php" hash="3f588eb01864f943af402285320ed25e"/><file name="UsersResponse.php" hash="4b08311cb04faa1c60ffca64561598a0"/></dir><file name="SenderFactory.php" hash="0600de89407e46c6a570fc9f4b897cfa"/><file name="SmsFactory.php" hash="215071a61e791e2a08d80c0568563d2b"/><file name="UserFactory.php" hash="65f221b038fe3be6d0a9354eb2181654"/><file name="VmsFactory.php" hash="ba0abd02ff4f64bcaae89bfb32eaf216"/></dir><file name="Autoload.php" hash="69fd5e8c01d71511ed12dde8992d5f31"/><file name="Client.php" hash="d58500df22221d2a1363fd250cde8e91"/><dir name="Exception"><file name="ActionException.php" hash="d6a3e835e33bf2f0113014d8ed7983a9"/><file name="ClientException.php" hash="ef1ab9f7016a6d33fbeba7253c8e4552"/><file name="ContactsException.php" hash="9c6ad56496e27bc8b6734643f66a247e"/><file name="HostException.php" hash="49a8d536abf2af5cb1c5ac6f2138149f"/><file name="InvalidParameterException.php" hash="38b8191c80d9121d2b607bb7786b5df9"/><file name="ProxyException.php" hash="0d11c758f448cf7d520f4966c87769c1"/><file name="SmsapiException.php" hash="f3ce764bec7a9b456199cdf6b88a9b0a"/></dir><dir name="Proxy"><dir name="Http"><file name="AbstractHttp.php" hash="d08c081baf80990750fe83d395c87fbd"/><file name="Curl.php" hash="fad8cc4c508c4fa82de96428a9432789"/><file name="Native.php" hash="989a8bf3868023de24ff4a4bad524e9d"/></dir><file name="Proxy.php" hash="8efe9c618c579b9b2cb031ca75dd3d42"/><file name="Uri.php" hash="cc8f087180386ca77dc7e090e7b88255"/></dir><file name="autoload_classmap.php" hash="422334706544eb1986b1439fec7211a5"/></dir><dir name="vendor"><file name="autoload.php" hash="d86d7aef26411f349b12286272d5886b"/><dir name="composer"><file name="ClassLoader.php" hash="9c1e7fe1a9eb1693e07ee4420ca5361e"/><file name="LICENSE" hash="084a034acbad39464e3df608c6dc064f"/><file name="autoload_classmap.php" hash="5ef5e43d9bb639d86ed0acac07da74c5"/><file name="autoload_namespaces.php" hash="35e12c7d76c4a81633bcf547c0e229a9"/><file name="autoload_psr4.php" hash="e360a2cc5a31de0cc753e24d09636afb"/><file name="autoload_real.php" hash="2d0f671f07bd743635c9b36edef4a315"/><file name="installed.json" hash="58e0494c51d30eb3494f7c9198986bb9"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="smsapi_sms.xml" hash="d3e85084ec20b0f180b2be0787f7975d"/></dir><dir name="template"><dir name="sms"><dir name="sales"><dir name="order"><dir name="view"><file name="info.phtml" hash="06e1d754453fc2d304501351994ecbc5"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smsapi_Sms.xml" hash="4e65007f9573a00788a27745861bcaab"/></dir></target><target name="magelocale"><dir><dir name="pl_PL"><file name="Smsapi_Sms.csv" hash="7196ca665034aff6f4d950121298775f"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.3.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|