Sarbacane_Mailify - Version 1.0.0.5

Version Notes

This release corrects some links and label anomalies.

Download this release

Release Info

Developer Sarbacane Software
Extension Sarbacane_Mailify
Version 1.0.0.5
Comparing to
See all releases


Code changes from version 1.0.0.4 to 1.0.0.5

app/design/adminhtml/default/default/template/mailify/mailify.phtml CHANGED
@@ -27,7 +27,7 @@ $stores_array = $this->getStoresArray ();
27
  <script type="text/javascript" src="<?=$this->getSkinUrl('js/Sarbacane_Mailify/mailify.js')?>"></script>
28
  <div id="sarbacanedesktop">
29
  <div class="sd_header">
30
- <div class="sd_logo_<?=$this->__('sarbacane') ?>"></div>
31
  </div>
32
  <p class="sd_title"><?=$this->__('It\'s easy to manage your newsletter and email campaigns')?></p>
33
  <div class="sd_title_separator_page"></div>
@@ -36,7 +36,7 @@ $stores_array = $this->getStoresArray ();
36
  <iframe width="565" height="315" src="<?=$this->__('https://www.youtube.com/embed/eLMy2tSSYgE')?>?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
37
  </div>
38
  <div class="sd_config_container">
39
- <p><?=$this->__('This Prestashop module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Sarbacane Desktop\'s email marketing software.')?></p>
40
  <p>
41
  <input type="button" onclick="document.location = '#sd_step'" class="sd_config_button" value="<?=$this->__('Begin the set-up')?>" />
42
  </p>
@@ -74,7 +74,7 @@ $stores_array = $this->getStoresArray ();
74
  <div>
75
  <div>
76
  <div class="sd_subtitle_separator"></div>
77
- <p><?=$this->__('Synchronize and manage all the email lists from your Prestashop store')?></p>
78
  </div>
79
  </div>
80
  <div>
@@ -106,7 +106,7 @@ $stores_array = $this->getStoresArray ();
106
  <div class="sd_info_container">
107
  <div class="sd_info_container_left">
108
  <div>
109
- <p class="sd_info_title"><?=$this->__('Why choose Sarbacane?')?></p>
110
  <div>
111
  <p><?=$this->__('Create your account for free and start sending emails')?></p>
112
  <p><?=$this->__('Trusted by over 20,000 users worldwide.')?></p>
@@ -120,11 +120,11 @@ $stores_array = $this->getStoresArray ();
120
  <div>
121
  <p class="sd_info_title"><?=$this->__('Need help?')?></p>
122
  <div>
123
- <p><?=$this->__('Email:')?> <?=$this->__('support@sarbacane.com')?></p>
124
  <p><?=$this->__('Tel:')?> <?=$this->__('+33(0) 328 328 040')?></p>
125
  <p>
126
  <?=$this->__('Website:')?>
127
- <a href="<?=$this->__('http://www.sarbacane.com/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop')?>" target="_blank"><?=$this->__('http://www.sarbacane.com')?></a>
128
  </p>
129
  </div>
130
  </div>
@@ -135,7 +135,7 @@ $stores_array = $this->getStoresArray ();
135
  <div id="sd_step1" class="sd_step <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == null && $general_configuration<2){?>sd_show_step<?php }?>">
136
  <p class="sd_step_title"><?=$this->__('How to set up the module?')?></p>
137
  <div class="sd_step_line"></div>
138
- <p class="sd_step1_instruction"><?=$this->__('Do you already have a Sarbacane Desktop account?')?></p>
139
  <form autocomplete="off" action="<?= Mage::helper('adminhtml')->getUrl("*/*/*/"); ?>#sd_step" method="post">
140
  <p class="sd_step1_selection">
141
  <span> <input onclick="sdUserYesNoDisplayButton('yes')" type="radio" id="sd_user_click_yes" name="sd_is_user" value="yes" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "yes"){?>checked="checked"<?php }?>/> <label for="sd_user_click_yes"><?=$this->__('Yes')?></label>
@@ -165,7 +165,7 @@ $stores_array = $this->getStoresArray ();
165
  <input type="checkbox" name="store_id[]" value="<?=$store['store_id']?>N0" <?php if(in_array($store['store_id']+"N0",$list_configuration)){?>checked="checked"<?php }?> />&nbsp;
166
  </div>
167
  <div class="sd_step2_selection_shop_text">
168
- <?=$this->__('Create a list in Sarbacane Desktop with newsletter opt-ins')?>
169
  </div>
170
  </div>
171
  <div class="sd_step2_selection_shop">
@@ -187,7 +187,7 @@ $stores_array = $this->getStoresArray ();
187
  <input id="id_shop_<?=$store['store_id']?>C" type="checkbox" name="store_id[]" onclick="changeOptionOrdersDataDisplay('<?=$store['store_id']?>C', this.checked)" value="<?=$storeValue?>" <?php if($storeChecked){ ?>checked="checked"<?php }?>/>&nbsp;
188
  </div>
189
  <div class="sd_step2_selection_shop_text">
190
- <?=$this->__('Create a list in Sarbacane Desktop with your clients who have an account or who have placed an order online')?>
191
  </div>
192
  </div>
193
  <div class="sd_step2_selection_shop_option">
@@ -202,7 +202,7 @@ $stores_array = $this->getStoresArray ();
202
  </div>
203
  <div id="sd_tooltip_<?=$store['store_id']?>C" class="sd_tooltip">
204
  <div>
205
- <?=$this->__('As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Sarbacane Desktop.')?>
206
  <br /><?=$this->__('Below are pieces of information that will be added to your contact list:')?>
207
  <br /><?=$this->__('- Date of first order')?>
208
  <br /><?=$this->__('- Date of latest order')?>
@@ -232,13 +232,13 @@ $stores_array = $this->getStoresArray ();
232
  <div class="sd_step3_instruction">
233
  <div id="3_step_block" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "yes" || Mage::getSingleton("core/session")->getData("sd_is_user") == null){?> class="HIDDEN" <?php }?>>
234
  <p>
