Version Notes
* Fixing SSL urls
Download this release
Release Info
Developer | Kathir Vel |
Extension | Optimiseweb_Redirects |
Version | 0.2.1 |
Comparing to | |
See all releases |
Code changes from version 0.2.0 to 0.2.1
app/code/community/Optimiseweb/Redirects/Block/Adminhtml/System/Config/Fieldset/Hint.php
CHANGED
@@ -46,7 +46,7 @@ class Optimiseweb_Redirects_Block_Adminhtml_System_Config_Fieldset_Hint extends
|
|
46 |
|
47 |
public function getOptimiseWebUrl()
|
48 |
{
|
49 |
-
$url = '
|
50 |
$url .= 'utm_source=Magento_Extension&utm_medium=Extension_Settings&utm_campaign=Optimiseweb_Redirects';
|
51 |
return $url;
|
52 |
}
|
@@ -60,14 +60,21 @@ class Optimiseweb_Redirects_Block_Adminhtml_System_Config_Fieldset_Hint extends
|
|
60 |
|
61 |
public function getKathirVelUrl()
|
62 |
{
|
63 |
-
$url = '
|
64 |
$url .= 'utm_source=Magento_Extension&utm_medium=Extension_Settings&utm_campaign=Optimiseweb_Redirects';
|
65 |
return $url;
|
66 |
}
|
67 |
|
68 |
public function getHelpDeskUrl()
|
69 |
{
|
70 |
-
$url = '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
$url .= $this->getPxParams();
|
72 |
return $url;
|
73 |
}
|
46 |
|
47 |
public function getOptimiseWebUrl()
|
48 |
{
|
49 |
+
$url = 'https://optimiseweb.co.uk?';
|
50 |
$url .= 'utm_source=Magento_Extension&utm_medium=Extension_Settings&utm_campaign=Optimiseweb_Redirects';
|
51 |
return $url;
|
52 |
}
|
60 |
|
61 |
public function getKathirVelUrl()
|
62 |
{
|
63 |
+
$url = 'http://www.kathirvel.com?';
|
64 |
$url .= 'utm_source=Magento_Extension&utm_medium=Extension_Settings&utm_campaign=Optimiseweb_Redirects';
|
65 |
return $url;
|
66 |
}
|
67 |
|
68 |
public function getHelpDeskUrl()
|
69 |
{
|
70 |
+
$url = 'https://optimiseweb.co.uk/magento-extension-support/?';
|
71 |
+
$url .= $this->getPxParams();
|
72 |
+
return $url;
|
73 |
+
}
|
74 |
+
|
75 |
+
public function getPxUrl()
|
76 |
+
{
|
77 |
+
$url = 'https://optimiseweb.co.uk/magento-connect/assets/logo/optimiseweb.php?';
|
78 |
$url .= $this->getPxParams();
|
79 |
return $url;
|
80 |
}
|
app/code/community/Optimiseweb/Redirects/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_Redirects>
|
14 |
-
<version>0.2.
|
15 |
</Optimiseweb_Redirects>
|
16 |
</modules>
|
17 |
|
11 |
|
12 |
<modules>
|
13 |
<Optimiseweb_Redirects>
|
14 |
+
<version>0.2.1</version>
|
15 |
</Optimiseweb_Redirects>
|
16 |
</modules>
|
17 |
|
app/design/adminhtml/default/default/template/optimiseweb/redirects/system/config/fieldset/hint.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<div class="optimiseweb-system-config-fieldset-hint">
|
2 |
|
3 |
-
<a target="_blank" href="<?php echo $this->getOptimiseWebUrl(); ?>"><img src="
|
4 |
|
5 |
<h4>
|
6 |
<strong style="color:#ea7601;">Mass 301 Redirects v<?php echo $this->getModuleVersion(); ?></strong> by <a target="_blank" href="<?php echo $this->getOptimiseWebUrl(); ?>"><strong>Optimise Web</strong></a>
|
1 |
<div class="optimiseweb-system-config-fieldset-hint">
|
2 |
|
3 |
+
<a target="_blank" href="<?php echo $this->getOptimiseWebUrl(); ?>"><img src="<?php echo $this->getPxUrl(); ?>" /></a>
|
4 |
|
5 |
<h4>
|
6 |
<strong style="color:#ea7601;">Mass 301 Redirects v<?php echo $this->getModuleVersion(); ?></strong> by <a target="_blank" href="<?php echo $this->getOptimiseWebUrl(); ?>"><strong>Optimise Web</strong></a>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Redirects</name>
|
4 |
-
<version>0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,12 +10,11 @@
|
|
10 |
<description>Magento has an internal URL Rewrite Management system. It can be a laborious task to add all your redirects, one by one.
|
11 |

|
12 |
The Optimise Web Redirects extension allows you to upload all your redirect data as a CSV file.</description>
|
13 |
-
<notes>*
|
14 |
-
* Includes a disabled products redirect option</notes>
|
15 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
16 |
<date>2014-09-17</date>
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="Redirects"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Redirects</name>
|
4 |
+
<version>0.2.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Magento has an internal URL Rewrite Management system. It can be a laborious task to add all your redirects, one by one.
|
11 |

|
12 |
The Optimise Web Redirects extension allows you to upload all your redirect data as a CSV file.</description>
|
13 |
+
<notes>* Fixing SSL urls</notes>
|
|
|
14 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
15 |
<date>2014-09-17</date>
|
16 |
+
<time>17:12:50</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="Redirects"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="0c54268931698902d524c8149eecb855"/></dir></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Download.php" hash="7aa495fa61b5dc8701ede38c4e00b343"/><file name="Download1.php" hash="83690ba4e42f356d92aecf3c5ef6d5d3"/><file name="Downloadquerystringfile.php" hash="51b51f70aa042bd09586fd03cfc55125"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ca14b5ce332105a9a21a0bdc61200919"/></dir><dir name="Model"><file name="Redirector.php" hash="ecfc3142757c994e831999f3982d488b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="dd58dc054f2933de6f68a1986c444ab5"/><file name="config.xml" hash="750e27ec8072b2dccda04341103c46e0"/><file name="system.xml" hash="d74393068cf94bdf27bc094eb5111201"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Optimiseweb_Redirects.xml" hash="52171a52ca4993b6d25b51df3b762897"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Optimiseweb_Redirects.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="optimiseweb"><dir name="redirects"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="00df110e0ed5dc708754abd53a299c5b"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|