Version Notes
v1.0.1
Temando Installer
- Updated notices
Download this release
Release Info
Developer | Temando |
Extension | Temando_Installer |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Temando/Installer/controllers/Adminhtml/InstallerController.php
CHANGED
@@ -5,6 +5,7 @@ class Temando_Installer_Adminhtml_InstallerController extends Mage_Adminhtml_Con
|
|
5 |
|
6 |
const ERR_NO_SOAP = 'SOAP is not enabled on this server. Please enable SOAP to use the Temando plugin.';
|
7 |
const NOTICE_NO_COMMUNITY = 'The community channel cannot be found. Please install the community channel for Magento Connect.';
|
|
|
8 |
|
9 |
public function indexAction()
|
10 |
{
|
@@ -16,6 +17,7 @@ class Temando_Installer_Adminhtml_InstallerController extends Mage_Adminhtml_Con
|
|
16 |
Mage::getSingleton('adminhtml/session')->addError(self::ERR_NO_SOAP);
|
17 |
return $this->getResponse()->setRedirect($this->getRequest()->getServer('HTTP_REFERER'));
|
18 |
} else {
|
|
|
19 |
$this->loadLayout()->renderLayout();
|
20 |
}
|
21 |
}
|
5 |
|
6 |
const ERR_NO_SOAP = 'SOAP is not enabled on this server. Please enable SOAP to use the Temando plugin.';
|
7 |
const NOTICE_NO_COMMUNITY = 'The community channel cannot be found. Please install the community channel for Magento Connect.';
|
8 |
+
const NOTICE_UPGRADE = 'Note: if you have any customisations relating to your Temando extension, upgrading your Temando extension will remove these. Contact your Temando representative for guidance.';
|
9 |
|
10 |
public function indexAction()
|
11 |
{
|
17 |
Mage::getSingleton('adminhtml/session')->addError(self::ERR_NO_SOAP);
|
18 |
return $this->getResponse()->setRedirect($this->getRequest()->getServer('HTTP_REFERER'));
|
19 |
} else {
|
20 |
+
Mage::getSingleton('adminhtml/session')->addNotice(self::NOTICE_UPGRADE);
|
21 |
$this->loadLayout()->renderLayout();
|
22 |
}
|
23 |
}
|
app/code/community/Temando/Installer/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Temando_Installer>
|
5 |
-
<version>1.0.
|
6 |
</Temando_Installer>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Temando_Installer>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Temando_Installer>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Temando_Installer</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software Licence</license>
|
7 |
<channel>community</channel>
|
@@ -11,16 +11,14 @@
|
|
11 |

|
12 |
Download the installer and enter your Temando Unique Access Token when prompted. From there, the extension will install the correct version you have signed up for.
|
13 |
</description>
|
14 |
-
<notes>v1.0.
|
15 |
Temando Installer
|
16 |

|
17 |
-
-
|
18 |
-
- U.S. Release
|
19 |
-
- Includes Endicia Integration</notes>
|
20 |
<authors><author><name>Temando</name><user>Temando</user><email>marketing@temando.com</email></author></authors>
|
21 |
-
<date>2015-
|
22 |
-
<time>
|
23 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Temando_Installer.xml" hash="d3d9fadbc5f6837ca68375f0c3e329f3"/></dir></target><target name="magecommunity"><dir name="Temando"><dir name="Installer"><dir name="Block"><dir name="Adminhtml"><dir name="Installer"><file name="Grid.php" hash="88063f4be3c01a11083e34688faf16bf"/></dir><file name="Installer.php" hash="c75798c169cc2c4c9042bde02ea2f4f9"/><file name="Notifications.php" hash="1af33eec059097349d4481c197958d5e"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Button"><file name="Manage.php" hash="e2af14400e2da1d94d07ff9c7efbac7c"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="abb479ebcb4ca5931b60fea02896223f"/></dir><dir name="Model"><dir name="Api"><dir name="Rest"><file name="Client.php" hash="b37d8ce431da79ff412d06918f5f16b8"/></dir></dir><file name="Connect.php" hash="9426422e679e06f6f87ee6ba8c2f7bab"/><file name="Cron.php" hash="354e4d6c0f2fa02a7127d86ccca68ec8"/><file name="Installer.php" hash="fa74ed6258771553a2300b4da09f42a7"/><dir name="Mysql4"><dir name="Installer"><file name="Collection.php" hash="0df36ef671e60266ae72c64011021ab0"/></dir><file name="Installer.php" hash="648c65a4b10af8b0649d1b450be8cc98"/></dir><file name="Tester.php" hash="0e420baf94cb7e4ababf56940648b420"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="InstallerController.php" hash="
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Temando_Installer</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software Licence</license>
|
7 |
<channel>community</channel>
|
11 |