235
- 1/ <a href="<?=$this->__('https://www.sarbacane.com/ws/soft-redirect.asp?key=heXmrxBEUO&com=PrestaShopInfo')?>" target="_blank"><?=$this->__('Download and install Sarbacane')?></a>
236
  </p>
237
  <p>2/ <?=$this->__('Create your free account')?></p>
238
- <p>3/ <?=$this->__('Enable the Prestashop extension in our extensions menu, and then fill in the following fields:')?></p>
239
  </div>
240
  <div id="1_step_block" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "no"){?> class="HIDDEN" <?php }?>>
241
- <p><?=$this->__('Enable the Prestashop extension in our extensions menu, and then fill in the following fields:')?></p>
242
  </div>
243
  <form autocomplete="off" action="<?= Mage::helper('adminhtml')->getUrl("*/*/*/"); ?>#sd_step" method="post">
244
  <div class="sd_key_container">
@@ -259,7 +259,7 @@ $stores_array = $this->getStoresArray ();
259
  <input type="button" onclick="sdDisplayStep(2)" value="<?=$this->__('Previous')?>" />
260
  </div>
261
  <div class="sd_step3_right">
262
- <?=$this->__('Read more')?>, <a href="<?=$this->__('http://www.sarbacane.com/faq/extensions/configuration-plugin-prestashop/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop')?>" target="_blank"><?=$this->__('in the help section online')?></a>
263
  </div>
264
  </div>
265
  </div>
27
  <script type="text/javascript" src="<?=$this->getSkinUrl('js/Sarbacane_Mailify/mailify.js')?>"></script>
28
  <div id="sarbacanedesktop">
29
  <div class="sd_header">
30
+ <div class="sd_logo_<?=$this->__('mailify') ?>"></div>
31
  </div>
32
  <p class="sd_title"><?=$this->__('It\'s easy to manage your newsletter and email campaigns')?></p>
33
  <div class="sd_title_separator_page"></div>
36
  <iframe width="565" height="315" src="<?=$this->__('https://www.youtube.com/embed/eLMy2tSSYgE')?>?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
37
  </div>
38
  <div class="sd_config_container">
39
+ <p><?=$this->__('This Magento module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Mailify\'s email marketing software.')?></p>
40
  <p>
41
  <input type="button" onclick="document.location = '#sd_step'" class="sd_config_button" value="<?=$this->__('Begin the set-up')?>" />
42
  </p>
74
  <div>
75
  <div>
76
  <div class="sd_subtitle_separator"></div>
77
+ <p><?=$this->__('Synchronize and manage all the email lists from your Magento store')?></p>
78
  </div>
79
  </div>
80
  <div>
106
  <div class="sd_info_container">
107
  <div class="sd_info_container_left">
108
  <div>
109
+ <p class="sd_info_title"><?=$this->__('Why choose Mailify?')?></p>
110
  <div>
111
  <p><?=$this->__('Create your account for free and start sending emails')?></p>
112
  <p><?=$this->__('Trusted by over 20,000 users worldwide.')?></p>
120
  <div>
121
  <p class="sd_info_title"><?=$this->__('Need help?')?></p>
122
  <div>
123
+ <p><?=$this->__('Email:')?> <?=$this->__('support@mailify.com')?></p>
124
  <p><?=$this->__('Tel:')?> <?=$this->__('+33(0) 328 328 040')?></p>
125
  <p>
126
  <?=$this->__('Website:')?>
127
+ <a href="<?=$this->__('http://www.mailify.com/?utm_source=module-magento&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=magento')?>" target="_blank"><?=$this->__('http://www.mailify.com')?></a>
128
  </p>
129
  </div>
130
  </div>
135
  <div id="sd_step1" class="sd_step <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == null && $general_configuration<2){?>sd_show_step<?php }?>">
136
  <p class="sd_step_title"><?=$this->__('How to set up the module?')?></p>
137
  <div class="sd_step_line"></div>
138
+ <p class="sd_step1_instruction"><?=$this->__('Do you already have a Mailify account?')?></p>
139
  <form autocomplete="off" action="<?= Mage::helper('adminhtml')->getUrl("*/*/*/"); ?>#sd_step" method="post">
140
  <p class="sd_step1_selection">
141
  <span> <input onclick="sdUserYesNoDisplayButton('yes')" type="radio" id="sd_user_click_yes" name="sd_is_user" value="yes" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "yes"){?>checked="checked"<?php }?>/> <label for="sd_user_click_yes"><?=$this->__('Yes')?></label>
165
  <input type="checkbox" name="store_id[]" value="<?=$store['store_id']?>N0" <?php if(in_array($store['store_id']+"N0",$list_configuration)){?>checked="checked"<?php }?> />&nbsp;
166
  </div>
167
  <div class="sd_step2_selection_shop_text">
168
+ <?=$this->__('Create a list in Mailify with newsletter opt-ins')?>
169
  </div>
170
  </div>
171
  <div class="sd_step2_selection_shop">
187
  <input id="id_shop_<?=$store['store_id']?>C" type="checkbox" name="store_id[]" onclick="changeOptionOrdersDataDisplay('<?=$store['store_id']?>C', this.checked)" value="<?=$storeValue?>" <?php if($storeChecked){ ?>checked="checked"<?php }?>/>&nbsp;
188
  </div>
189
  <div class="sd_step2_selection_shop_text">
190
+ <?=$this->__('Create a list in Mailify with your clients who have an account or who have placed an order online')?>
191
  </div>
192
  </div>
193
  <div class="sd_step2_selection_shop_option">
202
  </div>
203
  <div id="sd_tooltip_<?=$store['store_id']?>C" class="sd_tooltip">
204
  <div>
205
+ <?=$this->__('As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Mailify.')?>
206
  <br /><?=$this->__('Below are pieces of information that will be added to your contact list:')?>
207
  <br /><?=$this->__('- Date of first order')?>
208
  <br /><?=$this->__('- Date of latest order')?>
232
  <div class="sd_step3_instruction">
233
  <div id="3_step_block" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "yes" || Mage::getSingleton("core/session")->getData("sd_is_user") == null){?> class="HIDDEN" <?php }?>>
