Version Notes
- Fixed the package name and description to address copyright
- Please report all the bugs on the github.com repository issue reporting
Download this release
Release Info
Developer | Nala Networks Inc |
Extension | Nala_KayakoLoginShare |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +20 -16
package.xml
CHANGED
@@ -1,32 +1,36 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nala_KayakoLoginShare</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>The
|
10 |
-
<description>Nala Networks' new
|
11 |

|
12 |
-
Users save time and avoid hassles by logging into Kayako without registering a separate account for Kayako
|
13 |

|
14 |
-
Features
|
15 |
-
|
16 |
-
- Allows Magento users to log into the Kayako support system using a Magento user e-mail and password
|
17 |
-
- The module features a LoginShare test url for testing the user login and password with Magento; this feature is customizable and can be enabled or disabled from the admin interface
|
18 |
- Can be configured to allow either global scope, or only a specified web site
|
19 |
- 100% open source code
|
20 |
-
- Meets or exceeds current best-practices Magento programming standards for most versions, and is compatible for most customizations
|
21 |
- Supports Magento CE v1.5 through v1.8
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
</description>
|
25 |
-
<notes
|
26 |
-
|
27 |
-
<
|
28 |
-
<
|
|
|
29 |
<contents><target name="magecommunity"><dir name="Nala"><dir name="KayakoLoginShare"><dir name="Block"><file name="Login.php" hash="59c1b5f35d5ededc6132a97e38613a9d"/></dir><dir name="Helper"><file name="Data.php" hash="536df14c939c75a92504cd7d3f89e1f4"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba0a4a4490b06789181efd3c2ae952df"/></dir><dir name="etc"><file name="config.xml" hash="eca52158c1222f587c319bd302d77260"/><file name="system.xml" hash="44b77c1fe3c6c4848ad7597b6b0d5824"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nala_KayakoLoginShare.xml" hash="fea1f74b9048228868d5dbe7d1f6abf5"/></dir></target></contents>
|
30 |
<compatible/>
|
31 |
-
<dependencies><required><php><min>5.3.0</min><max>
|
32 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nala_KayakoLoginShare</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>The Nala_LoginShare module lets users access Kayako Help Desk by using a Magento username and password</summary>
|
10 |
+
<description>Nala Networks' new LoginShare for Kayako module can be used to integrate Kayako's Help Desk software with your Magento customer base. With this integration, users can log into Kayako's Help Desk by using a Magento e-mail address and password.
|
11 |

|
12 |
+
Users save time and avoid hassles by logging into Kayako without registering a separate account for Kayako.
|
13 |

|
14 |
+
Features
|
15 |
+
-------------
|
16 |
+
- Allows Magento users to log into the Kayako support system using a Magento user e-mail and password.
|
17 |
+
- The module features a LoginShare test url for testing the user login and password with Magento; this feature is customizable and can be enabled or disabled from the admin interface.
|
18 |
- Can be configured to allow either global scope, or only a specified web site
|
19 |
- 100% open source code
|
|
|
20 |
- Supports Magento CE v1.5 through v1.8
|
21 |
+

|
22 |
+
Integration URL
|
23 |
+
-----------------------
|
24 |
+
Testing URL : http://www.example.com/xlogin/index/test
|
25 |
+

|
26 |
+
Integration URL : http://www.example.com/xlogin 
|
27 |
</description>
|
28 |
+
<notes>- Fixed the package name and description to address copyright 
|
29 |
+
- Please report all the bugs on the github.com repository issue reporting </notes>
|
30 |
+
<authors><author><name>Nala Networks Inc</name><user>nalanetworks</user><email>sutha@nalanetworks.com</email></author></authors>
|
31 |
+
<date>2014-02-13</date>
|
32 |
+
<time>10:05:30</time>
|
33 |
<contents><target name="magecommunity"><dir name="Nala"><dir name="KayakoLoginShare"><dir name="Block"><file name="Login.php" hash="59c1b5f35d5ededc6132a97e38613a9d"/></dir><dir name="Helper"><file name="Data.php" hash="536df14c939c75a92504cd7d3f89e1f4"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba0a4a4490b06789181efd3c2ae952df"/></dir><dir name="etc"><file name="config.xml" hash="eca52158c1222f587c319bd302d77260"/><file name="system.xml" hash="44b77c1fe3c6c4848ad7597b6b0d5824"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nala_KayakoLoginShare.xml" hash="fea1f74b9048228868d5dbe7d1f6abf5"/></dir></target></contents>
|
34 |
<compatible/>
|
35 |
+
<dependencies><required><php><min>5.3.0</min><max>5.4.0</max></php></required></dependencies>
|
36 |
</package>
|