ICS_Connector - Version 1.3.3

Version Notes

Version 1.3.3.

Download this release

Release Info

Developer Intuiko
Extension ICS_Connector
Version 1.3.3
Comparing to
See all releases


Code changes from version 1.3.2 to 1.3.3

Files changed (21) hide show
  1. app/code/{local → community}/Intuiko/ConnectedStore/Block/Button.php +0 -0
  2. app/code/{local → community}/Intuiko/ConnectedStore/Exception.php +0 -0
  3. app/code/{local → community}/Intuiko/ConnectedStore/Helper/ICSHelper.php +0 -0
  4. app/code/{local → community}/Intuiko/ConnectedStore/Helper/ICSTwitterHelper.php +0 -0
  5. app/code/{local → community}/Intuiko/ConnectedStore/Logger/ICSLogger.php +0 -0
  6. app/code/{local → community}/Intuiko/ConnectedStore/Model/Bag.php +0 -0
  7. app/code/{local → community}/Intuiko/ConnectedStore/Model/Cart.php +0 -0
  8. app/code/{local → community}/Intuiko/ConnectedStore/Model/Customer.php +0 -0
  9. app/code/{local → community}/Intuiko/ConnectedStore/Model/Entities.php +0 -0
  10. app/code/{local → community}/Intuiko/ConnectedStore/Model/MergeMethods.php +0 -0
  11. app/code/{local → community}/Intuiko/ConnectedStore/Model/Messages.php +0 -0
  12. app/code/{local → community}/Intuiko/ConnectedStore/Model/Observer.php +1 -1
  13. app/code/{local → community}/Intuiko/ConnectedStore/Model/Order.php +0 -0
  14. app/code/{local → community}/Intuiko/ConnectedStore/Model/Resource/ICSResource.php +0 -0
  15. app/code/{local → community}/Intuiko/ConnectedStore/Model/Wishlist.php +0 -0
  16. app/code/{local → community}/Intuiko/ConnectedStore/controllers/PingController.php +0 -0
  17. app/code/{local → community}/Intuiko/ConnectedStore/etc/adminhtml.xml +0 -0
  18. app/code/{local → community}/Intuiko/ConnectedStore/etc/config.xml +0 -0
  19. app/code/{local → community}/Intuiko/ConnectedStore/etc/system.xml +0 -0
  20. app/etc/modules/Intuiko_All.xml +1 -1
  21. package.xml +1 -1
app/code/{local → community}/Intuiko/ConnectedStore/Block/Button.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Exception.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Helper/ICSHelper.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Helper/ICSTwitterHelper.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Logger/ICSLogger.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Bag.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Cart.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Customer.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Entities.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/MergeMethods.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Messages.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Observer.php RENAMED
@@ -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 'app/code/local/Intuiko/ConnectedStore/Logger/ICSLogger.php';
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(__DIR__ . "../Logger/ICSLogger.php");
9
 
10
  class Intuiko_ConnectedStore_Model_Observer extends Varien_Event_Observer {
11
 
app/code/{local → community}/Intuiko/ConnectedStore/Model/Order.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Resource/ICSResource.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/Model/Wishlist.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/controllers/PingController.php RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/etc/adminhtml.xml RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/etc/config.xml RENAMED
File without changes
app/code/{local → community}/Intuiko/ConnectedStore/etc/system.xml RENAMED
File without changes
app/etc/modules/Intuiko_All.xml CHANGED
@@ -3,7 +3,7 @@
3
  <modules>
4
  <Intuiko_ConnectedStore>
5
  <active>true</active>
6
- <codePool>local</codePool>
7
  </Intuiko_ConnectedStore>
8
  </modules>
9
  </config>
3
  <modules>
4
  <Intuiko_ConnectedStore>
5
  <active>true</active>
6
+ <codePool>community</codePool>
7
  </Intuiko_ConnectedStore>
8
  </modules>
9
  </config>
package.xml CHANGED
@@ -1,2 +1,2 @@
1
  <?xml version="1.0"?>
2
- <package><name>ICS_Connector</name><version>1.3.2</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.&amp;#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.&amp;#xD;</description><notes>Version 1.3.2.</notes><authors><author><name>Intuiko</name><user>Intuiko</user><email>support.ics@intuiko.com</email></author></authors><date>2014-12-02</date><time>6:01:01</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="335ba38d9a767e0cb30c0dc69067652d"/></dir></dir><dir name="code"><dir name="local"><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="MergeMethods.php" hash="a56c244e7320557556ddf3d445f2ccc9"/><file name="Messages.php" hash="cec65dce8066fb0a16d7bc06585b269e"/><file name="Observer.php" hash="4e33b2276335b21e2331fb74b45acdf1"/><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 name="Logger"><file name="ICSLogger.php" hash="8cf2fc0098040f94c5fdd158be269497"/></dir></dir></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>ICS_Connector</name><version>1.3.3</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.&amp;#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.&amp;#xD;</description><notes>Version 1.3.3.</notes><authors><author><name>Intuiko</name><user>Intuiko</user><email>support.ics@intuiko.com</email></author></authors><date>2014-12-02</date><time>9:27:57</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="MergeMethods.php" hash="a56c244e7320557556ddf3d445f2ccc9"/><file name="Messages.php" hash="cec65dce8066fb0a16d7bc06585b269e"/><file name="Observer.php" hash="36f7d2e13a3ac7cebc3ba20089f0cc27"/><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 name="Logger"><file name="ICSLogger.php" hash="8cf2fc0098040f94c5fdd158be269497"/></dir></dir></dir></dir></dir></dir></target></contents></package>