234
  <p>
235
+ 1/ <a href="<?=$this->__('https://static.mailify.com/ws/soft-redirect.asp?key=as8Ku4rGIs&com=MagentoInfo&lng=EN')?>" target="_blank"><?=$this->__('Download and install Mailify')?></a>
236
  </p>
237
  <p>2/ <?=$this->__('Create your free account')?></p>
238
+ <p>3/ <?=$this->__('Enable the Magento extension in our extensions menu, and then fill in the following fields:')?></p>
239
  </div>
240
  <div id="1_step_block" <?php if(Mage::getSingleton("core/session")->getData("sd_is_user") == "no"){?> class="HIDDEN" <?php }?>>
241
+ <p><?=$this->__('Enable the Magento extension in our extensions menu, and then fill in the following fields:')?></p>
242
  </div>
243
  <form autocomplete="off" action="<?= Mage::helper('adminhtml')->getUrl("*/*/*/"); ?>#sd_step" method="post">
244
  <div class="sd_key_container">
259
  <input type="button" onclick="sdDisplayStep(2)" value="<?=$this->__('Previous')?>" />
260
  </div>
261
  <div class="sd_step3_right">
262
+ <?=$this->__('Read more')?>, <a href="<?=$this->__('https://static.mailify.com/ws/soft-redirect.asp?key=pS8AD5f3a9&com=MagentoFAQ&lng=EN')?>" target="_blank"><?=$this->__('in the help section online')?></a>
263
  </div>
264
  </div>
265
  </div>
app/locale/en_US/Sarbacane_Mailify.csv CHANGED
@@ -1,13 +1,13 @@
1
- "sarbacane","mailify"
2
  "It's easy to manage your newsletter and email campaigns","It's easy to manage your newsletter and email campaigns"
3
  "https://www.youtube.com/embed/eLMy2tSSYgE","https://www.youtube.com/embed/gUGRbfXOJIk"
4
- "It's easy to manage your newsletter and email campaigns","It's easy to manage your newsletter and email campaigns"
5
  "Begin the set-up","Begin the set-up"
6
  "Synchronization of your shop data","Synchronization of your shop data"
7
  "Responsive visual editor","Responsive visual editor"
8
  "Detailed statistics","Detailed statistics"
9
  "Optimal deliverability","Optimal deliverability"
10
- "Synchronize and manage all the email lists from your Prestashop store","Synchronize and manage all the email lists from your Magento store"
11
  "NEW! Create awesome, responsive newsletters thanks to the EmailBuilder","NEW! Create awesome, responsive newsletters thanks to the EmailBuilder"
12
  "Geolocation, openings, opening time, clicks, opt-outs...","Geolocation, openings, opening time, clicks, opt-outs..."
13
  "Optimal deliverability thanks to our renowned professional routing platform","Optimal deliverability thanks to our renowned professional routing platform"
@@ -21,22 +21,22 @@
21
  "A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips...","A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips..."
22
  "Need help?","Need help?"
23
  "Email:","Email:"
24
- "support@sarbacane.com","help@mailify.com"
25
  "Tel:","Tel:"
26
  "+33(0) 328 328 040","(646)-844-0983"
27
  "Website:","Website : "
28
- "http://www.sarbacane.com/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop","http://www.mailify.com/?lng=EN&utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop"
29
- "http://www.sarbacane.com","http://www.mailify.com"
30
  "How to set up the module?","How to set up the module?"
31
- "Do you already have a Sarbacane Desktop account?","Do you already have a Mailify account?"
32
  "Yes","Yes"
33
  "No","No"
34
  "Next","Next"
35
  "Select your shop and pick your settings","Select your shop and pick your settings"
36
- "Create a list in Sarbacane Desktop with newsletter opt-ins","Create a list in Mailify with newsletter opt-ins"
37
- "Create a list in Sarbacane Desktop with your clients who have an account or who have placed an order online","Create a list in Mailify with your clients who have an account or who have placed an order online"
38
  "Add order data (date, amount, etc...)","Add order data (date, amount, etc...)"
39
- "As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Sarbacane Desktop.","As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Mailify."
40
  "Below are pieces of information that will be added to your contact list:","Below are pieces of information that will be added to your contact list:"
41
  "- Date of first order","- Date of first order"
42
  "- Date of latest order","- Date of latest order"
@@ -46,13 +46,13 @@
46
  "- Amount of the most expensive order","- Amount of the most expensive order"
47
  "- Average amount of the orders placed","- Average amount of the orders placed"
48
  "Previous","Previous"
49
- "Download and install Sarbacane","Download and install Mailify"
50
- "https://www.sarbacane.com/ws/soft-redirect.asp?key=heXmrxBEUO&com=PrestaShopInfo","https://static.mailify.com/ws/soft-redirect.asp?key=heXmrxBEUO&com=PrestaShopInfo&lng=EN"
51
  "Create your free account","Create your free account"
52
- "Enable the Prestashop extension in our extensions menu, and then fill in the following fields:","Enable the Magento extension in our extensions menu, and then fill in the following fields:"
53
  "Url","Url"
54
  "Key","Key"
55
  "Generate a new key","Generate a new key"
56
  "Read more","Read more"
57
- "http://www.sarbacane.com/faq/extensions/configuration-plugin-prestashop/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop","http://www.mailify.com/faq/extensions/configuration-prestashop/?lng=EN&utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop"
58
  "in the help section online","in the help section online"
1
+ "mailify","mailify"
2
  "It's easy to manage your newsletter and email campaigns","It's easy to manage your newsletter and email campaigns"
3
  "https://www.youtube.com/embed/eLMy2tSSYgE","https://www.youtube.com/embed/gUGRbfXOJIk"
4
+ "This Magento module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Mailify's email marketing software.","This Magento module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Mailify's email marketing software."
5
  "Begin the set-up","Begin the set-up"
6
  "Synchronization of your shop data","Synchronization of your shop data"
7
  "Responsive visual editor","Responsive visual editor"
8
  "Detailed statistics","Detailed statistics"
9
  "Optimal deliverability","Optimal deliverability"