|
12 |
Download the installer and enter your Temando Unique Access Token when prompted. From there, the extension will install the correct version you have signed up for.
|
13 |
</description>
|
14 |
+
<notes>v1.0.1
|
15 |
Temando Installer
|
16 |

|
17 |
+
- Updated notices</notes>
|
|
|
|
|
18 |
<authors><author><name>Temando</name><user>Temando</user><email>marketing@temando.com</email></author></authors>
|
19 |
+
<date>2015-03-12</date>
|
20 |
+
<time>04:42:37</time>
|
21 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Temando_Installer.xml" hash="d3d9fadbc5f6837ca68375f0c3e329f3"/></dir></target><target name="magecommunity"><dir name="Temando"><dir name="Installer"><dir name="Block"><dir name="Adminhtml"><dir name="Installer"><file name="Grid.php" hash="88063f4be3c01a11083e34688faf16bf"/></dir><file name="Installer.php" hash="c75798c169cc2c4c9042bde02ea2f4f9"/><file name="Notifications.php" hash="1af33eec059097349d4481c197958d5e"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Button"><file name="Manage.php" hash="e2af14400e2da1d94d07ff9c7efbac7c"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="abb479ebcb4ca5931b60fea02896223f"/></dir><dir name="Model"><dir name="Api"><dir name="Rest"><file name="Client.php" hash="b37d8ce431da79ff412d06918f5f16b8"/></dir></dir><file name="Connect.php" hash="9426422e679e06f6f87ee6ba8c2f7bab"/><file name="Cron.php" hash="354e4d6c0f2fa02a7127d86ccca68ec8"/><file name="Installer.php" hash="fa74ed6258771553a2300b4da09f42a7"/><dir name="Mysql4"><dir name="Installer"><file name="Collection.php" hash="0df36ef671e60266ae72c64011021ab0"/></dir><file name="Installer.php" hash="648c65a4b10af8b0649d1b450be8cc98"/></dir><file name="Tester.php" hash="0e420baf94cb7e4ababf56940648b420"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="InstallerController.php" hash="396c9e8b87ea7de7e5613b710019da72"/></dir></dir><dir name="data"><dir name="temandoinstaller_setup"><file name="data-install-1.0.0.php" hash="3f06f83993f9eecb7a22e57ac807968a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b2094638aea7fe73f45176883d104985"/><file name="config.xml" hash="650b3051af6f2abdf98b7694ef909a99"/><file name="system.xml" hash="f7a5b44eeeef33e720777c245d7cc2d0"/></dir><dir name="sql"><dir name="temandoinstaller_setup"><file name="mysql4-install-1.0.0.php" hash="4760a0369097a674bf0bf101100925a6"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="temandoinstaller.xml" hash="6e3b298dd6a26124246228c8b1d15c0c"/></dir><dir name="template"><dir name="temando"><dir name="installer"><file name="notifications.phtml" hash="8e850625e3698ac30c18602abbd6625a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.2.13</min><max>6.0.0</max></php></required></dependencies>
|
24 |
</package>
|