Version Notes
Fixed issues with admin menu.
Download this release
Release Info
Developer | Francesco Magazzu |
Extension | robots_txt |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
app/code/community/CueBlocks/Robots/etc/adminhtml.xml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
<!--
|
3 |
* @package CueBlocks_
|
4 |
* @company CueBlocks - http://www.cueblocks.com/
|
1 |
+
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
* @package CueBlocks_
|
4 |
* @company CueBlocks - http://www.cueblocks.com/
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>robots_txt</name>
|
4 |
-
<version>1.9.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</summary>
|
10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
11 |
-
<notes>Fixed issues with
|
12 |
<authors><author><name>CueBlocks.com</name><user>CueBlocks</user><email>pancham@cueblocks.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Robots.xml" hash="70e95a838a261031bcb97326117ca1fe"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Robots"><dir name="Block"><dir name="Adminhtml"><dir name="Robots"><dir name="Edit"><file name="Tabs.php" hash="ecc231e63a0f854d8baa6b5bdc4d3b05"/></dir><file name="Edit.php" hash="f3f5604f14631a60f4e5782c9fcdd380"/></dir><file name="Robots.php" hash="fb221b06bd34817f7a23ecdc162f8840"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bf21a8f4891b2ca8ac5c4fad3899f3ef"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RobotsController.php" hash="dbaf04f73a169430282ce04086b936a4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>robots_txt</name>
|
4 |
+
<version>1.9.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</summary>
|
10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
11 |
+
<notes>Fixed issues with admin menu.</notes>
|
12 |
<authors><author><name>CueBlocks.com</name><user>CueBlocks</user><email>pancham@cueblocks.com</email></author></authors>
|
13 |
+
<date>2016-06-10</date>
|
14 |
+
<time>08:06:34</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Robots.xml" hash="70e95a838a261031bcb97326117ca1fe"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Robots"><dir name="Block"><dir name="Adminhtml"><dir name="Robots"><dir name="Edit"><file name="Tabs.php" hash="ecc231e63a0f854d8baa6b5bdc4d3b05"/></dir><file name="Edit.php" hash="f3f5604f14631a60f4e5782c9fcdd380"/></dir><file name="Robots.php" hash="fb221b06bd34817f7a23ecdc162f8840"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bf21a8f4891b2ca8ac5c4fad3899f3ef"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RobotsController.php" hash="dbaf04f73a169430282ce04086b936a4"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="8b1c3efd1ffcdba24032122f58a3a5a0"/><file name="config.xml" hash="dc766a844b0e3c3ef14a4ae8fbb687dc"/><file name="system.xml" hash="7d86eedaf2297bb0fce35e730a84f213"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="robots.xml" hash="88fb1eb75ce44d1ed175d820cadc0f86"/></dir><dir name="template"><dir name="robots"><file name="robotsadd.phtml" hash="ce61f6fe5e1c3ee836c6206d8263f6d8"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|