Version Notes
1.9.1.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Mage_Compiler |
Version | 1.9.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.9.0.1 to 1.9.1.0
- app/code/core/Mage/Compiler/Block/Process.php +4 -4
- app/code/core/Mage/Compiler/Helper/Data.php +4 -4
- app/code/core/Mage/Compiler/Model/Process.php +4 -4
- app/code/core/Mage/Compiler/controllers/Adminhtml/Compiler/ProcessController.php +4 -4
- app/code/core/Mage/Compiler/controllers/ProcessController.php +4 -4
- app/code/core/Mage/Compiler/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Compiler/etc/compilation.xml +3 -3
- app/code/core/Mage/Compiler/etc/config.xml +3 -3
- app/design/adminhtml/default/default/layout/compiler.xml +3 -3
- app/design/adminhtml/default/default/template/compiler/process.phtml +4 -4
- app/etc/modules/Mage_Compiler.xml +3 -3
- package.xml +6 -6
app/code/core/Mage/Compiler/Block/Process.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
|
app/code/core/Mage/Compiler/Helper/Data.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Compiler/Model/Process.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Compiler/controllers/Adminhtml/Compiler/ProcessController.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Compiler/controllers/ProcessController.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
require_once 'Mage/Compiler/controllers/Adminhtml/Compiler/ProcessController.php';
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Compiler
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
require_once 'Mage/Compiler/controllers/Adminhtml/Compiler/ProcessController.php';
|
app/code/core/Mage/Compiler/etc/adminhtml.xml
CHANGED
@@ -11,17 +11,17 @@
|
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
-
* @copyright Copyright (c) 2014
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/code/core/Mage/Compiler/etc/compilation.xml
CHANGED
@@ -11,17 +11,17 @@
|
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
-
* @copyright Copyright (c) 2014
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/code/core/Mage/Compiler/etc/config.xml
CHANGED
@@ -11,17 +11,17 @@
|
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
-
* @copyright Copyright (c) 2014
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/adminhtml/default/default/layout/compiler.xml
CHANGED
@@ -11,17 +11,17 @@
|
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_default
|
24 |
-
* @copyright Copyright (c) 2014
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/adminhtml/default/default/template/compiler/process.phtml
CHANGED
@@ -10,17 +10,17 @@
|
|
10 |
* http://opensource.org/licenses/afl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_default
|
23 |
-
* @copyright Copyright (c) 2014
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -41,7 +41,7 @@
|
|
41 |
<form name="compilation_form" id="compilation_form" method="post" action="<?php echo $this->getRunFormAction(); ?>">
|
42 |
<?php echo $this->getBlockHtml('formkey')?>
|
43 |
<?php if (!$this->canRunCompilation()): ?>
|
44 |
-
<div id="messages"><?php echo $this->getMessagesBlock()->
|
45 |
<?php endif;?>
|
46 |
|
47 |
<div class="entry-edit-head">
|
10 |
* http://opensource.org/licenses/afl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_default
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
41 |
<form name="compilation_form" id="compilation_form" method="post" action="<?php echo $this->getRunFormAction(); ?>">
|
42 |
<?php echo $this->getBlockHtml('formkey')?>
|
43 |
<?php if (!$this->canRunCompilation()): ?>
|
44 |
+
<div id="messages"><?php echo $this->getMessagesBlock()->toHtml() ?></div>
|
45 |
<?php endif;?>
|
46 |
|
47 |
<div class="entry-edit-head">
|
app/etc/modules/Mage_Compiler.xml
CHANGED
@@ -11,17 +11,17 @@
|
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
-
* @copyright Copyright (c) 2014
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
11 |
* http://opensource.org/licenses/afl-3.0.php
|
12 |
* If you did not receive a copy of the license and are unable to
|
13 |
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magento.com so we can send you a copy immediately.
|
15 |
*
|
16 |
* DISCLAIMER
|
17 |
*
|
18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magento.com for more information.
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Compiler
|
24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Compiler</name>
|
4 |
-
<version>1.9.0
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This module compiles all files of a Magento installation and creates a single include path to increase performance</summary>
|
10 |
<description>This module compiles all files of a Magento installation and creates a single include path to increase performance</description>
|
11 |
-
<notes>1.9.0
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>2014-05
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecore"><dir name="Mage"><dir name="Compiler"><dir name="Block"><file name="Process.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Compiler</name>
|
4 |
+
<version>1.9.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This module compiles all files of a Magento installation and creates a single include path to increase performance</summary>
|
10 |
<description>This module compiles all files of a Magento installation and creates a single include path to increase performance</description>
|
11 |
+
<notes>1.9.1.0</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2014-11-05</date>
|
14 |
+
<time>08:42:43</time>
|
15 |
+
<contents><target name="magecore"><dir name="Mage"><dir name="Compiler"><dir name="Block"><file name="Process.php" hash="a9ca10bfc21f55b06755b5ef2dd92479"/></dir><dir name="Helper"><file name="Data.php" hash="a9d4d100380be27af2edd2cbb694cabf"/></dir><dir name="Model"><file name="Process.php" hash="ab4fd7d619dfb1894d2a9e64027c68d7"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Compiler"><file name="ProcessController.php" hash="ddceb9714dc9ca5a264a7da9904a0b5b"/></dir></dir><file name="ProcessController.php" hash="d8c119a80b4d4f9a6f332bb46f163696"/></dir><dir name="etc"><file name="adminhtml.xml" hash="48ca03f7b161bc4aadd717bed64a27d7"/><file name="compilation.xml" hash="ad5437e76783f5116c1f4e14c0b7de03"/><file name="config.xml" hash="bbdb0ecac4c6b95a6f37e48cd9a0367a"/></dir></dir></dir></target><target name="mage"><dir name="includes"><file name="config.php" hash="8400dea44d09cc57209d8a64cdd207d7"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Compiler.xml" hash="03819edbd79d68cb8b7c9fc9c4540aaf"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="compiler.xml" hash="480cad659ce29b03a12831b863258311"/></dir><dir name="template"><dir name="compiler"><file name="process.phtml" hash="df3c35b652722e4529a73093eafe73ea"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Compiler.csv" hash="caa1d67e6c508421a8c8c234ae204c5d"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.1.0</min><max>1.10.0.0</max></package><package><name>Mage_Core_Adminhtml</name><channel>community</channel><min>1.9.1.0</min><max>1.10.0.0</max></package></required></dependencies>
|
18 |
</package>
|