FireGento_MageSetup - Version 2.2.2

Version Notes

Download this release

Release Info

Developer Team FireGento
Extension FireGento_MageSetup
Version 2.2.2
Comparing to
See all releases


Code changes from version 2.2.1 to 2.2.2

Files changed (91) hide show
  1. app/code/community/FireGento/MageSetup/Block/Adminhtml/Magesetup.php +1 -1
  2. app/code/community/FireGento/MageSetup/Block/Adminhtml/Newsletter/Subscriber/Status.php +1 -1
  3. app/code/community/FireGento/MageSetup/Block/Adminhtml/Newsletter/Subscriber/Status/Grid.php +1 -1
  4. app/code/community/FireGento/MageSetup/Block/Adminhtml/Notifications.php +1 -1
  5. app/code/community/FireGento/MageSetup/Block/Bundle/Catalog/Product/Price.php +1 -1
  6. app/code/community/FireGento/MageSetup/Block/Bundle/Catalog/Product/Price/Abstract.php +1 -1
  7. app/code/community/FireGento/MageSetup/Block/Catalog/Product/Price.php +5 -4
  8. app/code/community/FireGento/MageSetup/Block/Catalog/Product/Price/Abstract.php +1 -1
  9. app/code/community/FireGento/MageSetup/Block/Checkout/Agreements.php +1 -1
  10. app/code/community/FireGento/MageSetup/Block/Checkout/Information.php +1 -1
  11. app/code/community/FireGento/MageSetup/Block/Customer/Account/Agreements.php +1 -1
  12. app/code/community/FireGento/MageSetup/Block/Imprint/Content.php +1 -1
  13. app/code/community/FireGento/MageSetup/Block/Imprint/Field.php +1 -1
  14. app/code/community/FireGento/MageSetup/Helper/Catalog/Product/Configuration.php +1 -1
  15. app/code/community/FireGento/MageSetup/Helper/Checkout/Data.php +1 -1
  16. app/code/community/FireGento/MageSetup/Helper/Data.php +1 -1
  17. app/code/community/FireGento/MageSetup/Model/Config.php +1 -1
  18. app/code/community/FireGento/MageSetup/Model/Newsletter/Observer.php +1 -1
  19. app/code/community/FireGento/MageSetup/Model/Newsletter/Subscriber/Status.php +1 -1
  20. app/code/community/FireGento/MageSetup/Model/Observer.php +1 -1
  21. app/code/community/FireGento/MageSetup/Model/Resource/Newsletter/Subscriber/Status.php +1 -1
  22. app/code/community/FireGento/MageSetup/Model/Resource/Newsletter/Subscriber/Status/Collection.php +1 -1
  23. app/code/community/FireGento/MageSetup/Model/Setup.php +1 -1
  24. app/code/community/FireGento/MageSetup/Model/Setup/Abstract.php +1 -1
  25. app/code/community/FireGento/MageSetup/Model/Setup/Agreements.php +1 -1
  26. app/code/community/FireGento/MageSetup/Model/Setup/Cms.php +1 -1
  27. app/code/community/FireGento/MageSetup/Model/Setup/Email.php +2 -1
  28. app/code/community/FireGento/MageSetup/Model/Setup/Systemconfig.php +1 -1
  29. app/code/community/FireGento/MageSetup/Model/Setup/Tax.php +1 -1
  30. app/code/community/FireGento/MageSetup/Model/Source/AgreementType.php +1 -1
  31. app/code/community/FireGento/MageSetup/Model/Source/Cms/Block.php +1 -1
  32. app/code/community/FireGento/MageSetup/Model/Source/Cms/Page.php +1 -1
  33. app/code/community/FireGento/MageSetup/Model/Source/RevocationProductType.php +1 -1
  34. app/code/community/FireGento/MageSetup/Model/Source/Tax/CustomerTaxClass.php +1 -1
  35. app/code/community/FireGento/MageSetup/Model/Source/Tax/DynamicType.php +1 -1
  36. app/code/community/FireGento/MageSetup/Model/Source/Tax/NewCustomerTaxClass.php +1 -1
  37. app/code/community/FireGento/MageSetup/Model/Source/Tax/NewProductTaxClass.php +1 -1
  38. app/code/community/FireGento/MageSetup/Model/Source/Tax/ProductTaxClass.php +1 -1
  39. app/code/community/FireGento/MageSetup/Model/Tax/Config.php +1 -1
  40. app/code/community/FireGento/MageSetup/Test/Block/Imprint/Content.php +1 -1
  41. app/code/community/FireGento/MageSetup/Test/Config/Main.php +1 -1
  42. app/code/community/FireGento/MageSetup/Test/Model/Observer.php +1 -1
  43. app/code/community/FireGento/MageSetup/Test/Model/Source/AgreementType.php +1 -1
  44. app/code/community/FireGento/MageSetup/Test/Model/Source/Tax/DynamicType.php +1 -1
  45. app/code/community/FireGento/MageSetup/controllers/Adminhtml/MagesetupController.php +1 -1
  46. app/code/community/FireGento/MageSetup/controllers/Adminhtml/NewsletterController.php +1 -1
  47. app/code/community/FireGento/MageSetup/controllers/FrontendController.php +1 -1
  48. app/code/community/FireGento/MageSetup/data/magesetup_setup/data-upgrade-2.0.0-2.0.1.php +1 -1
  49. app/code/community/FireGento/MageSetup/data/magesetup_setup/data-upgrade-2.0.1-2.0.2.php +1 -1
  50. app/code/community/FireGento/MageSetup/etc/adminhtml.xml +1 -1
  51. app/code/community/FireGento/MageSetup/etc/at/email.xml +1 -1
  52. app/code/community/FireGento/MageSetup/etc/at/tax.xml +1 -1
  53. app/code/community/FireGento/MageSetup/etc/ch/email.xml +1 -1
  54. app/code/community/FireGento/MageSetup/etc/ch/tax.xml +1 -1
  55. app/code/community/FireGento/MageSetup/etc/config.xml +2 -2
  56. app/code/community/FireGento/MageSetup/etc/de/email.xml +1 -1
  57. app/code/community/FireGento/MageSetup/etc/de/tax.xml +1 -1
  58. app/code/community/FireGento/MageSetup/etc/default/agreement.xml +1 -1
  59. app/code/community/FireGento/MageSetup/etc/default/cms.xml +1 -1
  60. app/code/community/FireGento/MageSetup/etc/default/email.xml +1 -1
  61. app/code/community/FireGento/MageSetup/etc/default/systemconfig.xml +1 -1
  62. app/code/community/FireGento/MageSetup/etc/default/tax.xml +1 -1
  63. app/code/community/FireGento/MageSetup/etc/es/tax.xml +1 -1
  64. app/code/community/FireGento/MageSetup/etc/fr/email.xml +1 -1
  65. app/code/community/FireGento/MageSetup/etc/fr/tax.xml +1 -1
  66. app/code/community/FireGento/MageSetup/etc/gb/tax.xml +1 -1
  67. app/code/community/FireGento/MageSetup/etc/it/email.xml +1 -1
  68. app/code/community/FireGento/MageSetup/etc/it/tax.xml +1 -1
  69. app/code/community/FireGento/MageSetup/etc/nl/tax.xml +1 -1
  70. app/code/community/FireGento/MageSetup/etc/pl/email.xml +1 -1
  71. app/code/community/FireGento/MageSetup/etc/pl/tax.xml +1 -1
  72. app/code/community/FireGento/MageSetup/etc/ro/email.xml +1 -1
  73. app/code/community/FireGento/MageSetup/etc/ro/tax.xml +1 -1
  74. app/code/community/FireGento/MageSetup/etc/ru/cms.xml +1 -1
  75. app/code/community/FireGento/MageSetup/etc/ru/email.xml +1 -1
  76. app/code/community/FireGento/MageSetup/etc/ru/tax.xml +1 -1
  77. app/code/community/FireGento/MageSetup/etc/system.xml +1 -1
  78. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-install-0.5.0.php +1 -1
  79. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.0.4-1.0.5.php +1 -1
  80. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.2-1.1.3.php +1 -1
  81. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.3-1.1.4.php +1 -1
  82. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.4-1.2.0.php +1 -1
  83. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.2.0-1.2.1.php +1 -1
  84. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.2.2-1.2.3.php +1 -1
  85. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-2.1.1-2.2.0.php +1 -1
  86. app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-2.2.0-2.2.1.php +1 -1
  87. app/design/frontend/base/default/template/magesetup/checkout/multishipping/agreements.phtml +2 -2
  88. app/design/frontend/base/default/template/magesetup/checkout/onepage/agreements.phtml +1 -1
  89. app/design/frontend/base/default/template/magesetup/customer/form/tc-confirmation.phtml +2 -2
  90. app/etc/modules/FireGento_MageSetup.xml +1 -1
  91. package.xml +4 -4
app/code/community/FireGento/MageSetup/Block/Adminhtml/Magesetup.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.4.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.4.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Adminhtml/Newsletter/Subscriber/Status.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Adminhtml/Newsletter/Subscriber/Status/Grid.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Adminhtml/Notifications.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.4.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.4.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Bundle/Catalog/Product/Price.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Bundle/Catalog/Product/Price/Abstract.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/Block/Catalog/Product/Price.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
@@ -76,6 +76,7 @@ class FireGento_MageSetup_Block_Catalog_Product_Price
76
  $htmlObject->setParentHtml($html);
77
  $htmlTemplate = $this->getLayout()->createBlock('core/template')
78
  ->setTemplate('magesetup/price_info.phtml')
 
79
  ->setFormattedTaxRate($this->getFormattedTaxRate())
80
  ->setIsIncludingTax($this->isIncludingTax())
81
  ->setIsIncludingShippingCosts($this->isIncludingShippingCosts())