10
+ "Synchronize and manage all the email lists from your Magento store","Synchronize and manage all the email lists from your Magento store"
11
  "NEW! Create awesome, responsive newsletters thanks to the EmailBuilder","NEW! Create awesome, responsive newsletters thanks to the EmailBuilder"
12
  "Geolocation, openings, opening time, clicks, opt-outs...","Geolocation, openings, opening time, clicks, opt-outs..."
13
  "Optimal deliverability thanks to our renowned professional routing platform","Optimal deliverability thanks to our renowned professional routing platform"
21
  "A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips...","A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips..."
22
  "Need help?","Need help?"
23
  "Email:","Email:"
24
+ "support@mailify.com","help@mailify.com"
25
  "Tel:","Tel:"
26
  "+33(0) 328 328 040","(646)-844-0983"
27
  "Website:","Website : "
28
+ "http://www.mailify.com/?lng=EN&utm_source=module-magento&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=magento","http://www.mailify.com/?lng=EN&utm_source=module-magento&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=magento"
29
+ "http://www.mailify.com","http://www.mailify.com"
30
  "How to set up the module?","How to set up the module?"
31
+ "Do you already have a Mailify account?","Do you already have a Mailify account?"
32
  "Yes","Yes"
33
  "No","No"
34
  "Next","Next"
35
  "Select your shop and pick your settings","Select your shop and pick your settings"
36
+ "Create a list in Mailify with newsletter opt-ins","Create a list in Mailify with newsletter opt-ins"
37
+ "Create a list in Mailify with your clients who have an account or who have placed an order online","Create a list in Mailify with your clients who have an account or who have placed an order online"
38
  "Add order data (date, amount, etc...)","Add order data (date, amount, etc...)"
39
+ "As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Mailify.","As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Mailify."
40
  "Below are pieces of information that will be added to your contact list:","Below are pieces of information that will be added to your contact list:"
41
  "- Date of first order","- Date of first order"
42
  "- Date of latest order","- Date of latest order"
46
  "- Amount of the most expensive order","- Amount of the most expensive order"
47
  "- Average amount of the orders placed","- Average amount of the orders placed"
48
  "Previous","Previous"
49
+ "Download and install Mailify","Download and install Mailify"
50
+ "https://static.mailify.com/ws/soft-redirect.asp?key=as8Ku4rGIs&com=MagentoInfo&lng=EN","https://static.mailify.com/ws/soft-redirect.asp?key=as8Ku4rGIs&com=MagentoInfo&lng=EN"
51
  "Create your free account","Create your free account"
52
+ "Enable the Magento extension in our extensions menu, and then fill in the following fields:","Enable the Magento extension in our extensions menu, and then fill in the following fields:"
53
  "Url","Url"
54
  "Key","Key"
55
  "Generate a new key","Generate a new key"
56
  "Read more","Read more"
57
+ "https://static.mailify.com/ws/soft-redirect.asp?key=pS8AD5f3a9&com=MagentoFAQ&lng=EN","https://static.mailify.com/ws/soft-redirect.asp?key=pS8AD5f3a9&com=MagentoFAQ&lng=EN"
58
  "in the help section online","in the help section online"
app/locale/es_ES/Sarbacane_Mailify.csv CHANGED
@@ -1,19 +1,19 @@
1
- "sarbacane","mailify"
2
  "It's easy to manage your newsletter and email campaigns","Gestiona tus newsletters y emailing con facilidad"
3
  "https://www.youtube.com/embed/eLMy2tSSYgE","https://www.youtube.com/embed/ADeyEs4FdGY"
4
- "This Prestashop module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Sarbacane Desktop's email marketing software.","Este módulo Prestashop permite sincronizar los clientes, cuentas y altas en la newsletter de tu tienda online con la aplicación de mailing Mailify, y disfrutar de innumerables características..."
5
  "Begin the set-up","Iniciar configuración"
6
  "Synchronization of your shop data","Datos de la tienda sincronizados"
7
  "Responsive visual editor","Editor gráfico responsive"
8
  "Detailed statistics","Estadísticas detalladas"
9
  "Optimal deliverability","Entregabilidad óptima"
10
- "Synchronize and manage all the email lists from your Prestashop store","Sincronizar y administrar todas las listas de emails de tu tienda Magento"
11
  "NEW! Create awesome, responsive newsletters thanks to the EmailBuilder","¡NUEVO! Crea plantillas de newsletter impresionantes con el EmailBuilder"
12
  "Geolocation, openings, opening time, clicks, opt-outs...","Geolocalización, aperturas, tiempos de lectura, clics, bajas,..."
13
  "Optimal deliverability thanks to our renowned professional routing platform","Entregabilidad optimizada gracias a nuestra reconocida plataforma de enrutamiento profesional"
14
  "Create your account for free and start sending emails","Creación de cuenta y primeros envíos gratuitos"
15
  "No strings attached","Oferta sin compromisos"
16
- "Why choose Sarbacane?","¿Por qué elegir Mailify?"
17
  "Create your account for free and start sending emails,"
18
  "Trusted by over 20,000 users worldwide.","Más de 20.000 usuarios en España y Francia están encantados por Mailify"
19
  "Awarded Best Emailing Solution by Bsoco Awards (an index that compares emailing solutions)","Elegidos como Mejor Solución de Emailing por los Premios Bsoco"
@@ -21,22 +21,22 @@
21
  "A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips...","Soporte técnico y númerosos recursos para asistirte: videos, tutoriales, guías, consejos..."
22
  "Need help?","¿Necesitas ayuda?"
23
  "Email:","Email:"
24
- "support@sarbacane.com","ayuda@mailify.com"
25
  "Tel:","Tel:"
26
  "+33(0) 328 328 040","+34 93 4763638"
27
  "Website:","Web : "
28
- "http://www.sarbacane.com/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop","http://es.mailify.com/?lng=ES&utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop"
29
- "http://www.sarbacane.com","http://es.mailify.com"
30
  "How to set up the module?","¿Cómo configurar el módulo?"
