Version Notes
Bug fixing.
Download this release
Release Info
Developer | Proonto |
Extension | Proonto_Chat |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Proonto/Chat/Model/Observer.php
CHANGED
@@ -210,7 +210,7 @@ class Proonto_Chat_Model_Observer
|
|
210 |
->setValue($companyId)
|
211 |
->save();
|
212 |
$verified = 1;
|
213 |
-
$session->addSuccess($this->getChatHelper()->__('You
|
214 |
}
|
215 |
} catch (Mage_Core_Exception $e) {
|
216 |
$session->addError($e->getMessage());
|
210 |
->setValue($companyId)
|
211 |
->save();
|
212 |
$verified = 1;
|
213 |
+
$session->addSuccess($this->getChatHelper()->__('You were successfully signed up.'));
|
214 |
}
|
215 |
} catch (Mage_Core_Exception $e) {
|
216 |
$session->addError($e->getMessage());
|
app/code/community/Proonto/Chat/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Proonto_Chat>
|
5 |
-
<version>1.0.
|
6 |
</Proonto_Chat>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Proonto_Chat>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Proonto_Chat>
|
7 |
</modules>
|
8 |
<global>
|
app/locale/en_US/Proonto_Chat.csv
CHANGED
@@ -28,4 +28,4 @@
|
|
28 |
"Invalid username or password","Invalid username or password"
|
29 |
"Username already exist, try a different username","Username already exist, try a different username"
|
30 |
"Your account was successfully verified.","Your account was successfully verified."
|
31 |
-
"You
|
28 |
"Invalid username or password","Invalid username or password"
|
29 |
"Username already exist, try a different username","Username already exist, try a different username"
|
30 |
"Your account was successfully verified.","Your account was successfully verified."
|
31 |
+
"You were successfully signed up.","You were successfully signed up."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Proonto_Chat</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -9,14 +9,11 @@
|
|
9 |
<summary>Proonto is an end to end live support solution which includes an advanced live chat software and qualified sales associates to staff it.</summary>
|
10 |
<description>Proonto is an online marketplace that allows online retailers and brands to outsource a complete live support solution which includes an advanced live support software and the qualified sales associates to staff it. Proonto’s platform provides online store owners with a constantly expanding pool of product experts from which they can hand pick the associate who will staff their live support platform. The platform eliminates geographical, lingual and cultural borders, making it easy for online retailers to find the right agent for their online store.The Proonto marketplace enables the top sales and customer support associates to work with growing e-commerce brands, regardless of where they happen to be. 
|
11 |
The associates are recruited from all over the world and are divided into niche verticals, which makes the certification process much easier, both for the agent and the store owner.</description>
|
12 |
-
<notes>
|
13 |
-
- chat code intergration;
|
14 |
-
- conversion tracking code;
|
15 |
-
- signup capabilities against the platform.</notes>
|
16 |
<authors><author><name>Proonto</name><user>Proonto</user><email>support@proonto.com</email></author></authors>
|
17 |
-
<date>2015-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Proonto"><dir name="Chat"><dir name="Block"><file name="Abstract.php" hash="6cee9b31f195ead28894e6c27071fb92"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><dir name="General"><file name="Fields.php" hash="a531d87703f885f7bd963d0b5a6bc2ec"/></dir><file name="General.php" hash="3e1f17d500f28aada4ed8effef80e04e"/></dir></dir></dir></dir></dir><file name="Chat.php" hash="02bfdb5cde5c9dcd55ace331216bf990"/><dir name="Conversion"><dir name="Tracking"><file name="Order.php" hash="8b23394b45435b7b94b44718712e6ade"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a41518de09767ba09473f480a44d3e1f"/></dir><dir name="Model"><file name="Observer.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Proonto_Chat</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Proonto is an end to end live support solution which includes an advanced live chat software and qualified sales associates to staff it.</summary>
|
10 |
<description>Proonto is an online marketplace that allows online retailers and brands to outsource a complete live support solution which includes an advanced live support software and the qualified sales associates to staff it. Proonto’s platform provides online store owners with a constantly expanding pool of product experts from which they can hand pick the associate who will staff their live support platform. The platform eliminates geographical, lingual and cultural borders, making it easy for online retailers to find the right agent for their online store.The Proonto marketplace enables the top sales and customer support associates to work with growing e-commerce brands, regardless of where they happen to be. 
|
11 |
The associates are recruited from all over the world and are divided into niche verticals, which makes the certification process much easier, both for the agent and the store owner.</description>
|
12 |
+
<notes>Bug fixing.</notes>
|
|
|
|
|
|
|
13 |
<authors><author><name>Proonto</name><user>Proonto</user><email>support@proonto.com</email></author></authors>
|
14 |
+
<date>2015-11-13</date>
|
15 |
+
<time>06:08:15</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="Proonto"><dir name="Chat"><dir name="Block"><file name="Abstract.php" hash="6cee9b31f195ead28894e6c27071fb92"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><dir name="General"><file name="Fields.php" hash="a531d87703f885f7bd963d0b5a6bc2ec"/></dir><file name="General.php" hash="3e1f17d500f28aada4ed8effef80e04e"/></dir></dir></dir></dir></dir><file name="Chat.php" hash="02bfdb5cde5c9dcd55ace331216bf990"/><dir name="Conversion"><dir name="Tracking"><file name="Order.php" hash="8b23394b45435b7b94b44718712e6ade"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a41518de09767ba09473f480a44d3e1f"/></dir><dir name="Model"><file name="Observer.php" hash="0d40c9bfe67690955aea69bdcc683709"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d98f0816a92a145c5499700ef72d931b"/><file name="config.xml" hash="f1310b5ca514718249e2add890da8f38"/><file name="system.xml" hash="c44770f27d9e86e9f08e4259779b4f95"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Proonto_Chat.xml" hash="88fc0d8137b38073ece2399c2fff14e1"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="proonto"><dir name="chat"><file name="general.phtml" hash="191d744ddf0efd52429556feea4ef704"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="proonto"><dir name="chat"><file name="chat.phtml" hash="2f53a26fedb4f1a5173c2a8feea72097"/><dir name="conversion"><dir name="tracking"><file name="order.phtml" hash="1188fccc45b765f20ecad732f48ffff4"/></dir></dir></dir></dir></dir><dir name="layout"><file name="proonto_chat.xml" hash="557b9306e7a33beb17a1c3437f8e57b0"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="."><file name="proonto_chat_terms_of_use.pdf" hash="9ebd76dcf681d166b9a314807a70da7e"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="proonto"><dir name="chat"><dir name="images"><file name="logo_green_blue_big.png" hash="0b03957ee49dd3ee67e60d3551f1bef6"/><file name="logo_green_blue_small.png" hash="8aa6ae76764c1206adc0cf23294be957"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Proonto_Chat.csv" hash="fea1720b980508f72d46d44c32ed5629"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
19 |
</package>
|