Version Notes
API URL update.
Download this release
Release Info
| Developer | Jugal |
| Extension | Xrely_Autocomplete |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Xrely/Autocomplete/Helper/Data.php
CHANGED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
class Xrely_Autocomplete_Helper_Data extends Mage_Core_Helper_Abstract
|
| 4 |
{
|
| 5 |
|
| 6 |
-
const KEYWORD_DATA_API = "http://
|
| 7 |
-
const STORE_REGISTER_APT = 'http://
|
| 8 |
-
const KEY_SIGN_IN_SERVICE_URL = 'http://
|
| 9 |
-
const DESIGN_SERVICE_URL = 'http://
|
| 10 |
-
const UPGRADE_SERVICE_URL = 'http://
|
| 11 |
var $apiKey = null;
|
| 12 |
|
| 13 |
public function __construct()
|
| 3 |
class Xrely_Autocomplete_Helper_Data extends Mage_Core_Helper_Abstract
|
| 4 |
{
|
| 5 |
|
| 6 |
+
const KEYWORD_DATA_API = "http://autocomplete.xrely.com/WebService/acceptPostKeyword";
|
| 7 |
+
const STORE_REGISTER_APT = 'http://autocomplete.xrely.com/WebService/register';
|
| 8 |
+
const KEY_SIGN_IN_SERVICE_URL = 'http://autocomplete.xrely.com/WebService/signInByAPIKey';
|
| 9 |
+
const DESIGN_SERVICE_URL = 'http://autocomplete.xrely.com/WebService/signInAndDesignAPIKey';
|
| 10 |
+
const UPGRADE_SERVICE_URL = 'http://autocomplete.xrely.com/WebService/signInAndUpgradeAPIKey/magento';
|
| 11 |
var $apiKey = null;
|
| 12 |
|
| 13 |
public function __construct()
|
app/code/community/Xrely/Autocomplete/Helper/asas.sql
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
DELETE FROM `core_config_data` WHERE `path` LIKE '%xrely_autocomplete%';
|
| 2 |
-
DROP TABLE xrely_autocomplete_settings;
|
| 3 |
-
DELETE FROM `core_resource` WHERE `code` LIKE 'xrely_autocomplete_setup';
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Xrely_Autocomplete</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
-
<stability>
|
| 6 |
<license uri="http://opensource.org/licenses/mit-license.php">MITL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Xrely Autocomplete</summary>
|
| 10 |
<description>Xrely Autocomplete</description>
|
| 11 |
-
<notes>
|
| 12 |
<authors><author><name>Jugal</name><user>jugal4343</user><email>jugal@xrely.com</email></author></authors>
|
| 13 |
-
<date>2015-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Xrely"><dir name="Autocomplete"><dir name="Block"><dir name="Adminhtml"><file name="Design.php" hash="958be5829c6267e5132921a304c41cfa"/><file name="Notifications.php" hash="1dcbbd1610b3c510806a56f4d2c771f4"/><file name="Progress.php" hash="17f43ab2159894b64c192ca44b8ee749"/><file name="Redirect.php" hash="14bbb1d6d6fabed9758e22ee0b3eb498"/><file name="Syncbtn.php" hash="e02efc91a9e5d6e4fa688c3cbf19d991"/><file name="Thumb.php" hash="9fb6939e7299ed56253836c63054d0f7"/><file name="Upgrade.php" hash="cdc090fb56dc0a77776bfefad641b785"/></dir><file name="Js.php" hash="34eef2d142a53c3719ec4d04f7fd2fc6"/><file name="Sync.php" hash="63fef0ebe3312a69525d2908b48f70b9"/></dir><dir name="Helper"><file name="Data.php" 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>Xrely_Autocomplete</name>
|
| 4 |
+
<version>1.0.1</version>
|
| 5 |
+
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/mit-license.php">MITL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Xrely Autocomplete</summary>
|
| 10 |
<description>Xrely Autocomplete</description>
|
| 11 |
+
<notes>API URL update.</notes>
|
| 12 |
<authors><author><name>Jugal</name><user>jugal4343</user><email>jugal@xrely.com</email></author></authors>
|
| 13 |
+
<date>2015-11-16</date>
|
| 14 |
+
<time>18:56:15</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Xrely"><dir name="Autocomplete"><dir name="Block"><dir name="Adminhtml"><file name="Design.php" hash="958be5829c6267e5132921a304c41cfa"/><file name="Notifications.php" hash="1dcbbd1610b3c510806a56f4d2c771f4"/><file name="Progress.php" hash="17f43ab2159894b64c192ca44b8ee749"/><file name="Redirect.php" hash="14bbb1d6d6fabed9758e22ee0b3eb498"/><file name="Syncbtn.php" hash="e02efc91a9e5d6e4fa688c3cbf19d991"/><file name="Thumb.php" hash="9fb6939e7299ed56253836c63054d0f7"/><file name="Upgrade.php" hash="cdc090fb56dc0a77776bfefad641b785"/></dir><file name="Js.php" hash="34eef2d142a53c3719ec4d04f7fd2fc6"/><file name="Sync.php" hash="63fef0ebe3312a69525d2908b48f70b9"/></dir><dir name="Helper"><file name="Data.php" hash="dda83388b6543b60214d830799ec00b6"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Thumb.php" hash="fe325ff721c9138d4afbe6d231d9347e"/></dir><file name="Observer.php" hash="c051fe823adcdc45cf0d4d39cf20f4ac"/><dir name="Resource"><dir name="Settings"><file name="Collection.php" hash="08356fd322c09e673bde0efcbb8ca9af"/></dir><file name="Settings.php" hash="03e4e14935ba8d81c324a4c2fbe9fc77"/></dir><file name="Settings.php" hash="ac39d6fb78a55068772154a1e82b5a94"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PublishController.php" hash="7db654330fb7b4e97191b7e579bd275a"/><file name="RedirectController.php" hash="e2cfebffb4e1d776886b2dd165778c67"/></dir><file name="ListenController.php" hash="569e4420bd9f83cacdeb60ddbe8e4666"/></dir><dir name="data"><dir name="xrely_autocomplete_setup"><file name="data-install-1.0.0.0.php" hash="5b7152cfaca84e5f6d61f16340a8953a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="6ede1531da8ecaf2be33fa2a56e3d1d4"/><file name="config.xml" hash="16a19107d044feade470ea55c4fbbb02"/><file name="system.xml" hash="0ab99a205e49e1ad0844d67a9c03b4e7"/></dir><dir name="sql"><dir name="xrely_autocomplete_setup"><file name="install-1.0.0.0.php" hash="496a2c7ee033e0642ffc7f09e3ccc32b"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="."><dir name="js"><dir name="xrely_autocomplete"><file name="admin.js" hash="635f3d1a915a6a5521db2992a20ac7ce"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Xrely_Autocomplete.xml" hash="c114c9109d18628e9afb8c04c1776ee1"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="xrely_autocomplete.xml" hash="9a34dc0c48f6d3e39888aebd72ab573c"/></dir><dir name="template"><dir name="xrely_autocomplete"><file name="notification.phtml" hash="849b047815142a22b5254467188a7462"/><file name="progress.phtml" hash="45bab2e25ae096479f9a4c5719bbddb8"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="xrely_autocomplete.xml" hash="95dd91d0e1f3a624e2cd00db890c1a8a"/></dir><dir name="template"><dir name="autocomplete"><file name="js.phtml" hash="9f45aa72565bfbaa0b48e6bceddba71d"/><file name="post_redirect.phtml" hash="da2a203dca5e777d2b2c2fc3553c3d2f"/></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>
|