31
- "Do you already have a Sarbacane Desktop account?","¿Ya eres usuario Mailify?"
32
  "Yes","Sí"
33
  "No","No"
34
  "Next","Siguiente"
35
  "Select your shop and pick your settings","Selecciona tu tienda y la configuración deseada"
36
- "Create a list in Sarbacane Desktop with newsletter opt-ins","Crea una lista de suscriptores en Mailify"
37
- "Create a list in Sarbacane Desktop with your clients who have an account or who have placed an order online","Crea una lista con tus clientes en Mailify"
38
  "Add order data (date, amount, etc...)","Añade información de pedidos (fecha, importe, etc.) "
39
- "As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Sarbacane Desktop.","Al activar los datos de pedidos, puede recuperar un cierto número de información adicional de su lista de contactos, y realizar los filtros directamente en Mailify."
40
  "Below are pieces of information that will be added to your contact list:","Aquí está la información que se añadirá en su lista de contactos:"
41
  "- Date of first order","- Fecha del primer pedido"
42
  "- Date of latest order","- Fecha del último pedido"
@@ -46,13 +46,13 @@
46
  "- Amount of the most expensive order","- Importe de pedido más alto"
47
  "- Average amount of the orders placed","- Importe medio de pedidos"
48
  "Previous","Anterior"
49
- "Download and install Sarbacane","Descarga e instala Mailify"
50
- "https://www.sarbacane.com/ws/soft-redirect.asp?key=heXmrxBEUO&com=PrestaShopInfo","https://static.mailify.com/ws/soft-redirect.asp?key=heXmrxBEUO&com=PrestaShopInfo&lng=ES"
51
  "Create your free account","Crea tu cuenta gratis"
52
- "Enable the Prestashop extension in our extensions menu, and then fill in the following fields:","Activa la extensión Magento desde el menú ''Extensiones'' en Mailify e introduce los siguientes datos:"
53
  "Url","Url"
54
  "Key","Clave"
55
  "Generate a new key","Generar una nueva clave"
56
  "Read more","Leer más en la"
57
- "http://www.sarbacane.com/faq/extensions/configuration-plugin-prestashop/?utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop","https://es.mailify.com/faq/herramientas-analisis-email-marketing/configurar-plugin-prestashop/?lng=ES&utm_source=module-prestashop&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=prestashop"
58
  "in the help section online","ayuda en línea"
1
+ "mailify","mailify"
2
  "It's easy to manage your newsletter and email campaigns","Gestiona tus newsletters y emailing con facilidad"
3
  "https://www.youtube.com/embed/eLMy2tSSYgE","https://www.youtube.com/embed/ADeyEs4FdGY"
4
+ "This Magento module enables you to synchronize clients and accounts that have subscribed to your newsletter from your shop online using Mailify's email marketing software.","Este módulo Magento permite sincronizar los clientes, cuentas y altas en la newsletter de tu tienda online con la aplicación de mailing Mailify, y disfrutar de innumerables características..."
5
  "Begin the set-up","Iniciar configuración"
6
  "Synchronization of your shop data","Datos de la tienda sincronizados"
7
  "Responsive visual editor","Editor gráfico responsive"
8
  "Detailed statistics","Estadísticas detalladas"
9
  "Optimal deliverability","Entregabilidad óptima"
10
+ "Synchronize and manage all the email lists from your Magento store","Sincronizar y administrar todas las listas de emails de tu tienda Magento"
11
  "NEW! Create awesome, responsive newsletters thanks to the EmailBuilder","¡NUEVO! Crea plantillas de newsletter impresionantes con el EmailBuilder"
12
  "Geolocation, openings, opening time, clicks, opt-outs...","Geolocalización, aperturas, tiempos de lectura, clics, bajas,..."
13
  "Optimal deliverability thanks to our renowned professional routing platform","Entregabilidad optimizada gracias a nuestra reconocida plataforma de enrutamiento profesional"
14
  "Create your account for free and start sending emails","Creación de cuenta y primeros envíos gratuitos"
15
  "No strings attached","Oferta sin compromisos"
16
+ "Why choose Mailify?","¿Por qué elegir Mailify?"
17
  "Create your account for free and start sending emails,"
18
  "Trusted by over 20,000 users worldwide.","Más de 20.000 usuarios en España y Francia están encantados por Mailify"
19
  "Awarded Best Emailing Solution by Bsoco Awards (an index that compares emailing solutions)","Elegidos como Mejor Solución de Emailing por los Premios Bsoco"
21
  "A tech heldpdesk and a variety of resources to help: videos, tutorials, manuals, tips...","Soporte técnico y númerosos recursos para asistirte: videos, tutoriales, guías, consejos..."
22
  "Need help?","¿Necesitas ayuda?"
23
  "Email:","Email:"
24
+ "support@mailify.com","ayuda@mailify.com"
25
  "Tel:","Tel:"
26
  "+33(0) 328 328 040","+34 93 4763638"
27
  "Website:","Web : "
28
+ "http://www.mailify.com/?utm_source=module-magento&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=magento","http://es.mailify.com/?lng=ES&utm_source=module-magento&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=magento"
29
+ "http://www.mailify.com","http://es.mailify.com"
30
  "How to set up the module?","¿Cómo configurar el módulo?"
31
+ "Do you already have a Mailify account?","¿Ya eres usuario Mailify?"
32
  "Yes","Sí"
33
  "No","No"
34
  "Next","Siguiente"
35
  "Select your shop and pick your settings","Selecciona tu tienda y la configuración deseada"
36
+ "Create a list in Mailify with newsletter opt-ins","Crea una lista de suscriptores en Mailify"
37
+ "Create a list in Mailify with your clients who have an account or who have placed an order online","Crea una lista con tus clientes en Mailify"
38
  "Add order data (date, amount, etc...)","Añade información de pedidos (fecha, importe, etc.) "
39
+ "As you enable data from orders, you can also gather extra info in your contact list, and target your recipients in Mailify.","Al activar los datos de pedidos, puede recuperar un cierto número de información adicional de su lista de contactos, y realizar los filtros directamente en Mailify."
40
  "Below are pieces of information that will be added to your contact list:","Aquí está la información que se añadirá en su lista de contactos:"
