Nosto_Tagging - Version 2.6.9

Version Notes

- Fix resolving the payment provider
- Fix duplicate content-type header in admin controller

Download this release

Release Info

Developer Nosto
Extension Nosto_Tagging
Version 2.6.9
Comparing to
See all releases


Code changes from version 2.6.8 to 2.6.9

app/code/community/Nosto/Tagging/Model/Meta/Order.php CHANGED
@@ -102,13 +102,12 @@ class Nosto_Tagging_Model_Meta_Order extends Mage_Core_Model_Abstract implements
102
  $this->_orderNumber = $order->getId();
103
  $this->_externalOrderRef = $order->getRealOrderId();
104
  $this->_createdDate = $order->getCreatedAt();
105
- if (
106
- $order->getPayment()
107
- && method_exists($order->getPayment(), 'getMethod')
108
- ) {
109
- $this->_paymentProvider = $order->getPayment()->getMethod();
110
- } else {
111
- $this->_paymentProvider = '';
112
  }
113
 
114
  if ($order->getStatus()) {
102
  $this->_orderNumber = $order->getId();
103
  $this->_externalOrderRef = $order->getRealOrderId();
104
  $this->_createdDate = $order->getCreatedAt();
105
+ $payment = $order->getPayment();
106
+ if (is_object($payment)) {
107
+ $this->_paymentProvider = $payment->getMethod();
108
+ }
109
+ if (empty($this->_paymentProvider)) {
110
+ $this->_paymentProvider = 'unknown';
 
111
  }
112
 
113
  if ($order->getStatus()) {
app/code/community/Nosto/Tagging/controllers/Adminhtml/NostoController.php CHANGED
@@ -100,7 +100,7 @@ class Nosto_Tagging_Adminhtml_NostoController extends Mage_Adminhtml_Controller_
100
  */
101
  public function connectAccountAction()
102
  {
103
- $this->getResponse()->setHeader('Content-type', 'application/json');
104
 
105
  $store = $this->getSelectedStore();
106
  if ($this->getRequest()->isPost() && $store !== null) {
@@ -137,7 +137,7 @@ class Nosto_Tagging_Adminhtml_NostoController extends Mage_Adminhtml_Controller_
137
  */
138
  public function createAccountAction()
139
  {
140
- $this->getResponse()->setHeader('Content-type', 'application/json');
141
 
142
  /** @var Nosto_Tagging_Helper_Account $accountHelper */
143
  $accountHelper = Mage::helper('nosto_tagging/account');
@@ -193,7 +193,7 @@ class Nosto_Tagging_Adminhtml_NostoController extends Mage_Adminhtml_Controller_
193
  */
194
  public function removeAccountAction()
195
  {
196
- $this->getResponse()->setHeader('Content-type', 'application/json');
197
 
198
  /** @var Nosto_Tagging_Helper_Account $accountHelper */
199
  $accountHelper = Mage::helper('nosto_tagging/account');
100
  */
101
  public function connectAccountAction()
102
  {
103
+ $this->getResponse()->setHeader('Content-type', 'application/json', true);
104
 
105
  $store = $this->getSelectedStore();
106
  if ($this->getRequest()->isPost() && $store !== null) {
137
  */
138
  public function createAccountAction()
139
  {
140
+ $this->getResponse()->setHeader('Content-type', 'application/json', true);
141
 
142
  /** @var Nosto_Tagging_Helper_Account $accountHelper */
143
  $accountHelper = Mage::helper('nosto_tagging/account');
193
  */
194
  public function removeAccountAction()
195
  {
196
+ $this->getResponse()->setHeader('Content-type', 'application/json', true);
197
 
198
  /** @var Nosto_Tagging_Helper_Account $accountHelper */
199
  $accountHelper = Mage::helper('nosto_tagging/account');
app/code/community/Nosto/Tagging/etc/config.xml CHANGED
@@ -29,7 +29,7 @@
29
  <config>
30
  <modules>
31
  <Nosto_Tagging>
32
- <version>2.6.8</version>
33
  </Nosto_Tagging>
34
  </modules>
35
  <global>
29
  <config>
30
  <modules>
31
  <Nosto_Tagging>
32
+ <version>2.6.9</version>
33
  </Nosto_Tagging>
34
  </modules>
35
  <global>
package.xml CHANGED
@@ -1,21 +1,286 @@
1
  <?xml version="1.0"?>
2
  <package>
3
- <name>Nosto_Tagging</name>
4
- <version>2.6.8</version>
5
- <stability>stable</stability>
6
- <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
- <channel>community</channel>
8
- <extends/>
9
- <summary>Personalization for Magento</summary>
10
- <description>Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.</description>
11
- <notes>- Tagging for 404 pages and order confirmation page&#xD;
12
- - Loosen up the data validation&#xD;
13
- - Fix tagging currency for product&#xD;
14
- - Enhance product and order exports</notes>
15
- <authors><author><name>Nosto</name><user>nosto</user><email>magento@nosto.com</email></author></authors>
16
- <date>2016-03-02</date>
17
- <time>08:12:55</time>
18
- <contents><target name="magecommunity"><dir name="Nosto"><dir name="Tagging"><dir name="Block"><file name="Addtocart.php" hash="61d645e5cc9e54a5170ae03797f0426a"/><dir name="Adminhtml"><file name="Iframe.php" hash="f9e8bc4dcdff141b2f070777d025960d"/><file name="Wizard.php" hash="f98931a1a6e327c0d05e43b73063f672"/></dir><file name="Cart.php" hash="c1c707dad76c98d807d5160b90c06ac6"/><file name="Category.php" hash="177a5d8d9f1ba9e246d149c228c3aec8"/><file name="Customer.php" hash="d35777ca399244e4fb441456320f8ad7"/><file name="Element.php" hash="e5b12bb118b92eb7075ff7a6e16e0eba"/><file name="Embed.php" hash="e8b628b6bc49fb865697552300d08526"/><file name="Meta.php" hash="1f761e731214b7572ef139d9e0577ea1"/><file name="Order.php" hash="32115070d380e654f093da11dd6e4d85"/><file name="Product.php" hash="ac7b85e6d03d94d03c59416b622b0039"/></dir><dir name="Helper"><file name="Account.php" hash="d6870520bdbd4bc9d70eff77704f790a"/><file name="Customer.php" hash="8faa27321f26ece8ff5ebf12058f546f"/><file name="Data.php" hash="f7f737ba34cc9144a01db32fc91d3bcb"/><file name="Date.php" hash="1a108a4ec8169b73411b6c11b86a1d80"/><file name="Oauth.php" hash="9ecbea9e8411501cabe780e0511a1d05"/><file name="Price.php" hash="6667651768abaced20f31cd62abe9417"/><file name="Url.php" hash="289294904d246c56e4de96798927a7f6"/></dir><dir name="Model"><file name="Base.php" hash="c4246068fa6667578188a8c1fc289334"/><dir name="Container"><file name="Cart.php" hash="20d2936693361999575f1e6ac56f2e40"/><file name="Customer.php" hash="b03bca89845b6c939521add8df1f7e9a"/></dir><file name="Customer.php" hash="6d992a43a75f29836ed1450e130df560"/><dir name="Export"><dir name="Collection"><file name="Order.php" hash="29c370bdfcaedab833df0abcc83f9f32"/></dir></dir><dir name="Meta"><dir name="Account"><file name="Billing.php" hash="353e807f832a37591bf7359857044ca1"/><file name="Iframe.php" hash="731e2bf424e1b9d4e00d403f55a87b54"/><file name="Owner.php" hash="6fd3228a2758d06f78729c0250f7fd30"/></dir><file name="Account.php" hash="8df7024533e1cf657b407c49fb19a3c5"/><file name="Oauth.php" hash="0863271d8a3db0de93525f0e64308f1c"/><dir name="Order"><file name="Buyer.php" hash="45ee761ba052ef3372846c22e28921d8"/><file name="Item.php" hash="bdd21faf7e05d6c5d703935568054be4"/><file name="Status.php" hash="795b2e53be043aeb0b27bbd500e2c412"/></dir><file name="Order.php" hash="660ddd441a65db393491a0d90452327e"/><file name="Product.php" hash="a3aecb016c1880cd5922eb24f4c2b574"/></dir><file name="Observer.php" hash="102b3e6d330e151a4595c54dc88a18a9"/><file name="Product.php" hash="3630a2a688f013b296d1865e6f32e1d2"/><dir name="Resource"><dir name="Customer"><file name="Collection.php" hash="0c99b46d5108a6fe31cad1190d8ef47c"/></dir><file name="Customer.php" hash="f92e4e5334b5e3493e8f04664b20f105"/><dir name="Product"><file name="Collection.php" hash="fe8114fbccd62fe3a0bca18732e5d852"/></dir><file name="Setup.php" hash="506b08bcb10cbe74e95812c5f646429f"/></dir><dir name="Service"><file name="Order.php" hash="f6ebc1fef63f7f984d7d3b81a53c0f16"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Image.php" hash="d1fcc96aab01342627b96edf6fad1dd1"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="NostoController.php" hash="753096ec550fe95c62b71cbb9b6a8158"/></dir><file name="ExportController.php" hash="10b8cd717ea124b52af3e7a00b9f5160"/><file name="OauthController.php" hash="c04d91992c6b3ed0cda4fdf8923ea6b2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7ea210738a77630f299a14b442f3b8d0"/><file name="cache.xml" hash="e874fbbf2eb89b325deb1a62afbcfb4d"/><file name="config.xml" hash="c16d1ba17b6c4eaf906b44ec7baf8c44"/><file name="system.xml" hash="7deba6544a09d7af8c07e6b5edc0975a"/></dir><dir name="sql"><dir name="tagging_setup"><file name="mysql4-install-1.2.0.php" hash="3cbc52834c44870859562eec7969b9fd"/><file name="mysql4-upgrade-1.1.7-1.2.0.php" hash="0d8eb7990461a9d4b74b479120067aeb"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="nostotagging"><file name="iframe.phtml" hash="8b6a8faca7d5ab5240b9411993021ca8"/><file name="wizard.phtml" hash="3f92e94e5ee3d3cd9906a6b0942a3a1b"/></dir></dir><dir name="layout"><file name="nostotagging.xml" hash="81c0aa3f71e1c509475410e8ec017214"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="nostotagging"><file name="addtocart.phtml" hash="e8776f59ec4c7c7b6eea2fae9d56e2a4"/><file name="cart.phtml" hash="3c4e80cdcebf63c56dc14a6594e167b8"/><dir name="category"><file name="view.phtml" hash="fc09e2770ad6281ec96c8e92accc01f1"/></dir><file name="category.phtml" hash="81f36742cb4e3adbf9f692cc8f0ea8a8"/><file name="customer.phtml" hash="e9bc92bb7f7df989cc706c7eaee3614a"/><file name="element.phtml" hash="e1d38981789e632a3607ccf2e171f0cb"/><file name="embed.phtml" hash="9193ddd1ae373b68c53f8364f511b0a5"/><file name="meta.phtml" hash="c1b862a4993503fae420fb0eba194b00"/><file name="order.phtml" hash="3ec29ce57313c9c837a8d17b4455a9a0"/><file name="product.phtml" hash="9df3ff9f6e363e478d7fd68bd09827b1"/></dir></dir><dir name="layout"><file name="nostotagging.xml" hash="52db089fa338cca29625f0a9103a1451"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Nosto_Tagging.xml" hash="1705cb7e6db28388662ef52882d61701"/></dir></target><target name="magelib"><dir name="nosto"><dir name="php-sdk"><dir name="src"><dir name="classes"><file name="Nosto.php" hash="c595c5f646f6e513b6604848f8d10118"/><file name="NostoAccount.php" hash="c422a7f104c5ebc6eac9d83986280579"/><file name="NostoCipher.php" hash="a3d7d148311aa0319387c0918e5e26dc"/><file name="NostoDotEnv.php" hash="90b23c1b02095c9368372f1d5346c3f9"/><file name="NostoMessage.php" hash="5933eadd2ad08427010b0bf16657266b"/><file name="NostoObject.php" hash="187808f0c55d02294d41e9395f4c5d58"/><file name="NostoOrderConfirmation.php" hash="2a3fd5efb196bc0dcb7ad57fb61a81d0"/><file name="NostoProductReCrawl.php" hash="f370c539409dd74fc98b7aa1ea0f6387"/><file name="NostoValidator.php" hash="2096ddc9979ec77f8f0b1ec58b459329"/><dir name="api"><file name="NostoApiRequest.php" hash="37db50c0d35ff9a848afe6a4bb871b6f"/><file name="NostoApiToken.php" hash="2febdbec0fd3609162845aa678b36b38"/></dir><dir name="collection"><file name="NostoCollection.php" hash="35cea0282628354413f629062b58663a"/><file name="NostoOrderCollection.php" hash="db6f517948c1258e1521ceb1ce49d477"/><file name="NostoProductCollection.php" hash="3ae29dbbcb7effa234fa83461d3e6901"/></dir><dir name="exception"><file name="NostoException.php" hash="c4610fb70278d01bd85bc83b8e74df30"/><file name="NostoHttpException.php" hash="dabf4298746db898c8fe709ea9e25818"/></dir><dir name="export"><file name="NostoExportOrderCollection.php" hash="91bdd99a2be75be062fe5c7cde1803e4"/><file name="NostoExportProductCollection.php" hash="33986c8767922da98aa90f03759dbc0f"/><file name="NostoExporter.php" hash="72ad0af4bce8e57ada5a29e3634df94f"/></dir><dir name="helper"><file name="NostoHelper.php" hash="f4ca6c78e047fec93c32b7eb822b0692"/><file name="NostoHelperDate.php" hash="081a2d8bfec710f2baa52192a99a2658"/><file name="NostoHelperIframe.php" hash="303668f25103c245396b43811a15c28d"/><file name="NostoHelperPrice.php" hash="ee9f217dc1b8e0fc679fb56ca3fd3ca1"/></dir><dir name="http"><file name="NostoHttpRequest.php" hash="2c5b96a56d33b33e334d4d3772c2b14d"/><file name="NostoHttpRequestAdapter.php" hash="d8bf8e5db44ad982b655372529f4d88c"/><file name="NostoHttpRequestAdapterCurl.php" hash="945a4357578f91291d09f1e2850da580"/><file name="NostoHttpRequestAdapterSocket.php" hash="88f57e6d98de2ac652a235e2786f0be7"/><file name="NostoHttpResponse.php" hash="9982d3ed15bfcc8f0147b2b4cc400223"/></dir><dir name="oauth"><file name="NostoOAuthClient.php" hash="2672d9de80d23c91776d97b9803d01b4"/><file name="NostoOAuthToken.php" hash="f81c1c1e5c4fc2010162d8f69de2cb33"/></dir><dir name="operation"><file name="NostoOperationProduct.php" hash="37e24121df779ead75e028b15a3fe226"/></dir></dir><file name="config.inc.php" hash="b46a56f8d61ff2cf69cedb4281719e00"/><dir name="interfaces"><file name="NostoExportCollectionInterface.php" hash="63c833c17fe43ce48b45e0f552313a8b"/><file name="NostoOAuthClientMetaDataInterface.php" hash="75a82417bfc27cd82e41ea9810d31428"/><file name="NostoProductInterface.php" hash="64a9e110a97ebd8be690664ce5b8e371"/><file name="NostoValidatableInterface.php" hash="57ad8b28225344127843b97049f5868d"/><dir name="account"><file name="NostoAccountInterface.php" hash="063da0d25a5420f4e727938467c078f3"/><file name="NostoAccountMetaDataBillingDetailsInterface.php" hash="ef31f0c3b41591fd76f85a25021f0fe4"/><file name="NostoAccountMetaDataIframeInterface.php" hash="c739e6a3ef39a308df6852361f2fd1d7"/><file name="NostoAccountMetaDataInterface.php" hash="5adf0a5ed876348a05028a3ff111bf79"/><file name="NostoAccountMetaDataOwnerInterface.php" hash="4c037b8cb1b529c16c91f25cce2b0ed7"/></dir><dir name="order"><file name="NostoOrderBuyerInterface.php" hash="890884e45bcca61f96f0f98cda40b6c1"/><file name="NostoOrderInterface.php" hash="d341b4faf020bfca01336c5d60ca5e48"/><file name="NostoOrderPurchasedItemInterface.php" hash="e33b94290465eea80d614db35144b75a"/><file name="NostoOrderStatusInterface.php" hash="8c89cf4296629b635f52b53a9b800b1f"/></dir></dir><dir name="js"><file name="NostoIframe.min.js" hash="5fd9f5b418dd796c469aaa0c58b34aaa"/><dir name="src"><file name="NostoIframe.js" hash="ca03585215f846258d2dbb58724e48fa"/></dir></dir><dir name="libs"><dir name="phpseclib"><dir name="crypt"><file name="NostoCryptAES.php" hash="7f16ec6fa7eefa011a27acf4506a3b57"/><file name="NostoCryptBase.php" hash="c78432d428ad8a70be832f91261d4c42"/><file name="NostoCryptRandom.php" hash="eb21a56b9cf6e6ef0b220620dd4d0ebe"/><file name="NostoCryptRijndael.php" hash="9c728d06c0249f8bc24a7c61606ccc89"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="nosto"><file name="iframeHandler.min.js" hash="c13b574b829791cd061ed63c81060680"/><file name="iframeResizer.min.js" hash="163b065c9dd702dc364913a951b81fee"/></dir></dir></target></contents>
19
- <compatible/>
20
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.9.2.4</max></package></required></dependencies>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
+ <name>Nosto_Tagging</name>
4
+ <version>2.6.9</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Personalization for Magento</summary>
10
+ <description>Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.</description>
11
+ <notes>- Fix resolving the payment provider&amp;#xD;- Fix duplicate content-type header in admin controller&amp;#xD;</notes>
12
+ <authors>
13
+ <author>
14
+ <name>Nosto</name>
15
+ <user>nosto</user>
16
+ <email>magento@nosto.com</email>
17
+ </author>
18
+ </authors>
19
+ <date>2016-03-17</date>
20
+ <time>15:13:05</time>
21
+ <contents>
22
+ <target name="magecommunity">
23
+ <dir name="Nosto">
24
+ <dir name="Tagging">
25
+ <dir name="Block">
26
+ <file name="Addtocart.php" hash="61d645e5cc9e54a5170ae03797f0426a"/>
27
+ <dir name="Adminhtml">
28
+ <file name="Iframe.php" hash="f9e8bc4dcdff141b2f070777d025960d"/>
29
+ <file name="Wizard.php" hash="f98931a1a6e327c0d05e43b73063f672"/>
30
+ </dir>
31
+ <file name="Cart.php" hash="c1c707dad76c98d807d5160b90c06ac6"/>
32
+ <file name="Category.php" hash="177a5d8d9f1ba9e246d149c228c3aec8"/>
33
+ <file name="Customer.php" hash="d35777ca399244e4fb441456320f8ad7"/>
34
+ <file name="Element.php" hash="e5b12bb118b92eb7075ff7a6e16e0eba"/>
35
+ <file name="Embed.php" hash="e8b628b6bc49fb865697552300d08526"/>
36
+ <file name="Meta.php" hash="1f761e731214b7572ef139d9e0577ea1"/>
37
+ <file name="Order.php" hash="32115070d380e654f093da11dd6e4d85"/>
38
+ <file name="Product.php" hash="ac7b85e6d03d94d03c59416b622b0039"/>
39
+ </dir>
40
+ <dir name="Helper">
41
+ <file name="Account.php" hash="d6870520bdbd4bc9d70eff77704f790a"/>
42
+ <file name="Customer.php" hash="8faa27321f26ece8ff5ebf12058f546f"/>
43
+ <file name="Data.php" hash="f7f737ba34cc9144a01db32fc91d3bcb"/>
44
+ <file name="Date.php" hash="1a108a4ec8169b73411b6c11b86a1d80"/>
45
+ <file name="Oauth.php" hash="9ecbea9e8411501cabe780e0511a1d05"/>
46
+ <file name="Price.php" hash="6667651768abaced20f31cd62abe9417"/>
47
+ <file name="Url.php" hash="289294904d246c56e4de96798927a7f6"/>
48
+ </dir>
49
+ <dir name="Model">
50
+ <file name="Base.php" hash="c4246068fa6667578188a8c1fc289334"/>
51
+ <dir name="Container">
52
+ <file name="Cart.php" hash="20d2936693361999575f1e6ac56f2e40"/>
53
+ <file name="Customer.php" hash="b03bca89845b6c939521add8df1f7e9a"/>
54
+ </dir>
55
+ <file name="Customer.php" hash="6d992a43a75f29836ed1450e130df560"/>
56
+ <dir name="Export">
57
+ <dir name="Collection">
58
+ <file name="Order.php" hash="29c370bdfcaedab833df0abcc83f9f32"/>
59
+ </dir>
60
+ </dir>
61
+ <dir name="Meta">
62
+ <dir name="Account">
63
+ <file name="Billing.php" hash="353e807f832a37591bf7359857044ca1"/>
64
+ <file name="Iframe.php" hash="731e2bf424e1b9d4e00d403f55a87b54"/>
65
+ <file name="Owner.php" hash="6fd3228a2758d06f78729c0250f7fd30"/>
66
+ </dir>
67
+ <file name="Account.php" hash="8df7024533e1cf657b407c49fb19a3c5"/>
68
+ <file name="Oauth.php" hash="0863271d8a3db0de93525f0e64308f1c"/>
69
+ <dir name="Order">
70
+ <file name="Buyer.php" hash="45ee761ba052ef3372846c22e28921d8"/>
71
+ <file name="Item.php" hash="bdd21faf7e05d6c5d703935568054be4"/>
72
+ <file name="Status.php" hash="795b2e53be043aeb0b27bbd500e2c412"/>
73
+ </dir>
74
+ <file name="Order.php" hash="c92bad91ab89783e06bb8408cd0fc7e5"/>
75
+ <file name="Product.php" hash="a3aecb016c1880cd5922eb24f4c2b574"/>
76
+ </dir>
77
+ <file name="Observer.php" hash="102b3e6d330e151a4595c54dc88a18a9"/>
78
+ <file name="Product.php" hash="3630a2a688f013b296d1865e6f32e1d2"/>
79
+ <dir name="Resource">
80
+ <dir name="Customer">
81
+ <file name="Collection.php" hash="0c99b46d5108a6fe31cad1190d8ef47c"/>
82
+ </dir>
83
+ <file name="Customer.php" hash="f92e4e5334b5e3493e8f04664b20f105"/>
84
+ <dir name="Product">
85
+ <file name="Collection.php" hash="fe8114fbccd62fe3a0bca18732e5d852"/>
86
+ </dir>
87
+ <file name="Setup.php" hash="506b08bcb10cbe74e95812c5f646429f"/>
88
+ </dir>
89
+ <dir name="Service">
90
+ <file name="Order.php" hash="f6ebc1fef63f7f984d7d3b81a53c0f16"/>
91
+ </dir>
92
+ <dir name="System">
93
+ <dir name="Config">
94
+ <dir name="Source">
95
+ <file name="Image.php" hash="d1fcc96aab01342627b96edf6fad1dd1"/>
96
+ </dir>
97
+ </dir>
98
+ </dir>
99
+ </dir>
100
+ <dir name="controllers">
101
+ <dir name="Adminhtml">
102
+ <file name="NostoController.php" hash="4f0a78e934503530fbe92498d3525de3"/>
103
+ </dir>
104
+ <file name="ExportController.php" hash="10b8cd717ea124b52af3e7a00b9f5160"/>
105
+ <file name="OauthController.php" hash="c04d91992c6b3ed0cda4fdf8923ea6b2"/>
106
+ </dir>
107
+ <dir name="etc">
108
+ <file name="adminhtml.xml" hash="7ea210738a77630f299a14b442f3b8d0"/>
109
+ <file name="cache.xml" hash="e874fbbf2eb89b325deb1a62afbcfb4d"/>
110
+ <file name="config.xml" hash="62cb08917f5d6041420fd6ef09caca32"/>
111
+ <file name="system.xml" hash="7deba6544a09d7af8c07e6b5edc0975a"/>
112
+ </dir>
113
+ <dir name="sql">
114
+ <dir name="tagging_setup">
115
+ <file name="mysql4-install-1.2.0.php" hash="3cbc52834c44870859562eec7969b9fd"/>
116
+ <file name="mysql4-upgrade-1.1.7-1.2.0.php" hash="0d8eb7990461a9d4b74b479120067aeb"/>
117
+ </dir>
118
+ </dir>
119
+ </dir>
120
+ </dir>
121
+ </target>
122
+ <target name="magedesign">
123
+ <dir name="adminhtml">
124
+ <dir name="default">
125
+ <dir name="default">
126
+ <dir name="layout">
127
+ <file name="nostotagging.xml" hash="81c0aa3f71e1c509475410e8ec017214"/>
128
+ </dir>
129
+ <dir name="template">
130
+ <dir name="nostotagging">
131
+ <file name="iframe.phtml" hash="8b6a8faca7d5ab5240b9411993021ca8"/>
132
+ <file name="wizard.phtml" hash="3f92e94e5ee3d3cd9906a6b0942a3a1b"/>
133
+ </dir>
134
+ </dir>
135
+ </dir>
136
+ </dir>
137
+ </dir>
138
+ <dir name="frontend">
139
+ <dir name="base">
140
+ <dir name="default">
141
+ <dir name="layout">
142
+ <file name="nostotagging.xml" hash="52db089fa338cca29625f0a9103a1451"/>
143
+ </dir>
144
+ <dir name="template">
145
+ <dir name="nostotagging">
146
+ <file name="addtocart.phtml" hash="e8776f59ec4c7c7b6eea2fae9d56e2a4"/>
147
+ <file name="cart.phtml" hash="3c4e80cdcebf63c56dc14a6594e167b8"/>
148
+ <dir name="category">
149
+ <file name="view.phtml" hash="fc09e2770ad6281ec96c8e92accc01f1"/>
150
+ </dir>
151
+ <file name="category.phtml" hash="81f36742cb4e3adbf9f692cc8f0ea8a8"/>
152
+ <file name="customer.phtml" hash="e9bc92bb7f7df989cc706c7eaee3614a"/>
153
+ <file name="element.phtml" hash="e1d38981789e632a3607ccf2e171f0cb"/>
154
+ <file name="embed.phtml" hash="9193ddd1ae373b68c53f8364f511b0a5"/>
155
+ <file name="meta.phtml" hash="c1b862a4993503fae420fb0eba194b00"/>
156
+ <file name="order.phtml" hash="3ec29ce57313c9c837a8d17b4455a9a0"/>
157
+ <file name="product.phtml" hash="9df3ff9f6e363e478d7fd68bd09827b1"/>
158
+ </dir>
159
+ </dir>
160
+ </dir>
161
+ </dir>
162
+ </dir>
163
+ </target>
164
+ <target name="mageetc">
165
+ <dir name="modules">
166
+ <file name="Nosto_Tagging.xml" hash="1705cb7e6db28388662ef52882d61701"/>
167
+ </dir>
168
+ </target>
169
+ <target name="magelib">
170
+ <dir name="nosto">
171
+ <dir name="php-sdk">
172
+ <dir name="src">
173
+ <dir name="classes">
174
+ <file name="Nosto.php" hash="c595c5f646f6e513b6604848f8d10118"/>
175
+ <file name="NostoAccount.php" hash="c422a7f104c5ebc6eac9d83986280579"/>
176
+ <file name="NostoCipher.php" hash="a3d7d148311aa0319387c0918e5e26dc"/>
177
+ <file name="NostoDotEnv.php" hash="90b23c1b02095c9368372f1d5346c3f9"/>
178
+ <file name="NostoMessage.php" hash="5933eadd2ad08427010b0bf16657266b"/>
179
+ <file name="NostoObject.php" hash="187808f0c55d02294d41e9395f4c5d58"/>
180
+ <file name="NostoOrderConfirmation.php" hash="2a3fd5efb196bc0dcb7ad57fb61a81d0"/>
181
+ <file name="NostoProductReCrawl.php" hash="f370c539409dd74fc98b7aa1ea0f6387"/>
182
+ <file name="NostoValidator.php" hash="2096ddc9979ec77f8f0b1ec58b459329"/>
183
+ <dir name="api">
184
+ <file name="NostoApiRequest.php" hash="37db50c0d35ff9a848afe6a4bb871b6f"/>
185
+ <file name="NostoApiToken.php" hash="2febdbec0fd3609162845aa678b36b38"/>
186
+ </dir>
187
+ <dir name="collection">
188
+ <file name="NostoCollection.php" hash="35cea0282628354413f629062b58663a"/>
189
+ <file name="NostoOrderCollection.php" hash="db6f517948c1258e1521ceb1ce49d477"/>
190
+ <file name="NostoProductCollection.php" hash="3ae29dbbcb7effa234fa83461d3e6901"/>
191
+ </dir>
192
+ <dir name="exception">
193
+ <file name="NostoException.php" hash="c4610fb70278d01bd85bc83b8e74df30"/>
194
+ <file name="NostoHttpException.php" hash="dabf4298746db898c8fe709ea9e25818"/>
195
+ </dir>
196
+ <dir name="export">
197
+ <file name="NostoExportOrderCollection.php" hash="91bdd99a2be75be062fe5c7cde1803e4"/>
198
+ <file name="NostoExportProductCollection.php" hash="33986c8767922da98aa90f03759dbc0f"/>
199
+ <file name="NostoExporter.php" hash="72ad0af4bce8e57ada5a29e3634df94f"/>
200
+ </dir>
201
+ <dir name="helper">
202
+ <file name="NostoHelper.php" hash="f4ca6c78e047fec93c32b7eb822b0692"/>
203
+ <file name="NostoHelperDate.php" hash="081a2d8bfec710f2baa52192a99a2658"/>
204
+ <file name="NostoHelperIframe.php" hash="303668f25103c245396b43811a15c28d"/>
205
+ <file name="NostoHelperPrice.php" hash="ee9f217dc1b8e0fc679fb56ca3fd3ca1"/>
206
+ </dir>
207
+ <dir name="http">
208
+ <file name="NostoHttpRequest.php" hash="2c5b96a56d33b33e334d4d3772c2b14d"/>
209
+ <file name="NostoHttpRequestAdapter.php" hash="d8bf8e5db44ad982b655372529f4d88c"/>
210
+ <file name="NostoHttpRequestAdapterCurl.php" hash="945a4357578f91291d09f1e2850da580"/>
211
+ <file name="NostoHttpRequestAdapterSocket.php" hash="88f57e6d98de2ac652a235e2786f0be7"/>
212
+ <file name="NostoHttpResponse.php" hash="9982d3ed15bfcc8f0147b2b4cc400223"/>
213
+ </dir>
214
+ <dir name="oauth">
215
+ <file name="NostoOAuthClient.php" hash="2672d9de80d23c91776d97b9803d01b4"/>
216
+ <file name="NostoOAuthToken.php" hash="f81c1c1e5c4fc2010162d8f69de2cb33"/>
217
+ </dir>
218
+ <dir name="operation">
219
+ <file name="NostoOperationProduct.php" hash="37e24121df779ead75e028b15a3fe226"/>
220
+ </dir>
221
+ </dir>
222
+ <file name="config.inc.php" hash="b46a56f8d61ff2cf69cedb4281719e00"/>
223
+ <dir name="interfaces">
224
+ <file name="NostoExportCollectionInterface.php" hash="63c833c17fe43ce48b45e0f552313a8b"/>
225
+ <file name="NostoOAuthClientMetaDataInterface.php" hash="75a82417bfc27cd82e41ea9810d31428"/>
226
+ <file name="NostoProductInterface.php" hash="64a9e110a97ebd8be690664ce5b8e371"/>
227
+ <file name="NostoValidatableInterface.php" hash="57ad8b28225344127843b97049f5868d"/>
228
+ <dir name="account">
229
+ <file name="NostoAccountInterface.php" hash="063da0d25a5420f4e727938467c078f3"/>
230
+ <file name="NostoAccountMetaDataBillingDetailsInterface.php" hash="ef31f0c3b41591fd76f85a25021f0fe4"/>
231
+ <file name="NostoAccountMetaDataIframeInterface.php" hash="c739e6a3ef39a308df6852361f2fd1d7"/>
232
+ <file name="NostoAccountMetaDataInterface.php" hash="5adf0a5ed876348a05028a3ff111bf79"/>
233
+ <file name="NostoAccountMetaDataOwnerInterface.php" hash="4c037b8cb1b529c16c91f25cce2b0ed7"/>
234
+ </dir>
235
+ <dir name="order">
236
+ <file name="NostoOrderBuyerInterface.php" hash="890884e45bcca61f96f0f98cda40b6c1"/>
237
+ <file name="NostoOrderInterface.php" hash="d341b4faf020bfca01336c5d60ca5e48"/>
238
+ <file name="NostoOrderPurchasedItemInterface.php" hash="e33b94290465eea80d614db35144b75a"/>
239
+ <file name="NostoOrderStatusInterface.php" hash="8c89cf4296629b635f52b53a9b800b1f"/>
240
+ </dir>
241
+ </dir>
242
+ <dir name="js">
243
+ <file name="NostoIframe.min.js" hash="5fd9f5b418dd796c469aaa0c58b34aaa"/>
244
+ <dir name="src">
245
+ <file name="NostoIframe.js" hash="ca03585215f846258d2dbb58724e48fa"/>
246
+ </dir>
247
+ </dir>
248
+ <dir name="libs">
249
+ <dir name="phpseclib">
250
+ <dir name="crypt">
251
+ <file name="NostoCryptAES.php" hash="7f16ec6fa7eefa011a27acf4506a3b57"/>
252
+ <file name="NostoCryptBase.php" hash="c78432d428ad8a70be832f91261d4c42"/>
253
+ <file name="NostoCryptRandom.php" hash="eb21a56b9cf6e6ef0b220620dd4d0ebe"/>
254
+ <file name="NostoCryptRijndael.php" hash="9c728d06c0249f8bc24a7c61606ccc89"/>
255
+ </dir>
256
+ </dir>
257
+ </dir>
258
+ </dir>
259
+ </dir>
260
+ </dir>
261
+ </target>
262
+ <target name="mageweb">
263
+ <dir name="js">
264
+ <dir name="nosto">
265
+ <file name="iframeHandler.min.js" hash="c13b574b829791cd061ed63c81060680"/>
266
+ <file name="iframeResizer.min.js" hash="163b065c9dd702dc364913a951b81fee"/>
267
+ </dir>
268
+ </dir>
269
+ </target>
270
+ </contents>
271
+ <compatible/>
272
+ <dependencies>
273
+ <required>
274
+ <php>
275
+ <min>5.2.0</min>
276
+ <max>6.0.0</max>
277
+ </php>
278
+ <package>
279
+ <name>Mage_Core_Modules</name>
280
+ <channel>community</channel>
281
+ <min>1.6.0.0</min>
282
+ <max>1.9.2.4</max>
283
+ </package>
284
+ </required>
285
+ </dependencies>
286
  </package>