@@ -223,15 +224,15 @@ class FireGento_MageSetup_Block_Catalog_Product_Price
223
  if (is_null($taxPercent)) {
224
  $taxClassId = $product->getTaxClassId();
225
  if ($taxClassId) {
226
- $storeId = Mage::app()->getStore()->getId();
227
  $groupId = Mage::getSingleton('customer/session')->getCustomerGroupId();
228
  $group = Mage::getModel('customer/group')->load($groupId);
229
  $customerTaxClassId = $group->getData('tax_class_id');
230
 
231
  /* @var $calculation Mage_Tax_Model_Calculation */
232
  $calculation = Mage::getSingleton('tax/calculation');
233
- $request = $calculation->getRateRequest(null, null, $customerTaxClassId, $storeId);
234
- $taxPercent = Mage::getSingleton('tax/calculation')->getRate($request->setProductClassId($taxClassId));
235
  }
236
  }
237
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
76
  $htmlObject->setParentHtml($html);
77
  $htmlTemplate = $this->getLayout()->createBlock('core/template')
78
  ->setTemplate('magesetup/price_info.phtml')
79
+ ->setProduct($this->getProduct())
80
  ->setFormattedTaxRate($this->getFormattedTaxRate())
81
  ->setIsIncludingTax($this->isIncludingTax())
82
  ->setIsIncludingShippingCosts($this->isIncludingShippingCosts())
224
  if (is_null($taxPercent)) {
225
  $taxClassId = $product->getTaxClassId();
226
  if ($taxClassId) {
227
+ $store = Mage::app()->getStore();
228
  $groupId = Mage::getSingleton('customer/session')->getCustomerGroupId();
229
  $group = Mage::getModel('customer/group')->load($groupId);
230
  $customerTaxClassId = $group->getData('tax_class_id');
231
 
232
  /* @var $calculation Mage_Tax_Model_Calculation */
233
  $calculation = Mage::getSingleton('tax/calculation');
234
+ $request = $calculation->getRateRequest(null, null, $customerTaxClassId, $store);
235
+ $taxPercent = $calculation->getRate($request->setProductClassId($taxClassId));
236
  }
237
  }
238
 
app/code/community/FireGento/MageSetup/Block/Catalog/Product/Price/Abstract.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Checkout/Agreements.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Checkout/Information.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Customer/Account/Agreements.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Imprint/Content.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Block/Imprint/Field.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Helper/Catalog/Product/Configuration.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.0.5
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.0.5
22
  */
23
 
app/code/community/FireGento/MageSetup/Helper/Checkout/Data.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Helper/Data.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Config.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Newsletter/Observer.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Newsletter/Subscriber/Status.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Observer.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Resource/Newsletter/Subscriber/Status.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Resource/Newsletter/Subscriber/Status/Collection.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup/Abstract.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup/Agreements.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup/Cms.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup/Email.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
@@ -107,6 +107,7 @@ class FireGento_MageSetup_Model_Setup_Email extends FireGento_MageSetup_Model_Se
107
  $template
108
  ->setTemplateCode($templateCode)
109
  ->setTemplateType($emailData['template_type'])
 
110
  ->setModifiedAt(Mage::getSingleton('core/date')->gmtDate());
111
 
112
  // Filter areas from template file
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
107
  $template
108
  ->setTemplateCode($templateCode)
109
  ->setTemplateType($emailData['template_type'])
110
+ ->setAddedAt(Mage::getSingleton('core/date')->gmtDate())
111
  ->setModifiedAt(Mage::getSingleton('core/date')->gmtDate());
112
 
113
  // Filter areas from template file
app/code/community/FireGento/MageSetup/Model/Setup/Systemconfig.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Setup/Tax.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/AgreementType.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Cms/Block.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Cms/Page.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/RevocationProductType.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Tax/CustomerTaxClass.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Tax/DynamicType.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.2.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.2.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Tax/NewCustomerTaxClass.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Tax/NewProductTaxClass.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Source/Tax/ProductTaxClass.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Model/Tax/Config.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/Test/Block/Imprint/Content.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/Test/Config/Main.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/Test/Model/Observer.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/Test/Model/Source/AgreementType.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/Test/Model/Source/Tax/DynamicType.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/controllers/Adminhtml/MagesetupController.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/controllers/Adminhtml/NewsletterController.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.1.4
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.1.4
22
  */
23
 
app/code/community/FireGento/MageSetup/controllers/FrontendController.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
 
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
 
app/code/community/FireGento/MageSetup/data/magesetup_setup/data-upgrade-2.0.0-2.0.1.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.1
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.1
22
  */
23
  /**
app/code/community/FireGento/MageSetup/data/magesetup_setup/data-upgrade-2.0.1-2.0.2.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 2.0.1
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 2.0.1
22
  */
23
  /**
app/code/community/FireGento/MageSetup/etc/adminhtml.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/at/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/at/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/ch/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/ch/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/config.xml CHANGED
@@ -16,13 +16,13 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
23
  <modules>
24
  <FireGento_MageSetup>
25
- <version>2.2.1</version>
26
  </FireGento_MageSetup>
27
  </modules>
28
  <global>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
23
  <modules>
24
  <FireGento_MageSetup>
25
+ <version>2.2.2</version>
26
  </FireGento_MageSetup>
27
  </modules>
28
  <global>
app/code/community/FireGento/MageSetup/etc/de/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/de/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/default/agreement.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/default/cms.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/default/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/default/systemconfig.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/default/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/es/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/fr/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/fr/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/gb/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/it/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/it/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/nl/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/pl/email.xml CHANGED
@@ -18,7 +18,7 @@
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
- * @version 2.2.1
22
  * @since 0.1.0
23
  */
24
  -->
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
+ * @version 2.2.2
22
  * @since 0.1.0
23
  */
24
  -->
app/code/community/FireGento/MageSetup/etc/pl/tax.xml CHANGED
@@ -18,7 +18,7 @@
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
- * @version 2.2.1
22
  * @since 0.1.0
23
  */
24
  -->
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
+ * @version 2.2.2
22
  * @since 0.1.0
23
  */
24
  -->
app/code/community/FireGento/MageSetup/etc/ro/email.xml CHANGED
@@ -18,7 +18,7 @@
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
- * @version 2.2.1
22
  * @since 0.1.0
23
  */
24
  -->
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
+ * @version 2.2.2
22
  * @since 0.1.0
23
  */
24
  -->
app/code/community/FireGento/MageSetup/etc/ro/tax.xml CHANGED
@@ -18,7 +18,7 @@
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
- * @version 2.2.1
22
  * @since 0.1.0
23
  */
24
  -->
18
  * @author FireGento Team <team@firegento.com>
