Version Notes
This is stable version
Download this release
Release Info
Developer | Amatya Trivedi |
Extension | intell_customers |
Version | 1.0.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.1 to 1.0.0.2
- package.xml +8 -8
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>intell_customers</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
<notes>
|
12 |
-
<authors><author><name>Amatya</name><user>amatya</user><email>amatya@intelligrape.com</email></author></authors>
|
13 |
-
<date>2012-10-
|
14 |
-
<time>
|
15 |
<contents><target name="magelocal"><dir name="Intell"><dir name="Customer"><dir name="Helper"><file name="Data.php" hash="3460d09c280451e9ebb600027b8c4d45"/></dir><dir name="controllers"><file name="AccountController.php" hash="bc9e00e3a51351a1e4b08cb8cb8b952c"/></dir><dir name="etc"><file name="config.xml" hash="dbd42c0c046bda42167199fe737f5114"/><file name="system.xml" hash="962e9def28bec46251d7d58a6359d0d9"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Intell_Customer.xml" hash="6a464e604ee4e082b93385c59f8f9d24"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>intell_customers</name>
|
4 |
+
<version>1.0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>This extension will redirect customers to your desired url.</summary>
|
10 |
+
<description>This extension allows you to set redirection URL for customers after login. You can persistently set the URL by selecting “Always Redirect” to “Yes”. If set to “No”, customers will be redirected to set URL if it is direct login, else the redirection will function normally e.g if customer is on Checkout page and clicks on Login, he will stay on Checkout page if “Always Redirect” is “No”. If this option is set to “Yes”, the user will be redirected to set page from Checkout page.</description>
|
11 |
+
<notes>This is stable version</notes>
|
12 |
+
<authors><author><name>Amatya Trivedi</name><user>amatya</user><email>amatya@intelligrape.com</email></author></authors>
|
13 |
+
<date>2012-10-17</date>
|
14 |
+
<time>17:48:26</time>
|
15 |
<contents><target name="magelocal"><dir name="Intell"><dir name="Customer"><dir name="Helper"><file name="Data.php" hash="3460d09c280451e9ebb600027b8c4d45"/></dir><dir name="controllers"><file name="AccountController.php" hash="bc9e00e3a51351a1e4b08cb8cb8b952c"/></dir><dir name="etc"><file name="config.xml" hash="dbd42c0c046bda42167199fe737f5114"/><file name="system.xml" hash="962e9def28bec46251d7d58a6359d0d9"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Intell_Customer.xml" hash="6a464e604ee4e082b93385c59f8f9d24"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|