Version Notes
Version 1.3.4.
Download this release
Release Info
Developer | Intuiko |
Extension | ICS_Connector |
Version | 1.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.3 to 1.3.4
app/code/community/Intuiko/ConnectedStore/{Logger → Model}/ICSLogger.php
RENAMED
File without changes
|
app/code/community/Intuiko/ConnectedStore/Model/Observer.php
CHANGED
@@ -5,7 +5,7 @@ include_once 'Cart.php';
|
|
5 |
include_once 'Wishlist.php';
|
6 |
include_once 'Order.php';
|
7 |
include_once 'Messages.php';
|
8 |
-
include_once
|
9 |
|
10 |
class Intuiko_ConnectedStore_Model_Observer extends Varien_Event_Observer {
|
11 |
|
5 |
include_once 'Wishlist.php';
|
6 |
include_once 'Order.php';
|
7 |
include_once 'Messages.php';
|
8 |
+
include_once 'ICSLogger.php';
|
9 |
|
10 |
class Intuiko_ConnectedStore_Model_Observer extends Varien_Event_Observer {
|
11 |
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>ICS_Connector</name><version>1.3.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>ICS_Connector</name><version>1.3.4</version><stability>stable</stability><license>MPL</license><channel>community</channel><extends></extends><summary>The Magento Connector developed alongside Intuiko for Connected Store is a two-way connector.</summary><description>The Magento Connector developed alongside Intuiko for Connected Store is a two-way connector.&#xD;Intuiko has developed a module that allows you to manage carts and wishlists from a Magento webiste which uses the Intuiko for Connected Store API.&#xD;</description><notes>Version 1.3.4.</notes><authors><author><name>Intuiko</name><user>Intuiko</user><email>support.ics@intuiko.com</email></author></authors><date>2014-12-03</date><time>5:03:20</time><compatible></compatible><dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Intuiko_All.xml" hash="e67453e4f65cde2ffc25873f659b9e03"/></dir></dir><dir name="code"><dir name="community"><dir name="Intuiko"><dir name="ConnectedStore"><file name="Exception.php" hash="ff373acc5dbd57184595ed7ef2c99426"/><dir name="controllers"><file name="PingController.php" hash="d6fe17473922d65b49a9928a7a299d70"/></dir><dir name="Model"><file name="Bag.php" hash="4eee9a59f438c978e4457d895dd7df5c"/><file name="Cart.php" hash="ecc51597ff0558aae69d70195b033414"/><file name="Customer.php" hash="3338d954f9b67eaacc5d6d50c4d3bb03"/><file name="Entities.php" hash="2e7973982f97c7996219f247106e4665"/><file name="ICSLogger.php" hash="8cf2fc0098040f94c5fdd158be269497"/><file name="MergeMethods.php" hash="a56c244e7320557556ddf3d445f2ccc9"/><file name="Messages.php" hash="cec65dce8066fb0a16d7bc06585b269e"/><file name="Observer.php" hash="4ff6a1da9d1fde52adf4ef268f4ae8a9"/><file name="Order.php" hash="758d1c4dcc51e773d05a67f9b2dc06ce"/><file name="Wishlist.php" hash="9475611fc24b04a4ae02d7cdf7083195"/><dir name="Resource"><file name="ICSResource.php" hash="df0d7c0cac29dfb09fa68ac4c055fed5"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="08bc5ce6d52b3d3dff3d00dc5e5e3b9d"/><file name="config.xml" hash="14bcbc37a35e49e8d4c98ded0a9459b8"/><file name="system.xml" hash="91b4c1d28353715777f320a389a2defd"/></dir><dir name="Helper"><file name="ICSHelper.php" hash="e22435138ab252ab6cb9e033b8f82562"/><file name="ICSTwitterHelper.php" hash="e0b970d299200a0987b853a6f7120d5c"/></dir><dir name="Block"><file name="Button.php" hash="b266514f04677886a8b23a3311338570"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|