19
  * @copyright 2013-2015 FireGento Team (http://www.firegento.de). All rights served.
20
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
21
+ * @version 2.2.2
22
  * @since 0.1.0
23
  */
24
  -->
app/code/community/FireGento/MageSetup/etc/ru/cms.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/ru/email.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/ru/tax.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/etc/system.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-install-0.5.0.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.0.4-1.0.5.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.0.5
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.0.5
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.2-1.1.3.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.0.7
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.0.7
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.3-1.1.4.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 1.0.7
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 1.0.7
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.1.4-1.2.0.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.2.0-1.2.1.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-1.2.2-1.2.3.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-2.1.1-2.2.0.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/code/community/FireGento/MageSetup/sql/magesetup_setup/mysql4-upgrade-2.2.0-2.2.1.php CHANGED
@@ -17,7 +17,7 @@
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
- * @version 2.2.1
21
  * @since 0.1.0
22
  */
23
  /**
17
  * @author FireGento Team <team@firegento.com>
18
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
19
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ * @version 2.2.2
21
  * @since 0.1.0
22
  */
23
  /**
app/design/frontend/base/default/template/magesetup/checkout/multishipping/agreements.phtml CHANGED
@@ -33,9 +33,9 @@ $helper = $this->helper('magesetup');
33
  <li>
34
  <p class="agree">
35
  <?php if($_a->getIsRequired()): ?>
36
- <input type="checkbox" id="agreement-<?php echo $_a->getId()?>" name="agreement[<?php echo $_a->getId()?>]" value="1" title="<?php echo $this->htmlEscape($_a->getCheckboxText()) ?>" class="checkbox" />
37
  <?php endif; ?>
38
- <label for="agreement-<?php echo $_a->getId()?>"><?php echo $_a->getIsHtml() ? $_a->getCheckboxText() : $this->htmlEscape($_a->getCheckboxText()) ?></label>
39
  <a href="#" onclick="window.open('<?php echo $this->getUrl('magesetup/frontend/agreements', array('id' => $_a->getId())) ?>', '', 'width=600,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes').focus(); return false;"><?php echo $this->__('[Show]') ?></a>
40
  </p>
41
  </li>
33
  <li>
34
  <p class="agree">
35
  <?php if($_a->getIsRequired()): ?>
36
+ <input type="checkbox" id="agreement-<?php echo $_a->getId()?>" name="agreement[<?php echo $_a->getId()?>]" value="1" title="<?php echo $this->escapeHtml($_a->getCheckboxText()) ?>" class="checkbox" />
37
  <?php endif; ?>
38
+ <label for="agreement-<?php echo $_a->getId()?>"><?php echo $_a->getIsHtml() ? $_a->getCheckboxText() : $this->escapeHtml($_a->getCheckboxText()) ?></label>
39
  <a href="#" onclick="window.open('<?php echo $this->getUrl('magesetup/frontend/agreements', array('id' => $_a->getId())) ?>', '', 'width=600,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes').focus(); return false;"><?php echo $this->__('[Show]') ?></a>
40
  </p>
41
  </li>
app/design/frontend/base/default/template/magesetup/checkout/onepage/agreements.phtml CHANGED
@@ -35,7 +35,7 @@ $agreements = $this->getAgreements();
35
  <li>
36
  <p class="agree">
37
  <?php if($agreement->getIsRequired()): ?>
38
- <input type="checkbox" id="agreement-<?php echo $agreement->getId()?>" name="agreement[<?php echo $agreement->getId()?>]" value="1" title="<?php echo $this->htmlEscape($agreement->getCheckboxText()) ?>" class="checkbox" />
39
  <?php endif; ?>
40
  <label <?php if($agreement->getIsRequired()): ?>for="agreement-<?php echo $agreement->getId()?>"<?php endif; ?>><?php echo $agreement->getIsHtml() ? $agreement->getCheckboxText() : $this->escapeHtml($agreement->getCheckboxText()) ?></label>
41
  <?php if (trim($agreement->getContent())): ?>
35
  <li>
36
  <p class="agree">
37
  <?php if($agreement->getIsRequired()): ?>
38
+ <input type="checkbox" id="agreement-<?php echo $agreement->getId()?>" name="agreement[<?php echo $agreement->getId()?>]" value="1" title="<?php echo $this->escapeHtml($agreement->getCheckboxText()) ?>" class="checkbox" />
39
  <?php endif; ?>
40
  <label <?php if($agreement->getIsRequired()): ?>for="agreement-<?php echo $agreement->getId()?>"<?php endif; ?>><?php echo $agreement->getIsHtml() ? $agreement->getCheckboxText() : $this->escapeHtml($agreement->getCheckboxText()) ?></label>
41
  <?php if (trim($agreement->getContent())): ?>
app/design/frontend/base/default/template/magesetup/customer/form/tc-confirmation.phtml CHANGED
@@ -32,9 +32,9 @@ $helper = $this->helper('magesetup');
32
  <li class="control">
33
  <p class="agree">
34
  <?php if( $_a->getIsRequired() ): ?>
35
- <input type="checkbox" id="agreement-<?php echo $_a->getId()?>" name="agreement[<?php echo $_a->getId()?>]" value="1" title="<?php echo $this->htmlEscape( $_a->getCheckboxText() ) ?>" class="checkbox required-entry"/>
36
  <?php endif; ?>
37
- <label <?php if( $_a->getIsRequired() ): ?>for="agreement-<?php echo $_a->getId()?>"<?php endif; ?> style="float:none;"><?php echo $_a->getIsHtml() ? $_a->getCheckboxText() : $this->htmlEscape( $_a->getCheckboxText() ) ?></label>
38
  <a href="<?php echo $helper->getAgreementUrl( $_a ) ?>" onclick="window.open(this.href, '', 'width=600,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes').focus(); return false;"><?php echo $this->__( '[Show]' ) ?></a>
39
  </p>
40
  </li>
32
  <li class="control">
33
  <p class="agree">
34
  <?php if( $_a->getIsRequired() ): ?>
35
+ <input type="checkbox" id="agreement-<?php echo $_a->getId()?>" name="agreement[<?php echo $_a->getId()?>]" value="1" title="<?php echo $this->escapeHtml( $_a->getCheckboxText() ) ?>" class="checkbox required-entry"/>
36
  <?php endif; ?>
37
+ <label <?php if( $_a->getIsRequired() ): ?>for="agreement-<?php echo $_a->getId()?>"<?php endif; ?> style="float:none;"><?php echo $_a->getIsHtml() ? $_a->getCheckboxText() : $this->escapeHtml( $_a->getCheckboxText() ) ?></label>
38
  <a href="<?php echo $helper->getAgreementUrl( $_a ) ?>" onclick="window.open(this.href, '', 'width=600,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes').focus(); return false;"><?php echo $this->__( '[Show]' ) ?></a>
39
  </p>
40
  </li>
app/etc/modules/FireGento_MageSetup.xml CHANGED
@@ -16,7 +16,7 @@
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
- * @version 2.2.1
20
  */
21
  -->
22
  <config>
16
  * @author FireGento Team <team@firegento.com>
17
  * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
18
  * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
19
+ * @version 2.2.2
20
  */
21
  -->
22
  <config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>FireGento_MageSetup</name>
4
- <version>2.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>See the full list of features including several screenshots at https://github.com/firegento/firegento-magesetup/blob/development/docs/features/features.markdown. Central features of MageSetup are: Setting of important configuration settings per Country; Predefined tax settings and tax classes for shipping from several countries to worldwide destinations; Assign new tax classes to all products (configurable); Creation of email templates based on the local language pack (Legal texts can be added to some templates automatically); Creation and Activation of Checkout Agreements (Agreements can be shown at customer registration instead of or additional to the checkout. They can be required or not); Creation of default CMS pages like imprint, terms and conditions, privacy, shipping, payment methods; Create email templates, cms pages and blocks as well as checkout agreements for store views with a different language as well; Possibility to add tax and/or shipping info to all prices; Automatical generation of meta data to products; Saving of every status change of newsletter subscriptions; Presets are configurable via xml files for every country seperately; Many more.</description>
11
  <notes></notes>
12
  <authors><author><name>Team FireGento</name><user>team</user><email>team@firegento.com</email></author></authors>
13
- <date>2015-01-25</date>
14
- <time>10:30:26</time>
15
- <contents><target name="magecommunity"><dir name="FireGento"><dir name="MageSetup"><dir name="Block"><dir name="Adminhtml"><file name="Magesetup.php" hash="99c5555b120fef2759b2c362b3cb6f4c"/><dir name="Newsletter"><dir name="Subscriber"><dir name="Status"><file name="Grid.php" hash="77901af39415e90b956861fdf4874590"/></dir><file name="Status.php" hash="9b144225b161e6873fa7319248a59472"/></dir></dir><file name="Notifications.php" hash="9b1aa730e27b60ced71e3bab5096c280"/></dir><dir name="Bundle"><dir name="Catalog"><dir name="Product"><dir name="Price"><file name="Abstract.php" hash="5fbc3769950bdb17801f5d369b340c14"/></dir><file name="Price.php" hash="a06b5357a796f465bde817cae8af0689"/></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="Price"><file name="Abstract.php" hash="46da61fca724813042018a1d25bef45c"/></dir><file name="Price.php" hash="4a74936eeafd0b571c50a7251ba0eb91"/></dir></dir><dir name="Checkout"><file name="Agreements.php" hash="34da9e2078c935131d0c6c4f0b121a7d"/><file name="Information.php" hash="4bb667367eb333cdb98ad374375c4fc4"/></dir><dir name="Customer"><dir name="Account"><file name="Agreements.php" hash="e4c3218d6a480075c4839ffd68e33746"/></dir></dir><dir name="Imprint"><file name="Content.php" hash="97235bb394257733eca27c4000d26548"/><file name="Field.php" hash="bdb286318c8e800e8b4730c114c869ad"/></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="51e02438dfa60e5f1d0657ee9b916d7d"/></dir></dir><dir name="Checkout"><file name="Data.php" hash="35bd571d1fe417c87d88cd2591fdb65b"/></dir><file name="Data.php" hash="6e1d72181bb8bfdd7c6851275d6506ab"/></dir><dir name="Model"><file name="Config.php" hash="14844f5b0e79cb59e620bf72cbd89776"/><dir name="Newsletter"><file name="Observer.php" hash="fa7fc0a1f2d1953411b6f12df4b33c0a"/><dir name="Subscriber"><file name="Status.php" hash="1c22c580e1d6371d5a5e8404b924be84"/></dir></dir><file name="Observer.php" hash="d46c6fcb264b327fb3da33960fade8ed"/><dir name="Resource"><dir name="Newsletter"><dir name="Subscriber"><dir name="Status"><file name="Collection.php" hash="1a39eb0b8d7c5d9d28bacfe2f42fe4e9"/></dir><file name="Status.php" hash="15548bd6d4e35c8a90262002e46a8b08"/></dir></dir></dir><dir name="Setup"><file name="Abstract.php" hash="ae6c4cdf8d4cf0ce6a6a2360294560d5"/><file name="Agreements.php" hash="fdc543ba72b602651bd6dd61f21836b4"/><file name="Cms.php" hash="48c5e522c6600a43561e780efb62f82a"/><file name="Email.php" hash="d362e3e06d588f9faf43e37b1383aabc"/><file name="Systemconfig.php" hash="5131744b21bde952c1cd83e52460c740"/><file name="Tax.php" hash="d29d3f6b89f6630ad4affab0fc5d9a23"/></dir><file name="Setup.php" hash="d290b12827550e874db142474358a225"/><dir name="Source"><file name="AgreementType.php" hash="ed7cb594ab9c7904d0acd421aea475ac"/><dir name="Cms"><file name="Block.php" hash="b3bc35834be66e3888648315302a7f50"/><file name="Page.php" hash="4c167287500a2d450164575c30e095eb"/></dir><file name="RevocationProductType.php" hash="d08f0fb288daf837958a2311f21ca9b3"/><dir name="Tax"><file name="CustomerTaxClass.php" hash="cf520518a560969538959eaf4bcc1661"/><file name="DynamicType.php" hash="9b4cad4fc2d4ba28f965756a716f2730"/><file name="NewCustomerTaxClass.php" hash="492b226db76e23f5f8dc05d0ff09f091"/><file name="NewProductTaxClass.php" hash="78dd6cc02ea447cd7a09d1aef302da20"/><file name="ProductTaxClass.php" hash="6c540124ad863ad9e74f2b351fb735b5"/></dir></dir><dir name="Tax"><file name="Config.php" hash="7624c02c73d7f2bc21e7a9f83aa02e2b"/></dir></dir><dir name="Test"><dir name="Block"><dir name="Imprint"><dir name="Content"><dir name="expectations"><file name="testGetEmail.yaml" hash="9f818bf5ccbc6a1fa12c1b470e813695"/><file name="testGetWeb.yaml" hash="530af4c66a5195368ca1fe32037680e4"/></dir><dir name="fixtures"><file name="generalImprint.yaml" hash="934a52b32f15683542f7c995b49e1dcf"/></dir><dir name="providers"><file name="testGetEmail.yaml" hash="3bd16e6edeb534f18c436f47e1555075"/><file name="testGetWeb.yaml" hash="bc224101dfc0f4049231a6a3eeb59cd0"/></dir></dir><file name="Content.php" hash="9db5403823b344a065ea83f3cedc448a"/></dir></dir><dir name="Config"><dir name="Main"><dir name="expectations"><file name="testModuleConfig.yaml" hash="bab59a7394272d618a40b98c51c71e91"/></dir></dir><file name="Main.php" hash="f3e36058726ca8f4713e520f57f96e8f"/></dir><dir name="Model"><dir name="Observer"><dir name="fixtures"><file name="testGoogleAnonymizationDisabled.yaml" hash="f5866b144d7c442b7fb6cc672d6f1ea4"/><file name="testGoogleAnonymizationEnabled.yaml" hash="4b347efc44a483a10d4dd703c44acffd"/></dir></dir><file name="Observer.php" hash="9a3848618e75ad075a0413ad5d27d9fb"/><dir name="Source"><dir name="AgreementType"><dir name="expectations"><file name="testGetOptionArray.yaml" hash="2c9de8f042c422e9da57eae98a6e6d0f"/><file name="testToOptionArray.yaml" hash="30a7c238cc60b24ef6d8c5768e4490b1"/></dir></dir><file name="AgreementType.php" hash="2d88cc4f9696425ce9e745f7636d8d67"/><dir name="Tax"><dir name="DynamicType"><dir name="expectations"><file name="testToOptionArray.yaml" hash="9488477b2222e1d8f21bdac5a44e59ec"/></dir></dir><file name="DynamicType.php" hash="0a74dbde74df8f04c7f8a1cf997fd182"/></dir></dir></dir><dir name="features"><file name="product_list.feature" hash="2d4190b881c870cde65486d72843d73a"/><file name="product_view.feature" hash="0434a55fd3640fb2fbe3d97ec4ae94d5"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MagesetupController.php" hash="c3689f2c5e8a942fbac69a6deab8fb78"/><file name="NewsletterController.php" hash="0dbd444534a7375138a79c90dec5f2c6"/></dir><file name="FrontendController.php" hash="3abe78395cf9dceedecaeed5ef3bc23b"/></dir><dir name="data"><dir name="magesetup_setup"><file name="data-upgrade-2.0.0-2.0.1.php" hash="5692432cbe60cd4a81ae9677814ab160"/><file name="data-upgrade-2.0.1-2.0.2.php" hash="787dabb92ee402b715b96770a678f68b"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="675558ca002a52a0c3ceee7f721db6d7"/><dir name="at"><file name="email.xml" hash="52797f693f793a9da357af183ee49605"/><file name="tax.xml" hash="2be69fc7a2f9f21532ddde8f07eecc35"/></dir><dir name="ch"><file name="email.xml" hash="52797f693f793a9da357af183ee49605"/><file name="tax.xml" hash="5a45467b526bdc179a74f9395faa3251"/></dir><file name="config.xml" hash="08d08454c81577f55d218f6a7eb9ad83"/><dir name="de"><file name="email.xml" hash="52821a6e3b12313a2e23f9b7dc8c6f0b"/><file name="tax.xml" hash="13c60cda40d7cda604e6978a4a09c2fc"/></dir><dir name="default"><file name="agreement.xml" hash="b87196d3e8b48768ca67010b276c6a5e"/><file name="cms.xml" hash="134184c6597cde65f1072706cf6043f4"/><file name="email.xml" hash="be16bfc537d5380631d43eba948d300a"/><file name="systemconfig.xml" hash="b6f4126e18038f8bfbfd00e09e049887"/><file name="tax.xml" hash="8975bb323df16620646ce155a58a6bcb"/></dir><dir name="es"><file name="tax.xml" hash="6ec2dbb21d79a3fe52ca6a1ff33090e0"/></dir><dir name="fr"><file name="email.xml" hash="2441d882b8664a91c0abde3c7a47844d"/><file name="tax.xml" hash="2b8b12aa867e54d10099fc5c859c2588"/></dir><dir name="gb"><file name="tax.xml" hash="8975bb323df16620646ce155a58a6bcb"/></dir><dir name="it"><file name="email.xml" hash="063dea49ecf9bfa674f39fca6b66451e"/><file name="tax.xml" hash="b4af5663aa8eda02375012ce13029c13"/></dir><dir name="nl"><file name="tax.xml" hash="c930912f74508297db8efb46c626bf1c"/></dir><dir name="pl"><file name="email.xml" hash="c39628017071f8d7e0249972fbde6a95"/><file name="tax.xml" hash="954be3553ddb108a7f4457e5d185c832"/></dir><dir name="ro"><file name="email.xml" hash="da0daadea779614c75e213c4e2ded7e3"/><file name="tax.xml" hash="73466782b9e91951f8d4fc47a4e77508"/></dir><dir name="ru"><file name="cms.xml" hash="1de6b740c339de7effc60053d353bb5f"/><file name="email.xml" hash="306c50a2356951b28141263c00cd295d"/><file name="tax.xml" hash="85829ae770e82d3913da7a57f5243556"/></dir><file name="system.xml" hash="1761421f8d1c602ae42dd7d5f70e55b2"/></dir><dir name="sql"><dir name="magesetup_setup"><file name="mysql4-install-0.5.0.php" hash="0e8c1b28a9b22eb65cc564d17481a695"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="8ad120db971ce4622bdd078aabc17616"/><file name="mysql4-upgrade-1.1.2-1.1.3.php" hash="f8b081f27dadfc77b60a98a8a3aa677b"/><file name="mysql4-upgrade-1.1.3-1.1.4.php" hash="e6dcab09e34d8fa726fb0dd40bd1ac54"/><file name="mysql4-upgrade-1.1.4-1.2.0.php" hash="5540eebb24fc38b78db9a5b8a107a3d7"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="d67ada4d4d8923b05d09a5138e6ea294"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="07b9490cc47222578cc817c15b7d852b"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="be9f6c4290e01c19159287eb153a358b"/><file name="mysql4-upgrade-2.1.1-2.2.0.php" hash="33ce2ab3d34ef912961e621bd77caae0"/><file name="mysql4-upgrade-2.2.0-2.2.1.php" hash="43893826a6300c30b4e927d8b2c61d11"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="FireGento_MageSetup.xml" hash="ef2a84794e682d2d2ff9c0a606f382c4"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="FireGento_MageSetup.csv" hash="1426249fbc630b1911fd87d85d03867a"/></dir><dir name="de_CH"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="08d8bee54c2fb03eddb0adc23d7e274e"/><file name="revocation.html" hash="05677b80fda54565da0cacedaea4f365"/><file name="revocation_digital.html" hash="c95a541c842a0a08a5ac525ada2ce470"/><file name="revocation_service.html" hash="cedf232325f863b86aca22d2b5bc7571"/></dir><dir name="block"><file name="business_terms.html" hash="0f96986590d2a64fd7a2b55e43b7f965"/><file name="revocation.html" hash="ec86aa93ec9aace4032dd6ecb1003ed1"/><file name="revocation_form.html" hash="e05c7a1c355715f7134718f2167a3dee"/></dir><dir name="page"><file name="404.html" hash="be269dd09e9e4290cf44a3a2413bc434"/><file name="business_terms.html" hash="51449b5899f3ba597707bfcfdc90bc76"/><file name="imprint.html" hash="a7ba9cf1f91dd6bd9667999f80d6b63f"/><file name="order.html" hash="d074e7420356a9048f14273f331570e5"/><file name="payment.html" hash="eb09162116067fbcba1ba84c0fb57639"/><file name="privacy.html" hash="a8445b5f751b668e5ff1ac2e9621b0d4"/><file name="revocation.html" hash="6ac5f8d9ba0f55fb8490e213746f424b"/><file name="revocation_form.html" hash="f0d8c0e523ef7a17e9c928405dc9d9f1"/><file name="shipping.html" hash="9f1eccc97f3202833b97d5c46cb431cd"/></dir></dir></dir></dir><dir name="de_DE"><file name="FireGento_MageSetup.csv" hash="81569339a756f37b9d0b1cf419ac7a83"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="08d8bee54c2fb03eddb0adc23d7e274e"/><file name="revocation.html" hash="05677b80fda54565da0cacedaea4f365"/><file name="revocation_digital.html" hash="c95a541c842a0a08a5ac525ada2ce470"/><file name="revocation_service.html" hash="cedf232325f863b86aca22d2b5bc7571"/></dir><dir name="block"><file name="business_terms.html" hash="846e8539fe4bd873d6b637a6d305a9af"/><file name="revocation.html" hash="ec86aa93ec9aace4032dd6ecb1003ed1"/><file name="revocation_form.html" hash="e05c7a1c355715f7134718f2167a3dee"/></dir><dir name="page"><file name="404.html" hash="be269dd09e9e4290cf44a3a2413bc434"/><file name="business_terms.html" hash="51449b5899f3ba597707bfcfdc90bc76"/><file name="imprint.html" hash="a7ba9cf1f91dd6bd9667999f80d6b63f"/><file name="order.html" hash="d074e7420356a9048f14273f331570e5"/><file name="payment.html" hash="eb09162116067fbcba1ba84c0fb57639"/><file name="privacy.html" hash="a8445b5f751b668e5ff1ac2e9621b0d4"/><file name="revocation.html" hash="6ac5f8d9ba0f55fb8490e213746f424b"/><file name="revocation_form.html" hash="f0d8c0e523ef7a17e9c928405dc9d9f1"/><file name="shipping.html" hash="9f1eccc97f3202833b97d5c46cb431cd"/></dir></dir></dir></dir><dir name="en_US"><file name="FireGento_MageSetup.csv" hash="dd014f75ad4aaaf0b48d36c0e9a76f27"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="ef0782b634c45ad53a0b153e4262be31"/><file name="revocation.html" hash="96c3fc8498277ffc7db1c20940e10b22"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="d3c29b8986a1280d74e253ef876f8517"/><file name="revocation.html" hash="2e3ebc99fa1f8e62d7afe024e403f9b9"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="ef24222de59d479e006a9854aadd1ab9"/><file name="business_terms.html" hash="5e8a3c758bd5c172cc94eec5872392dd"/><file name="imprint.html" hash="dcff5e560a9b251a34ef6e4cb9db32b8"/><file name="order.html" hash="5a0695c9e9a774b4f1ff6e0b5622eb32"/><file name="payment.html" hash="658621f82e8af8159905c9911df52fdd"/><file name="privacy.html" hash="2c9fde1acd5675293284d01ae95109ab"/><file name="revocation.html" hash="9429eabfa9900c84df6d0e8f842b151d"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="f62421a73c1852867f95b10eddf09562"/></dir></dir></dir></dir><dir name="ru_RU"><file name="FireGento_MageSetup.csv" hash="59aa002fa8a2c8785fabb91404afb7ab"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="6324cb1d34261c3fc7da453d67b2593a"/><file name="revocation.html" hash="972a311efd9d9a2f81db699601259c61"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="f91b5b1fff5c7433cd3193558884925b"/><file name="revocation.html" hash="487b87ad1b9c16dc5d26756d007bd2f2"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="adc9a947957a70181b05e8f0c88fda52"/><file name="business_terms.html" hash="e527de3d77e98664a307d723e9aa804e"/><file name="order.html" hash="86ee34198060a1dcb40fc9577e83f259"/><file name="payment.html" hash="0b613cf5e24e9c0f7b6fa375c94bda14"/><file name="privacy.html" hash="0085ca06f30eb9b42e3a8caaedcd8d8e"/><file name="revocation.html" hash="0ba1d3e52f2a2ebe200d85de52c152bd"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="94ae3eb57647d0390d485a18a8a7b401"/></dir></dir></dir></dir><dir name="pl_PL"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="f1da85112eaa87ce5c0ee24e19498098"/><file name="revocation.html" hash="f3f12d969a2c4dced244e4668d0698dd"/><file name="revocation_digital.html" hash="de8afe1556be563be13d88634f0028c0"/><file name="revocation_service.html" hash="d50b2d8d75ed4d4aec7a205fd3f655f4"/></dir><dir name="block"><file name="business_terms.html" hash="e9067c2db9137a1074e584b143b86e1b"/><file name="revocation.html" hash="fa1988d8d72bb098a6f03a7b3f9eee3b"/><file name="revocation_form.html" hash="7c9e594c0f6bfb9ad4a8bed750577a30"/></dir><dir name="page"><file name="404.html" hash="86f8ac2a0447897cf0dfc2cf28acf80b"/><file name="business_terms.html" hash="e248bb89f3032e8d9bd84948188df692"/><file name="imprint.html" hash="014f5bfdb932dd535793cb8e61add73b"/><file name="order.html" hash="d89f8a5f028fc1de00859c4450e82c88"/><file name="payment.html" hash="63aa7b4f060601c5a4651c7dbe6a5f1b"/><file name="privacy.html" hash="961c2c1da3ff981f2e1bee3d8c2a4060"/><file name="revocation.html" hash="edf0a49b9acc413b17eb5a63dbe71f45"/><file name="revocation_form.html" hash="170e86983fa92d9c72e34e1fa0aef7b5"/><file name="shipping.html" hash="aeef34e7060ee4f0f0be4c301301ffa3"/></dir></dir></dir></dir><dir name="ro_RO"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="637aefdc1a8deab4155c20f62c2ebb69"/><file name="revocation.html" hash="21872413ef06beacd83b161bb5e3d69d"/><file name="revocation_digital.html" hash="4a1d0dc444bb2500038d617ee7573e51"/><file name="revocation_service.html" hash="62b12f063605edb979b1f9fcbc912f1c"/></dir><dir name="block"><file name="business_terms.html" hash="aca1583ff494d4646888685d26716885"/><file name="revocation.html" hash="e45f08058a04c58fb62aa6c7d7264c18"/><file name="revocation_form.html" hash="3f78b56f9144631ffa8a0f1a27a5f9b6"/></dir><dir name="page"><file name="404.html" hash="6577105a0b50bf03f5322fb70a1181b2"/><file name="business_terms.html" hash="706d8030141b485b9c0995c20766bf23"/><file name="imprint.html" hash="75904794c2ceba468e551a0db6363406"/><file name="order.html" hash="1ced23d0554547a5cdf45b284abc66a2"/><file name="payment.html" hash="1235074e35632e201898d909c1783cf1"/><file name="privacy.html" hash="d1bd000f66448a35df0aa5a85e62c5e9"/><file name="revocation.html" hash="1f69d4df74f4bc482f663e929117e5de"/><file name="revocation_form.html" hash="668dffc5099ef28f93818beba6aeca73"/><file name="shipping.html" hash="024802f9a2cccd9d3e8ce39047adf9f9"/></dir></dir></dir></dir><dir name="fr_CH"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="06c85aba03fb36477dfc5ed1c0507279"/><file name="revocation.html" hash="a7496f45c125c3967a199dff58bc8ab7"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="ad3203fd83cc6f2889e7f9bd6b140416"/><file name="revocation.html" hash="a89c68600b266edc854020cf72283941"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="3f817bbe5b25886372749e91330b12d3"/><file name="business_terms.html" hash="7b212cf0ae4f65efb1ccaa3a9b45c26b"/><file name="imprint.html" hash="ca94ff740794026ad57c7772d7f9645c"/><file name="order.html" hash="9ace1c990d3960fa3e3a8ddab6a2210f"/><file name="payment.html" hash="72db5b37c9733d050b6760407570105a"/><file name="privacy.html" hash="39342651392d29868d52039d9b860c89"/><file name="revocation.html" hash="76657b8808e2e401e7d7e08b199a0b3c"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="b191377982a1d83230ba88950b1d2a05"/></dir></dir></dir></dir><dir name="fr_FR"><file name="FireGento_MageSetup.csv" hash="86b32f5f88b191e09d57eae1d320fc3c"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="cdbfcc57244cb13c7775574015248bc9"/><file name="revocation.html" hash="c6920aff5a63e4d1b2f2da82185f25f2"/><file name="revocation_digital.html" hash="04bae36c87b79fec2412b2654dc4dbbb"/><file name="revocation_service.html" hash="db7583cf6bf6dc2f4187da63dd1f42ae"/></dir><dir name="block"><file name="business_terms.html" hash="275ff7f3a1bc75feb6afc5bf6e6c7eec"/><file name="revocation.html" hash="3d7f9f210ebbccada812a92682ba721b"/><file name="revocation_form.html" hash="cd43d21615148760c394f34f4d41dc58"/></dir><dir name="page"><file name="404.html" hash="358030e3dfc682b49c1ffc6227b23f0c"/><file name="business_terms.html" hash="2fc29e7ac0fb6e21a38b2312154d111b"/><file name="imprint.html" hash="b09662c9a172658c8bdac21ebad52ad4"/><file name="order.html" hash="7a94b5ecb516a1a9249d4160072c4e9b"/><file name="payment.html" hash="9597a524c3c90baebb517700e559dd51"/><file name="privacy.html" hash="10e9513f9770c28538fb7d06c3b8d985"/><file name="revocation.html" hash="9a20ae49a4b28ed9914bd8595fd402e5"/><file name="revocation_form.html" hash="aed50371f9585490b4ab1cb7c6ebbd36"/><file name="shipping.html" hash="f0ec9be50cd7b5b98813124192bea44d"/></dir></dir></dir></dir><dir name="it_IT"><file name="FireGento_MageSetup.csv" hash="cadaf332269a5fb4348c0cfddc434ea8"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="85021eb464bdf7b978c679e88bb0c7e1"/><file name="revocation.html" hash="95064e9a9d4dd388e556974d8bc97135"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="def7695e209d28ab27a456aba89ad677"/><file name="revocation.html" hash="93493be4fe91cd38fa991e1a271e01a9"/><file name="revocation_form.html" hash="0a729eebe75c6dea9f8b6bee4c2c2fa6"/></dir><dir name="page"><file name="404.html" hash="8d48a098b3b2f72c0e5ee5ec35d2ad22"/><file name="business_terms.html" hash="5e8a3c758bd5c172cc94eec5872392dd"/><file name="imprint.html" hash="2ea2a9b22eb10b4e07c87b4787061f85"/><file name="order.html" hash="874f0c8550af24f63f9acaed6a173d2b"/><file name="payment.html" hash="94bf4e522c78f55a982eef1d4c719712"/><file name="privacy.html" hash="72d877b7d3402493160bd153ae0fc797"/><file name="revocation.html" hash="d446fae31562e09f192868c63ec308f3"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="104b43f4c169f9a3e6f682c50ba77b22"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magesetup.xml" hash="24f76b231be05976adba823a803b5ac4"/></dir><dir name="template"><dir name="magesetup"><file name="form.phtml" hash="cfb5100d6dab11a7855a1afdcf426d5e"/><file name="notifications.phtml" hash="f64760b55a1e6ace42525727a07a524f"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magesetup.xml" hash="8b9b721112f047ba3d3d847b0e633dbe"/></dir><dir name="template"><dir name="magesetup"><dir name="checkout"><file name="additional.phtml" hash="56ff8a69368e0f17dbf84b684fa39b3e"/><dir name="multishipping"><file name="agreements.phtml" hash="b2a43c5805f93e047866b74066ea9560"/><file name="overview.phtml" hash="b63c1467c562bda89bbd09c4300780e1"/></dir><dir name="onepage"><file name="agreements.phtml" hash="309af1f1a5f67a95c0449c94d95ecc04"/><dir name="review"><file name="item.phtml" hash="44984e9c7eeebfb7b609a14bad997c78"/></dir></dir></dir><dir name="customer"><dir name="form"><file name="tc-confirmation.phtml" hash="d68022d51af891ec256241ebd9c90ea3"/></dir></dir><file name="delivery_time.phtml" hash="df59c69ce711cbd1fcb70f2757fb1f35"/><dir name="footer"><file name="links.phtml" hash="5288fb0656fc714465f79560ba8be9f3"/></dir><dir name="imprint"><file name="address.phtml" hash="72aa4d12d8eeb24f13b895f2a1bf874b"/><file name="bank.phtml" hash="1ad3bd5237a922ed2e0225cac4141330"/><file name="communication.phtml" hash="1a4af3735041365469fa26037167f4cf"/><file name="email_footer.phtml" hash="73d3f6e630981bf1854147788fe8225f"/><file name="legal.phtml" hash="e08037c4e38a49fffaf9c320a8c85332"/><file name="tax.phtml" hash="72a21ac871e846803dd7ed5f17c78042"/></dir><file name="price_info.phtml" hash="6c46bb887d1dcbe93dff849be2e44715"/><file name="shipping.phtml" hash="c331e36d11a07ed784a89c7f4742c2e1"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="template"><dir name="magesetup"><dir name="footer"><file name="links.phtml" hash="b28f505e36e7a43587b7514c2841cfc3"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="magesetup"><file name="checkout.css" hash="7f58981c1ef61834d9af66e9ef67337d"/><file name="default.css" hash="6c94f0b4274685eafdf49473e577b430"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><dir name="magesetup"><file name="checkout.css" hash="2edc6c1346bfd3aee7a6f404203abc2d"/><file name="default.css" hash="64276dcb923cb4fb42b7e5c38575b9f8"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>7.9.9</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>FireGento_MageSetup</name>
4
+ <version>2.2.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</license>
7
  <channel>community</channel>
10
  <description>See the full list of features including several screenshots at https://github.com/firegento/firegento-magesetup/blob/development/docs/features/features.markdown. Central features of MageSetup are: Setting of important configuration settings per Country; Predefined tax settings and tax classes for shipping from several countries to worldwide destinations; Assign new tax classes to all products (configurable); Creation of email templates based on the local language pack (Legal texts can be added to some templates automatically); Creation and Activation of Checkout Agreements (Agreements can be shown at customer registration instead of or additional to the checkout. They can be required or not); Creation of default CMS pages like imprint, terms and conditions, privacy, shipping, payment methods; Create email templates, cms pages and blocks as well as checkout agreements for store views with a different language as well; Possibility to add tax and/or shipping info to all prices; Automatical generation of meta data to products; Saving of every status change of newsletter subscriptions; Presets are configurable via xml files for every country seperately; Many more.</description>
11
  <notes></notes>
12
  <authors><author><name>Team FireGento</name><user>team</user><email>team@firegento.com</email></author></authors>
13
+ <date>2015-02-20</date>
14
+ <time>07:56:46</time>
15
+ <contents><target name="magecommunity"><dir name="FireGento"><dir name="MageSetup"><dir name="Block"><dir name="Adminhtml"><file name="Magesetup.php" hash="e7e20c184fd8c885942f255bf208ebcc"/><dir name="Newsletter"><dir name="Subscriber"><dir name="Status"><file name="Grid.php" hash="011390e2fd75259b2fb3491976d62aaa"/></dir><file name="Status.php" hash="db8deaa92622fbe1dd8b2e44fd5f05eb"/></dir></dir><file name="Notifications.php" hash="ee044c9b78d9a37c36e6e98aee20c82e"/></dir><dir name="Bundle"><dir name="Catalog"><dir name="Product"><dir name="Price"><file name="Abstract.php" hash="573a9be26e8f4f327236e8783b2da762"/></dir><file name="Price.php" hash="dc179e483831351bcd49f1462eb69056"/></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="Price"><file name="Abstract.php" hash="49ff7bda429996e2c4d33dc3b65c1d74"/></dir><file name="Price.php" hash="a3f293b0010f92abec8aa2dadf377ca6"/></dir></dir><dir name="Checkout"><file name="Agreements.php" hash="daf958d55661f8ad7d4055c439b31307"/><file name="Information.php" hash="9e6b7b7a863934feb0006f4c84d67741"/></dir><dir name="Customer"><dir name="Account"><file name="Agreements.php" hash="847a2fcd3806f57bec9724f31a7a0bcd"/></dir></dir><dir name="Imprint"><file name="Content.php" hash="54a15e0e17f2ae27d82fd9121d782f77"/><file name="Field.php" hash="15a5b3b19e8785129d562731b471f6a7"/></dir></dir><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Configuration.php" hash="565a85b934577fb340a5d4470767caba"/></dir></dir><dir name="Checkout"><file name="Data.php" hash="5fd2a1d31fd19b39e1d5fff7e8679c1b"/></dir><file name="Data.php" hash="e906a25ea8a95af07c1f831d9e50e205"/></dir><dir name="Model"><file name="Config.php" hash="506271f960609c30bdf76e18d1072915"/><dir name="Newsletter"><file name="Observer.php" hash="4711c652904d5251ecaa9943ae7910c3"/><dir name="Subscriber"><file name="Status.php" hash="b322cd4ef117f84d039252fc715d348d"/></dir></dir><file name="Observer.php" hash="cbe93ce0103374dd1935e40b140685ca"/><dir name="Resource"><dir name="Newsletter"><dir name="Subscriber"><dir name="Status"><file name="Collection.php" hash="a4c45ebda5567023fadb7e88884b9d0f"/></dir><file name="Status.php" hash="1383ad9dd7d772e23a916d644478b3b6"/></dir></dir></dir><dir name="Setup"><file name="Abstract.php" hash="e4abeb4f177cd34545350297943af51d"/><file name="Agreements.php" hash="78ce33c076282387df6fd455cbeb6a2f"/><file name="Cms.php" hash="62b7239542da4eee6e6f57eb8597684b"/><file name="Email.php" hash="69b67eed1a5eaa2fdb42dde2fff9fbd6"/><file name="Systemconfig.php" hash="f2c0fe93e6636c3e673035775e8b7e91"/><file name="Tax.php" hash="548096212f64f83eca05728b004d4a12"/></dir><file name="Setup.php" hash="960795fba8ac61c9d7d036605c63bfca"/><dir name="Source"><file name="AgreementType.php" hash="c4b4a130bf49385d19ce216a31c377fb"/><dir name="Cms"><file name="Block.php" hash="5e17d525e2ce6a06706a9a27a349387e"/><file name="Page.php" hash="325775a940442b4eb5bac8202ad0a6a1"/></dir><file name="RevocationProductType.php" hash="21634b58bd5fb61e3018367b6c3ba904"/><dir name="Tax"><file name="CustomerTaxClass.php" hash="4e32c4374a70418dc85f7c9ba2f458c2"/><file name="DynamicType.php" hash="be7e14b3ebad6a9d30c7e53077b25936"/><file name="NewCustomerTaxClass.php" hash="8667f5251b03c3a4333f56ee9bfce35a"/><file name="NewProductTaxClass.php" hash="1103136945c44e3c35df71fef591716f"/><file name="ProductTaxClass.php" hash="3dfc53c5e1a30fff79523269c8bbe564"/></dir></dir><dir name="Tax"><file name="Config.php" hash="b67151bd8e0df17c17f10d2fda771945"/></dir></dir><dir name="Test"><dir name="Block"><dir name="Imprint"><dir name="Content"><dir name="expectations"><file name="testGetEmail.yaml" hash="9f818bf5ccbc6a1fa12c1b470e813695"/><file name="testGetWeb.yaml" hash="530af4c66a5195368ca1fe32037680e4"/></dir><dir name="fixtures"><file name="generalImprint.yaml" hash="934a52b32f15683542f7c995b49e1dcf"/></dir><dir name="providers"><file name="testGetEmail.yaml" hash="3bd16e6edeb534f18c436f47e1555075"/><file name="testGetWeb.yaml" hash="bc224101dfc0f4049231a6a3eeb59cd0"/></dir></dir><file name="Content.php" hash="d14a37595a58d112cc6fbde75a4cb566"/></dir></dir><dir name="Config"><dir name="Main"><dir name="expectations"><file name="testModuleConfig.yaml" hash="bab59a7394272d618a40b98c51c71e91"/></dir></dir><file name="Main.php" hash="92773636541f2f1bc8a124318693856a"/></dir><dir name="Model"><dir name="Observer"><dir name="fixtures"><file name="testGoogleAnonymizationDisabled.yaml" hash="f5866b144d7c442b7fb6cc672d6f1ea4"/><file name="testGoogleAnonymizationEnabled.yaml" hash="4b347efc44a483a10d4dd703c44acffd"/></dir></dir><file name="Observer.php" hash="64bac87a58af8f6a6409fb775fb1e0da"/><dir name="Source"><dir name="AgreementType"><dir name="expectations"><file name="testGetOptionArray.yaml" hash="2c9de8f042c422e9da57eae98a6e6d0f"/><file name="testToOptionArray.yaml" hash="30a7c238cc60b24ef6d8c5768e4490b1"/></dir></dir><file name="AgreementType.php" hash="ba3d5649f52cab0c14ab573c841ef0a3"/><dir name="Tax"><dir name="DynamicType"><dir name="expectations"><file name="testToOptionArray.yaml" hash="9488477b2222e1d8f21bdac5a44e59ec"/></dir></dir><file name="DynamicType.php" hash="5d4efe7a28c792b24327dd9fad764d6e"/></dir></dir></dir><dir name="features"><file name="product_list.feature" hash="2d4190b881c870cde65486d72843d73a"/><file name="product_view.feature" hash="0434a55fd3640fb2fbe3d97ec4ae94d5"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MagesetupController.php" hash="542abb209573da685aaeb5eb5dcc5c3f"/><file name="NewsletterController.php" hash="2e60f507227740ea6c556dd8aa1af368"/></dir><file name="FrontendController.php" hash="fe36ba540e9739b57d7ca22d03526d37"/></dir><dir name="data"><dir name="magesetup_setup"><file name="data-upgrade-2.0.0-2.0.1.php" hash="58cb73df49e1b2baa9100aa0f1476cb9"/><file name="data-upgrade-2.0.1-2.0.2.php" hash="ef0a17c3febf75df7119ac7867888b4c"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="87ea8c61adad43906df4fee5d4855c28"/><dir name="at"><file name="email.xml" hash="c779eab591c7654684261f9602217fdf"/><file name="tax.xml" hash="72961645922a846eba31e4d323ad62e5"/></dir><dir name="ch"><file name="email.xml" hash="c779eab591c7654684261f9602217fdf"/><file name="tax.xml" hash="0a929e575b29692db5b417300b043184"/></dir><file name="config.xml" hash="c8da3b53ec49854e0266f01ad89f5ca4"/><dir name="de"><file name="email.xml" hash="b8fe9d954896f0ec6c8a77ba5190ff8d"/><file name="tax.xml" hash="aaca575d8d2503d20e17e8c9284462da"/></dir><dir name="default"><file name="agreement.xml" hash="1ea363033cd4401efc6b5934b3087286"/><file name="cms.xml" hash="4d3943f325ea7d8789ceb3bac007875e"/><file name="email.xml" hash="a1cc80ddfd08c0c4231347ba58550dad"/><file name="systemconfig.xml" hash="bb0bf72455c3f88867184509c16857af"/><file name="tax.xml" hash="dd2195b1fe6b7421236388ab357a0344"/></dir><dir name="es"><file name="tax.xml" hash="f345ad39216d8eec19e99e06ceb9a8f3"/></dir><dir name="fr"><file name="email.xml" hash="a8b8d9695b910f6c63e426939a6af1ce"/><file name="tax.xml" hash="6a90953a7594724ce315ff940f518829"/></dir><dir name="gb"><file name="tax.xml" hash="dd2195b1fe6b7421236388ab357a0344"/></dir><dir name="it"><file name="email.xml" hash="0e33f6586c6a61b74cf6d1d338674d10"/><file name="tax.xml" hash="d2cacaec155986cefb4af1ca8b562fbd"/></dir><dir name="nl"><file name="tax.xml" hash="43e3f67badf8883606bda8e370372637"/></dir><dir name="pl"><file name="email.xml" hash="40c143b491a55b2c89b9bcffafca6146"/><file name="tax.xml" hash="4b2b49cb3f8d61be2bdb5882f1644fb7"/></dir><dir name="ro"><file name="email.xml" hash="0d3894cd750cd95de7555fe7161c95ab"/><file name="tax.xml" hash="14cba6497b7f47d25c574879a3ce244c"/></dir><dir name="ru"><file name="cms.xml" hash="3eae47564023e4fcc1acc62c684ac172"/><file name="email.xml" hash="1ddca775239cf495479d870574701f76"/><file name="tax.xml" hash="e82a8a2f7121c0908cb06b9d71c8b756"/></dir><file name="system.xml" hash="584984ffa2ceefa7fcfc1e15446e965b"/></dir><dir name="sql"><dir name="magesetup_setup"><file name="mysql4-install-0.5.0.php" hash="b7ef87ef269af29e17eeb87c2e8a4df8"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="5b94f3adc90fdf15a9ff175c819e4745"/><file name="mysql4-upgrade-1.1.2-1.1.3.php" hash="34f440e616431cf8b7980a2e08782e82"/><file name="mysql4-upgrade-1.1.3-1.1.4.php" hash="16e9021bf885b171a8c14aa92a15f115"/><file name="mysql4-upgrade-1.1.4-1.2.0.php" hash="fabae5d1563c3dbb8bbfa064dfa6b07f"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="450be2a8d4bc695e807955fa06c5bdc0"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="07b9490cc47222578cc817c15b7d852b"/><file name="mysql4-upgrade-1.2.2-1.2.3.php" hash="2173e7901c67db7f12b567afaa927405"/><file name="mysql4-upgrade-2.1.1-2.2.0.php" hash="15d1879b5769a4ed39c01f86a4336875"/><file name="mysql4-upgrade-2.2.0-2.2.1.php" hash="134a24f5414a2c27c6f10e3732e337c3"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="FireGento_MageSetup.xml" hash="138e97b458add71cc16245ad69071e06"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="FireGento_MageSetup.csv" hash="1426249fbc630b1911fd87d85d03867a"/></dir><dir name="de_CH"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="08d8bee54c2fb03eddb0adc23d7e274e"/><file name="revocation.html" hash="05677b80fda54565da0cacedaea4f365"/><file name="revocation_digital.html" hash="c95a541c842a0a08a5ac525ada2ce470"/><file name="revocation_service.html" hash="cedf232325f863b86aca22d2b5bc7571"/></dir><dir name="block"><file name="business_terms.html" hash="0f96986590d2a64fd7a2b55e43b7f965"/><file name="revocation.html" hash="ec86aa93ec9aace4032dd6ecb1003ed1"/><file name="revocation_form.html" hash="e05c7a1c355715f7134718f2167a3dee"/></dir><dir name="page"><file name="404.html" hash="be269dd09e9e4290cf44a3a2413bc434"/><file name="business_terms.html" hash="51449b5899f3ba597707bfcfdc90bc76"/><file name="imprint.html" hash="a7ba9cf1f91dd6bd9667999f80d6b63f"/><file name="order.html" hash="d074e7420356a9048f14273f331570e5"/><file name="payment.html" hash="eb09162116067fbcba1ba84c0fb57639"/><file name="privacy.html" hash="a8445b5f751b668e5ff1ac2e9621b0d4"/><file name="revocation.html" hash="6ac5f8d9ba0f55fb8490e213746f424b"/><file name="revocation_form.html" hash="f0d8c0e523ef7a17e9c928405dc9d9f1"/><file name="shipping.html" hash="9f1eccc97f3202833b97d5c46cb431cd"/></dir></dir></dir></dir><dir name="de_DE"><file name="FireGento_MageSetup.csv" hash="81569339a756f37b9d0b1cf419ac7a83"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="08d8bee54c2fb03eddb0adc23d7e274e"/><file name="revocation.html" hash="05677b80fda54565da0cacedaea4f365"/><file name="revocation_digital.html" hash="c95a541c842a0a08a5ac525ada2ce470"/><file name="revocation_service.html" hash="cedf232325f863b86aca22d2b5bc7571"/></dir><dir name="block"><file name="business_terms.html" hash="846e8539fe4bd873d6b637a6d305a9af"/><file name="revocation.html" hash="ec86aa93ec9aace4032dd6ecb1003ed1"/><file name="revocation_form.html" hash="e05c7a1c355715f7134718f2167a3dee"/></dir><dir name="page"><file name="404.html" hash="be269dd09e9e4290cf44a3a2413bc434"/><file name="business_terms.html" hash="51449b5899f3ba597707bfcfdc90bc76"/><file name="imprint.html" hash="a7ba9cf1f91dd6bd9667999f80d6b63f"/><file name="order.html" hash="d074e7420356a9048f14273f331570e5"/><file name="payment.html" hash="eb09162116067fbcba1ba84c0fb57639"/><file name="privacy.html" hash="a8445b5f751b668e5ff1ac2e9621b0d4"/><file name="revocation.html" hash="6ac5f8d9ba0f55fb8490e213746f424b"/><file name="revocation_form.html" hash="f0d8c0e523ef7a17e9c928405dc9d9f1"/><file name="shipping.html" hash="9f1eccc97f3202833b97d5c46cb431cd"/></dir></dir></dir></dir><dir name="en_US"><file name="FireGento_MageSetup.csv" hash="dd014f75ad4aaaf0b48d36c0e9a76f27"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="ef0782b634c45ad53a0b153e4262be31"/><file name="revocation.html" hash="96c3fc8498277ffc7db1c20940e10b22"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="d3c29b8986a1280d74e253ef876f8517"/><file name="revocation.html" hash="2e3ebc99fa1f8e62d7afe024e403f9b9"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="ef24222de59d479e006a9854aadd1ab9"/><file name="business_terms.html" hash="5e8a3c758bd5c172cc94eec5872392dd"/><file name="imprint.html" hash="dcff5e560a9b251a34ef6e4cb9db32b8"/><file name="order.html" hash="5a0695c9e9a774b4f1ff6e0b5622eb32"/><file name="payment.html" hash="658621f82e8af8159905c9911df52fdd"/><file name="privacy.html" hash="2c9fde1acd5675293284d01ae95109ab"/><file name="revocation.html" hash="9429eabfa9900c84df6d0e8f842b151d"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="f62421a73c1852867f95b10eddf09562"/></dir></dir></dir></dir><dir name="ru_RU"><file name="FireGento_MageSetup.csv" hash="59aa002fa8a2c8785fabb91404afb7ab"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="6324cb1d34261c3fc7da453d67b2593a"/><file name="revocation.html" hash="972a311efd9d9a2f81db699601259c61"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="f91b5b1fff5c7433cd3193558884925b"/><file name="revocation.html" hash="487b87ad1b9c16dc5d26756d007bd2f2"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="adc9a947957a70181b05e8f0c88fda52"/><file name="business_terms.html" hash="e527de3d77e98664a307d723e9aa804e"/><file name="order.html" hash="86ee34198060a1dcb40fc9577e83f259"/><file name="payment.html" hash="0b613cf5e24e9c0f7b6fa375c94bda14"/><file name="privacy.html" hash="0085ca06f30eb9b42e3a8caaedcd8d8e"/><file name="revocation.html" hash="0ba1d3e52f2a2ebe200d85de52c152bd"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="94ae3eb57647d0390d485a18a8a7b401"/></dir></dir></dir></dir><dir name="pl_PL"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="f1da85112eaa87ce5c0ee24e19498098"/><file name="revocation.html" hash="f3f12d969a2c4dced244e4668d0698dd"/><file name="revocation_digital.html" hash="de8afe1556be563be13d88634f0028c0"/><file name="revocation_service.html" hash="d50b2d8d75ed4d4aec7a205fd3f655f4"/></dir><dir name="block"><file name="business_terms.html" hash="e9067c2db9137a1074e584b143b86e1b"/><file name="revocation.html" hash="fa1988d8d72bb098a6f03a7b3f9eee3b"/><file name="revocation_form.html" hash="7c9e594c0f6bfb9ad4a8bed750577a30"/></dir><dir name="page"><file name="404.html" hash="86f8ac2a0447897cf0dfc2cf28acf80b"/><file name="business_terms.html" hash="e248bb89f3032e8d9bd84948188df692"/><file name="imprint.html" hash="014f5bfdb932dd535793cb8e61add73b"/><file name="order.html" hash="d89f8a5f028fc1de00859c4450e82c88"/><file name="payment.html" hash="63aa7b4f060601c5a4651c7dbe6a5f1b"/><file name="privacy.html" hash="961c2c1da3ff981f2e1bee3d8c2a4060"/><file name="revocation.html" hash="edf0a49b9acc413b17eb5a63dbe71f45"/><file name="revocation_form.html" hash="170e86983fa92d9c72e34e1fa0aef7b5"/><file name="shipping.html" hash="aeef34e7060ee4f0f0be4c301301ffa3"/></dir></dir></dir></dir><dir name="ro_RO"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="637aefdc1a8deab4155c20f62c2ebb69"/><file name="revocation.html" hash="21872413ef06beacd83b161bb5e3d69d"/><file name="revocation_digital.html" hash="4a1d0dc444bb2500038d617ee7573e51"/><file name="revocation_service.html" hash="62b12f063605edb979b1f9fcbc912f1c"/></dir><dir name="block"><file name="business_terms.html" hash="aca1583ff494d4646888685d26716885"/><file name="revocation.html" hash="e45f08058a04c58fb62aa6c7d7264c18"/><file name="revocation_form.html" hash="3f78b56f9144631ffa8a0f1a27a5f9b6"/></dir><dir name="page"><file name="404.html" hash="6577105a0b50bf03f5322fb70a1181b2"/><file name="business_terms.html" hash="706d8030141b485b9c0995c20766bf23"/><file name="imprint.html" hash="75904794c2ceba468e551a0db6363406"/><file name="order.html" hash="1ced23d0554547a5cdf45b284abc66a2"/><file name="payment.html" hash="1235074e35632e201898d909c1783cf1"/><file name="privacy.html" hash="d1bd000f66448a35df0aa5a85e62c5e9"/><file name="revocation.html" hash="1f69d4df74f4bc482f663e929117e5de"/><file name="revocation_form.html" hash="668dffc5099ef28f93818beba6aeca73"/><file name="shipping.html" hash="024802f9a2cccd9d3e8ce39047adf9f9"/></dir></dir></dir></dir><dir name="fr_CH"><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="06c85aba03fb36477dfc5ed1c0507279"/><file name="revocation.html" hash="a7496f45c125c3967a199dff58bc8ab7"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="ad3203fd83cc6f2889e7f9bd6b140416"/><file name="revocation.html" hash="a89c68600b266edc854020cf72283941"/><file name="revocation_form.html" hash="9f17e339e4654a8f7fa7fd1381429d31"/></dir><dir name="page"><file name="404.html" hash="3f817bbe5b25886372749e91330b12d3"/><file name="business_terms.html" hash="7b212cf0ae4f65efb1ccaa3a9b45c26b"/><file name="imprint.html" hash="ca94ff740794026ad57c7772d7f9645c"/><file name="order.html" hash="9ace1c990d3960fa3e3a8ddab6a2210f"/><file name="payment.html" hash="72db5b37c9733d050b6760407570105a"/><file name="privacy.html" hash="39342651392d29868d52039d9b860c89"/><file name="revocation.html" hash="76657b8808e2e401e7d7e08b199a0b3c"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="b191377982a1d83230ba88950b1d2a05"/></dir></dir></dir></dir><dir name="fr_FR"><file name="FireGento_MageSetup.csv" hash="86b32f5f88b191e09d57eae1d320fc3c"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="cdbfcc57244cb13c7775574015248bc9"/><file name="revocation.html" hash="c6920aff5a63e4d1b2f2da82185f25f2"/><file name="revocation_digital.html" hash="04bae36c87b79fec2412b2654dc4dbbb"/><file name="revocation_service.html" hash="db7583cf6bf6dc2f4187da63dd1f42ae"/></dir><dir name="block"><file name="business_terms.html" hash="275ff7f3a1bc75feb6afc5bf6e6c7eec"/><file name="revocation.html" hash="3d7f9f210ebbccada812a92682ba721b"/><file name="revocation_form.html" hash="cd43d21615148760c394f34f4d41dc58"/></dir><dir name="page"><file name="404.html" hash="358030e3dfc682b49c1ffc6227b23f0c"/><file name="business_terms.html" hash="2fc29e7ac0fb6e21a38b2312154d111b"/><file name="imprint.html" hash="b09662c9a172658c8bdac21ebad52ad4"/><file name="order.html" hash="7a94b5ecb516a1a9249d4160072c4e9b"/><file name="payment.html" hash="9597a524c3c90baebb517700e559dd51"/><file name="privacy.html" hash="10e9513f9770c28538fb7d06c3b8d985"/><file name="revocation.html" hash="9a20ae49a4b28ed9914bd8595fd402e5"/><file name="revocation_form.html" hash="aed50371f9585490b4ab1cb7c6ebbd36"/><file name="shipping.html" hash="f0ec9be50cd7b5b98813124192bea44d"/></dir></dir></dir></dir><dir name="it_IT"><file name="FireGento_MageSetup.csv" hash="cadaf332269a5fb4348c0cfddc434ea8"/><dir name="template"><dir name="magesetup"><dir name="agreement"><file name="business_terms.html" hash="85021eb464bdf7b978c679e88bb0c7e1"/><file name="revocation.html" hash="95064e9a9d4dd388e556974d8bc97135"/><file name="revocation_digital.html" hash="57c45c5f1517631a93c3f6092a442580"/><file name="revocation_service.html" hash="7904f62e69dd3eb0b72ac3be792ba910"/></dir><dir name="block"><file name="business_terms.html" hash="def7695e209d28ab27a456aba89ad677"/><file name="revocation.html" hash="93493be4fe91cd38fa991e1a271e01a9"/><file name="revocation_form.html" hash="0a729eebe75c6dea9f8b6bee4c2c2fa6"/></dir><dir name="page"><file name="404.html" hash="8d48a098b3b2f72c0e5ee5ec35d2ad22"/><file name="business_terms.html" hash="5e8a3c758bd5c172cc94eec5872392dd"/><file name="imprint.html" hash="2ea2a9b22eb10b4e07c87b4787061f85"/><file name="order.html" hash="874f0c8550af24f63f9acaed6a173d2b"/><file name="payment.html" hash="94bf4e522c78f55a982eef1d4c719712"/><file name="privacy.html" hash="72d877b7d3402493160bd153ae0fc797"/><file name="revocation.html" hash="d446fae31562e09f192868c63ec308f3"/><file name="revocation_form.html" hash="650da3135b326caf2b082e8a72df09fa"/><file name="shipping.html" hash="104b43f4c169f9a3e6f682c50ba77b22"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magesetup.xml" hash="24f76b231be05976adba823a803b5ac4"/></dir><dir name="template"><dir name="magesetup"><file name="form.phtml" hash="cfb5100d6dab11a7855a1afdcf426d5e"/><file name="notifications.phtml" hash="f64760b55a1e6ace42525727a07a524f"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magesetup.xml" hash="8b9b721112f047ba3d3d847b0e633dbe"/></dir><dir name="template"><dir name="magesetup"><dir name="checkout"><file name="additional.phtml" hash="56ff8a69368e0f17dbf84b684fa39b3e"/><dir name="multishipping"><file name="agreements.phtml" hash="a51f725ed0ae2fae419fbe9259988a6b"/><file name="overview.phtml" hash="b63c1467c562bda89bbd09c4300780e1"/></dir><dir name="onepage"><file name="agreements.phtml" hash="04e65940079620c15f229d57258eae05"/><dir name="review"><file name="item.phtml" hash="44984e9c7eeebfb7b609a14bad997c78"/></dir></dir></dir><dir name="customer"><dir name="form"><file name="tc-confirmation.phtml" hash="18c8d8458cd63bb855378fa7aa0e3037"/></dir></dir><file name="delivery_time.phtml" hash="df59c69ce711cbd1fcb70f2757fb1f35"/><dir name="footer"><file name="links.phtml" hash="5288fb0656fc714465f79560ba8be9f3"/></dir><dir name="imprint"><file name="address.phtml" hash="72aa4d12d8eeb24f13b895f2a1bf874b"/><file name="bank.phtml" hash="1ad3bd5237a922ed2e0225cac4141330"/><file name="communication.phtml" hash="1a4af3735041365469fa26037167f4cf"/><file name="email_footer.phtml" hash="73d3f6e630981bf1854147788fe8225f"/><file name="legal.phtml" hash="e08037c4e38a49fffaf9c320a8c85332"/><file name="tax.phtml" hash="72a21ac871e846803dd7ed5f17c78042"/></dir><file name="price_info.phtml" hash="6c46bb887d1dcbe93dff849be2e44715"/><file name="shipping.phtml" hash="c331e36d11a07ed784a89c7f4742c2e1"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="template"><dir name="magesetup"><dir name="footer"><file name="links.phtml" hash="b28f505e36e7a43587b7514c2841cfc3"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="magesetup"><file name="checkout.css" hash="7f58981c1ef61834d9af66e9ef67337d"/><file name="default.css" hash="6c94f0b4274685eafdf49473e577b430"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><dir name="magesetup"><file name="checkout.css" hash="2edc6c1346bfd3aee7a6f404203abc2d"/><file name="default.css" hash="64276dcb923cb4fb42b7e5c38575b9f8"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>7.9.9</max></php></required></dependencies>
18
  </package>