41
  "- Date of first order","- Fecha del primer pedido"
42
  "- Date of latest order","- Fecha del último pedido"
46
  "- Amount of the most expensive order","- Importe de pedido más alto"
47
  "- Average amount of the orders placed","- Importe medio de pedidos"
48
  "Previous","Anterior"
49
+ "Download and install Mailify","Descarga e instala Mailify"
50
+ "https://static.mailify.com/ws/soft-redirect.asp?key=as8Ku4rGIs&com=MagentoInfo&lng=EN","https://static.mailify.com/ws/soft-redirect.asp?key=as8Ku4rGIs&com=MagentoInfo&lng=ES"
51
  "Create your free account","Crea tu cuenta gratis"
52
+ "Enable the Magento extension in our extensions menu, and then fill in the following fields:","Activa la extensión Magento desde el menú ''Extensiones'' en Mailify e introduce los siguientes datos:"
53
  "Url","Url"
54
  "Key","Clave"
55
  "Generate a new key","Generar una nueva clave"
56
  "Read more","Leer más en la"
57
+ "https://static.mailify.com/ws/soft-redirect.asp?key=pS8AD5f3a9&com=MagentoFAQ&lng=EN","https://static.mailify.com/ws/soft-redirect.asp?key=pS8AD5f3a9&com=MagentoFAQ&lng=ES"
58
  "in the help section online","ayuda en línea"
package.xml CHANGED
@@ -1,14 +1,14 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sarbacane_Mailify</name>
4
- <version>1.0.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary> The extension synchronizes your e-shop Magento and the emailing solution software Sarbacane Desktop </summary>
10
- <description>&lt;i&gt;With Sarbacane Desktop, easily create and send stunning newsletters to inform your community and increase customer loyalty.&lt;/i&gt;&#xD;
11
- &lt;br /&gt;&#xD;
12
  &lt;h2&gt;Merchant Benefits&lt;/h2&gt;&#xD;
13
  &#xD;
14
  &lt;p&gt;&lt;b&gt;Easy : &lt;/b&gt;Simply create beautiful responsive newsletters thanks to the EmailBuilder&lt;/p&gt;&#xD;
@@ -21,7 +21,7 @@
21
  &#xD;
22
  &lt;h2&gt;Features&lt;/h2&gt;&#xD;
23
  &#xD;
24
- &lt;p&gt;Sarbacane Desktop is a complete solution for emailing, &lt;b&gt;affordable for begginners and complete for experts.&lt;/b&gt;&lt;/p&gt;&#xD;
25
  &#xD;
26
  &lt;ul&gt;&#xD;
27
  &lt;li&gt;Store data synchronized in real time, no need to export manually&lt;/li&gt;&#xD;
@@ -32,37 +32,40 @@
32
  &lt;li&gt;Ability to target contacts according to their orders data for more effective campaigns&lt;/li&gt;&#xD;
33
  &lt;li&gt;Detailed statistics, geolocation, detection of openings, opening time, clicks, type of messaging, churn, incorrect addresses, etc.&lt;/li&gt;&#xD;
34
  &lt;/ul&gt;&#xD;
 
35
  &lt;hr /&gt;&#xD;
36
- &lt;i&gt;Avec Sarbacane Desktop, cr&#xE9;ez et envoyez simplement de superbes newsletters pour informer et fid&#xE9;liser vos clients.&lt;/i&gt;&#xD;
 
37
  &lt;br /&gt;&#xD;
38
- &lt;h2&gt;Les &amp;quot;+&amp;quot; pour vous&lt;/h2&gt;&#xD;
39
  &#xD;
40
- &lt;p&gt;&lt;b&gt;Simplicit&#xE9; : &lt;/b&gt;Cr&#xE9;ez simplement de superbes newsletters responsive gr&#xE2;ce &#xE0; l'EmailBuilder.&lt;/p&gt;&#xD;
41
  &#xD;
42
- &lt;p&gt;&lt;b&gt;D&#xE9;livrabilit&#xE9; optimale : &lt;/b&gt;Vos clients re&#xE7;oivent vraiment vos emails.&lt;/p&gt;&#xD;
43
  &#xD;
44
- &lt;p&gt;&lt;b&gt;Fonctionnalit&#xE9;s avanc&#xE9;es : &lt;/b&gt;ciblage, segmentation, Split test etc.&lt;/p&gt;&#xD;
45
  &#xD;
46
- &lt;p&gt;&lt;b&gt;Accompagnement : &lt;/b&gt;Un support technique &#xE0; votre &#xE9;coute et de nombreuses ressources en ligne : vid&#xE9;os, tutoriels, guides, conseils ...&lt;/p&gt;&#xD;
47
  &#xD;
48
- &lt;h2&gt;Fonctionnalit&#xE9;s&lt;/h2&gt;&#xD;
49
  &#xD;
50
- &lt;p&gt;Sarbacane Desktop est une solution compl&#xE8;te pour l'emailing, &lt;b&gt;abordable pour les d&#xE9;butants et compl&#xE8;te pour les experts.&lt;/b&gt;&lt;/p&gt;&#xD;
51
  &#xD;
52
  &lt;ul&gt;&#xD;
53
- &lt;li&gt;Donn&#xE9;es de boutique synchronis&#xE9;es en temps r&#xE9;el, pas besoin d'exporter manuellement.&lt;/li&gt;&#xD;
54
- &lt;li&gt;Des centaines de mod&#xE8;les responsives gratuits &#xE0; utiliser et personnaliser dans l'EmailBuilder nouvelle g&#xE9;n&#xE9;ration. &lt;b&gt;Vous cr&#xE9;ez votre email en quelques clics ! &lt;/b&gt;&lt;/li&gt;&#xD;
55
- &lt;li&gt;D&#xE9;livrabilit&#xE9; optimis&#xE9;e gr&#xE2;ce &#xE0; notre plateforme de routage reconnue aupr&#xE8;s de l'ensemble des fournisseurs d'acc&#xE8;s Internet et grands webmails.&lt;/li&gt;&#xD;
56
- &lt;li&gt;Tests A/B, envois programmables, pr&#xE9;visualisation dans plus de 20 messageries en 1 clic.&lt;/li&gt;&#xD;
57
- &lt;li&gt;Chaque &#xE9;l&#xE9;ment de votre message est personnalisable avec les donn&#xE9;es pr&#xE9;sentes dans votre base de contacts : pr&#xE9;nom, nom, ville, ...&lt;/li&gt;&#xD;
58
- &lt;li&gt;Possibilit&#xE9; de cibler et exploiter les contacts en fonction de leurs donn&#xE9;es de commandes pour des campagnes plus efficaces&lt;/li&gt;&#xD;
59
- &lt;li&gt;Statistiques d&#xE9;taill&#xE9;es, g&#xE9;olocalisation, d&#xE9;tection des ouvertures, temps d'ouvertures, clics, type de messageries, d&#xE9;sabonnements, adresses erronn&#xE9;es, etc.&lt;/li&gt;&#xD;
60
- &lt;/ul&gt;</description>
61
- <notes>This release hugely improves the plugin behavior. No more useless data are stored.</notes>
 
62
  <authors><author><name>Sarbacane Software</name><user>egavard</user><email>connectors@sarbacane.com</email></author></authors>
63
- <date>2015-06-25</date>
64
- <time>15:08:30</time>
65
- <contents><target name="magecommunity"><dir name="Sarbacane"><dir name="Mailify"><dir name="Block"><dir name="Adminhtml"><file name="Mailify.php" hash="f0ad71d64dc619421a67a3af24b23278"/></dir></dir><dir name="Helper"><file name="Data.php" hash="00fbadd2b8c1d7d4c88f20edb09721a9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MailifyController.php" hash="3e8e56c95f4453af3fa9853f946bce9e"/></dir><file name="IndexController.php" hash="a84d67560076b3e0a555503fd0bc7889"/></dir><dir name="etc"><file name="config.xml" hash="0c8052e8c0c88f71148193f672cf382a"/></dir><dir name="sql"><dir name="mailify_setup"><file name="mysql4-install-1.0.0.0.php" hash="82834af7ce95c1bd9d3063ffdf3a11f5"/><file name="mysql4-upgrade-1.0.0.0-1.0.0.1.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.1-1.0.0.2.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.2-1.0.0.3.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.3-1.0.0.4.php" hash="2bd5ea1d79115c1a6ba919a708b1fb4b"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="Sarbacane_Mailify"><file name="mailify.css" hash="6fcee54bdab10db72a361ec5a139cc7c"/></dir></dir><dir name="images"><file name="sd.png" hash="2038d3c503e8f59d14177a131bef7537"/></dir><dir name="js"><dir name="Sarbacane_Mailify"><file name="mailify.js" hash="d38d9ec858dfdce14e0156acc87c1c50"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mailify.xml" hash="2ce0ac9b7cd4ec8adf80494c86aaae10"/></dir><dir name="template"><dir name="mailify"><file name="mailify.phtml" hash="01ed4cea3b25957dbfbb2ad3e99c41e8"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Sarbacane_Mailify.xml" hash="daf2fd2fbde04d804b1fdd7671273c82"/></dir></dir></dir></target><target name="magelocale"><dir name="es_ES"><file name="Sarbacane_Mailify.csv" hash="8935ea92f97fa8f488ce2d6e22dcc1f6"/></dir><dir name="en_US"><file name="Sarbacane_Mailify.csv" hash="5e35719a54d7d7729af24a83e65861b0"/></dir></target></contents>
66
  <compatible/>
67
  <dependencies><required><php><min>5.0.0</min><max>5.6.9</max></php></required></dependencies>
68
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Sarbacane_Mailify</name>
4
+ <version>1.0.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/academic.php">AFL</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary> The extension synchronizes your e-shop Magento and the emailing solution software Mailify</summary>
10
+ <description>&lt;i&gt;With Mailify, easily create and send stunning newsletters to inform your community and increase customer loyalty.&lt;/i&gt;&#xD;
11
+ &lt;br /&gt;&lt;br /&gt;&#xD;
12
  &lt;h2&gt;Merchant Benefits&lt;/h2&gt;&#xD;
13
  &#xD;
14
  &lt;p&gt;&lt;b&gt;Easy : &lt;/b&gt;Simply create beautiful responsive newsletters thanks to the EmailBuilder&lt;/p&gt;&#xD;
21
  &#xD;
22
  &lt;h2&gt;Features&lt;/h2&gt;&#xD;
23
  &#xD;
24
+ &lt;p&gt;Mailify is a complete solution for emailing, &lt;b&gt;affordable for begginners and complete for experts.&lt;/b&gt;&lt;/p&gt;&#xD;
25
  &#xD;
26
  &lt;ul&gt;&#xD;
27
  &lt;li&gt;Store data synchronized in real time, no need to export manually&lt;/li&gt;&#xD;
32
  &lt;li&gt;Ability to target contacts according to their orders data for more effective campaigns&lt;/li&gt;&#xD;
33
  &lt;li&gt;Detailed statistics, geolocation, detection of openings, opening time, clicks, type of messaging, churn, incorrect addresses, etc.&lt;/li&gt;&#xD;
34
  &lt;/ul&gt;&#xD;
35
+ &lt;a href="https://www.mailify.com/?utm_source=magento&amp;amp;utm_medium=plugin&amp;amp;utm_campaign=marketplace"&gt;www.mailify.com&lt;/a&gt;&#xD;
36
  &lt;hr /&gt;&#xD;
37
+ &#xD;
38
+ &lt;i&gt;Con Mailify, Crea y env&#xED;a f&#xE1;cilmente newsletters magn&#xED;ficas para informar y fidelizar tus clientes.&lt;/i&gt;&#xD;
39
  &lt;br /&gt;&#xD;
40
+ &lt;h2&gt;Cu&#xE1;les son las ventajas&lt;/h2&gt;&#xD;
41
  &#xD;
42
+ &lt;p&gt;&lt;b&gt;Simplicidad :&lt;/b&gt; Crea f&#xE1;cilmente magn&#xED;ficas newsletters responsive gracias al EmailBuilder&lt;/p&gt;&#xD;
43
  &#xD;
44
+ &lt;p&gt;&lt;b&gt;Entregabilidad &#xF3;ptima : &lt;/b&gt;Tus clientes reciben realmente tus emails&lt;/p&gt;&#xD;
45
  &#xD;
46
+ &lt;p&gt;&lt;b&gt;Funcionalidades avanzadas : &lt;/b&gt;Personalizaci&#xF3;n, segmentaci&#xF3;n, split-test...&lt;/p&gt;&#xD;
47
  &#xD;
48
+ &lt;p&gt;&lt;b&gt;Asistencia : &lt;/b&gt;Soporte t&#xE9;cnico a tu disposici&#xF3;n y numerosas fuentes en l&#xED;nea: v&#xED;deos, tutoriales, gu&#xED;as, consejos...&lt;/p&gt;&#xD;
49
  &#xD;
50
+ &lt;h2&gt;Funcionalidades&lt;/h2&gt;&#xD;
51
  &#xD;
52
+ &lt;p&gt;Mailify es la soluci&#xF3;n ideal para el emailing, &lt;b&gt;sencilla para los principiantes y completa para los expertos.&lt;/b&gt;&lt;/p&gt;&#xD;
53
  &#xD;
54
  &lt;ul&gt;&#xD;
55
+ &lt;li&gt;Datos de tiendas sincronizadas en tiempo real, sin la necesidad de exportar manualmente.&lt;/li&gt;&#xD;
56
+ &lt;li&gt;Centenares de plantillas de newsletter responsive gratuitas para utilizar y personalizar con el EmailBuilder, editor gr&#xE1;fico de nueva generaci&#xF3;n. &lt;b&gt;&#xA1;Crea tu email en unos clics!&lt;/b&gt;&lt;/li&gt;&#xD;
57
+ &lt;li&gt;Entregabilidad optimizada gracias a nuestra plataforma de enrutamiento reconocida entre el conjunto de proveedores de acceso a Internet y webmails.&lt;/li&gt;&#xD;
58
+ &lt;li&gt;Pruebas A/B, env&#xED;os programables, vistas previas en m&#xE1;s de 20 mensajer&#xED;as con tal solo un clic.&lt;/li&gt;&#xD;
59
+ &lt;li&gt;Cada elemento de tu mensaje se puede personalizar con las informaciones de tu base de datos: nombre, ciudad, g&#xE9;nero...&lt;/li&gt;&#xD;
60
+ &lt;li&gt;Posibilidad de segmentar y aprovechar los contactos en funci&#xF3;n de los datos de sus pedidos para campa&#xF1;as m&#xE1;s eficaces.&lt;/li&gt;&#xD;
61
+ &lt;li&gt;Estad&#xED;sticas detalladas, geolocalizaci&#xF3;n, detecci&#xF3;n de aperturas, tiempo de lectura, clics, tipo de mensajer&#xED;a, bajas, direcciones err&#xF3;neas...&lt;/li&gt;&#xD;
62
+ &lt;/ul&gt;&#xD;
63
+ &lt;a href="https://es.mailify.com/?utm_source=magento&amp;amp;utm_medium=plugin&amp;amp;utm_campaign=marketplace"&gt;es.mailify.com&lt;/a&gt;</description>
64
+ <notes>This release corrects some links and label anomalies.</notes>
65
  <authors><author><name>Sarbacane Software</name><user>egavard</user><email>connectors@sarbacane.com</email></author></authors>
66
+ <date>2015-07-06</date>
67
+ <time>07:15:00</time>
68
+ <contents><target name="magecommunity"><dir name="Sarbacane"><dir name="Mailify"><dir name="Block"><dir name="Adminhtml"><file name="Mailify.php" hash="f0ad71d64dc619421a67a3af24b23278"/></dir></dir><dir name="Helper"><file name="Data.php" hash="00fbadd2b8c1d7d4c88f20edb09721a9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MailifyController.php" hash="3e8e56c95f4453af3fa9853f946bce9e"/></dir><file name="IndexController.php" hash="a84d67560076b3e0a555503fd0bc7889"/></dir><dir name="etc"><file name="config.xml" hash="0c8052e8c0c88f71148193f672cf382a"/></dir><dir name="sql"><dir name="mailify_setup"><file name="mysql4-install-1.0.0.0.php" hash="82834af7ce95c1bd9d3063ffdf3a11f5"/><file name="mysql4-upgrade-1.0.0.0-1.0.0.1.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.1-1.0.0.2.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.2-1.0.0.3.php" hash="35660ae27bb6ef74c885ad86284f9071"/><file name="mysql4-upgrade-1.0.0.3-1.0.0.4.php" hash="2bd5ea1d79115c1a6ba919a708b1fb4b"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="Sarbacane_Mailify"><file name="mailify.css" hash="6fcee54bdab10db72a361ec5a139cc7c"/></dir></dir><dir name="images"><file name="sd.png" hash="2038d3c503e8f59d14177a131bef7537"/></dir><dir name="js"><dir name="Sarbacane_Mailify"><file name="mailify.js" hash="d38d9ec858dfdce14e0156acc87c1c50"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mailify.xml" hash="2ce0ac9b7cd4ec8adf80494c86aaae10"/></dir><dir name="template"><dir name="mailify"><file name="mailify.phtml" hash="2207e779b2aabba7bf662405250e6c90"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Sarbacane_Mailify.xml" hash="daf2fd2fbde04d804b1fdd7671273c82"/></dir></dir></dir></target><target name="magelocale"><dir name="es_ES"><file name="Sarbacane_Mailify.csv" hash="42634aab6c690e91c034669088901a5d"/></dir><dir name="en_US"><file name="Sarbacane_Mailify.csv" hash="8a01594aefc32010c79d369b05e12541"/></dir></target></contents>
69
  <compatible/>
70
  <dependencies><required><php><min>5.0.0</min><max>5.6.9</max></php></required></dependencies>
71
  </package>