diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 1512e810..9141e06c 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -30,4 +30,6 @@ - [ ] I have correctly labeled this pull request. - [ ] I have linked the corresponding issue in this description. - [ ] I have updated the corresponding Jira ticket. -- [ ] I have requested a review from at least 2 reviewers \ No newline at end of file +- [ ] I have requested a review from at least 2 reviewers +- [ ] I have checked the base branch of this pull request +- [ ] I have checked my code for any possible security vulnerabilities diff --git a/.phan/stubs/Mage.php b/.phan/stubs/Mage.php index cff73011..3e5d7394 100644 --- a/.phan/stubs/Mage.php +++ b/.phan/stubs/Mage.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/.phan/stubs/Yotpo.php b/.phan/stubs/Yotpo.php index 96980d9d..3ee19016 100644 --- a/.phan/stubs/Yotpo.php +++ b/.phan/stubs/Yotpo.php @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ class Yotpo_Yotpo_Helper_RichSnippets extends Mage_Core_Helper_Abstract diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea9ccda..fbe43e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. +### 3.10.0 +* Add Nosto category personalization in the default Magento category sorting options + ### 3.9.0 * Feature flag to set the a percentage of total PHP available memory that can be used by Nosto indexer * Exit indexer gracefully if the memory consumption goes over the predefined amount diff --git a/Gruntfile.js b/Gruntfile.js index 05c200d6..1649a3f3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,7 +20,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Addtocart.php b/app/code/community/Nosto/Tagging/Block/Addtocart.php index bbfd7ad0..08700c8a 100644 --- a/app/code/community/Nosto/Tagging/Block/Addtocart.php +++ b/app/code/community/Nosto/Tagging/Block/Addtocart.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/Iframe.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/Iframe.php index 192db3fc..7392551a 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/Iframe.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/Iframe.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/Notifications.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/Notifications.php index c622ac4e..01eac287 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/Notifications.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/Notifications.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/CronFrequency.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/CronFrequency.php index 60cde21f..24f18601 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/CronFrequency.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/CronFrequency.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Formats.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Formats.php index 6b79f975..90ed9dfa 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Formats.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Formats.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Method.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Method.php index d42bc5fa..46582ee3 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Method.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Currency/Method.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Inventory/Switch.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Inventory/Switch.php index 30033745..ff87c13c 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Inventory/Switch.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Inventory/Switch.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Ratings/Provider.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Ratings/Provider.php index 4e8852cc..e677a45d 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Ratings/Provider.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Ratings/Provider.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Variation/Switch.php b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Variation/Switch.php index fc216224..8dbec2ec 100644 --- a/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Variation/Switch.php +++ b/app/code/community/Nosto/Tagging/Block/Adminhtml/System/Config/Variation/Switch.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Cart.php b/app/code/community/Nosto/Tagging/Block/Cart.php index 0ec82f39..6438a1af 100644 --- a/app/code/community/Nosto/Tagging/Block/Cart.php +++ b/app/code/community/Nosto/Tagging/Block/Cart.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Category.php b/app/code/community/Nosto/Tagging/Block/Category.php index a2324948..381ccf40 100644 --- a/app/code/community/Nosto/Tagging/Block/Category.php +++ b/app/code/community/Nosto/Tagging/Block/Category.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Customer.php b/app/code/community/Nosto/Tagging/Block/Customer.php index f5d77694..92c000ca 100644 --- a/app/code/community/Nosto/Tagging/Block/Customer.php +++ b/app/code/community/Nosto/Tagging/Block/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Element.php b/app/code/community/Nosto/Tagging/Block/Element.php index 4530f02e..8aeccab6 100644 --- a/app/code/community/Nosto/Tagging/Block/Element.php +++ b/app/code/community/Nosto/Tagging/Block/Element.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Embed.php b/app/code/community/Nosto/Tagging/Block/Embed.php index 8633839e..2d5a34ca 100644 --- a/app/code/community/Nosto/Tagging/Block/Embed.php +++ b/app/code/community/Nosto/Tagging/Block/Embed.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Meta.php b/app/code/community/Nosto/Tagging/Block/Meta.php index 532cfd9b..d14ddc45 100644 --- a/app/code/community/Nosto/Tagging/Block/Meta.php +++ b/app/code/community/Nosto/Tagging/Block/Meta.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Order.php b/app/code/community/Nosto/Tagging/Block/Order.php index 347a40e8..e5aa1438 100644 --- a/app/code/community/Nosto/Tagging/Block/Order.php +++ b/app/code/community/Nosto/Tagging/Block/Order.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Pagetype.php b/app/code/community/Nosto/Tagging/Block/Pagetype.php index 41179410..306de0d5 100644 --- a/app/code/community/Nosto/Tagging/Block/Pagetype.php +++ b/app/code/community/Nosto/Tagging/Block/Pagetype.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Product.php b/app/code/community/Nosto/Tagging/Block/Product.php index 0e6273ec..5f434961 100644 --- a/app/code/community/Nosto/Tagging/Block/Product.php +++ b/app/code/community/Nosto/Tagging/Block/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Product/List/Toolbar.php b/app/code/community/Nosto/Tagging/Block/Product/List/Toolbar.php index 8f8e2d11..2de5c36f 100644 --- a/app/code/community/Nosto/Tagging/Block/Product/List/Toolbar.php +++ b/app/code/community/Nosto/Tagging/Block/Product/List/Toolbar.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ @@ -40,6 +40,7 @@ class Nosto_Tagging_Block_Product_List_Toolbar * * @param Varien_Data_Collection $collection * @return Mage_Catalog_Block_Product_List_Toolbar + * @throws Mage_Core_Model_Store_Exception */ public function setCollection($collection) { @@ -54,24 +55,23 @@ public function setCollection($collection) || !$accountHelper->find($store) ) { return parent::setCollection($collection); - } else { - $this->_collection = $collection; - $limit = (int)$this->getLimit(); - if ($limit) { - $this->_collection->setPageSize($limit); - } - $this->_collection->setCurPage($this->getCurrentPage()); - $sortIds = array_reverse($this->getSortIds($this->getCurrentOrder())); - if (!empty($sortIds)) { - $orderByIds = sprintf( - 'FIELD(product_id, %s) DESC', - implode(',', $sortIds) - ); - $this->_collection->getSelect()->order($orderByIds); - } - - return $this; } + $this->_collection = $collection; + $limit = (int)$this->getLimit(); + if ($limit) { + $this->_collection->setPageSize($limit); + } + $this->_collection->setCurPage($this->getCurrentPage()); + $sortIds = array_reverse($this->getSortIds($this->getCurrentOrder())); + if (!empty($sortIds)) { + $orderByIds = sprintf( + 'FIELD(product_id, %s) DESC', + implode(',', $sortIds) + ); + $this->_collection->getSelect()->order($orderByIds); + } + + return $this; } /** @@ -100,4 +100,4 @@ protected function getSortIds($type) $type ); } -} \ No newline at end of file +} diff --git a/app/code/community/Nosto/Tagging/Block/Searchterm.php b/app/code/community/Nosto/Tagging/Block/Searchterm.php index 597f2ba8..39709690 100644 --- a/app/code/community/Nosto/Tagging/Block/Searchterm.php +++ b/app/code/community/Nosto/Tagging/Block/Searchterm.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Stub.php b/app/code/community/Nosto/Tagging/Block/Stub.php index 5f2759fe..372aeab5 100644 --- a/app/code/community/Nosto/Tagging/Block/Stub.php +++ b/app/code/community/Nosto/Tagging/Block/Stub.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Block/Variation.php b/app/code/community/Nosto/Tagging/Block/Variation.php index a299634a..01403234 100644 --- a/app/code/community/Nosto/Tagging/Block/Variation.php +++ b/app/code/community/Nosto/Tagging/Block/Variation.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Account.php b/app/code/community/Nosto/Tagging/Helper/Account.php index 2bfc8d3a..c8b6cf51 100644 --- a/app/code/community/Nosto/Tagging/Helper/Account.php +++ b/app/code/community/Nosto/Tagging/Helper/Account.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ @@ -323,7 +323,7 @@ public function resetAccountSettings(Mage_Core_Model_Store $store = null) } /** - * Returns all store views that have Nosto intsalled + * Returns all store views that have Nosto installed * * @return Mage_Core_Model_Store[] */ @@ -340,4 +340,18 @@ public function getAllStoreViewsWithNostoAccount() return $storesWithNosto; } + + /** + * Returns the id of the first store that has nosto installed + * + * @return int|null + */ + public function getFirstNostoStoreId() + { + $storesWithNosto = $this->getAllStoreViewsWithNostoAccount(); + if (!empty($storesWithNosto) && $storesWithNosto[0] instanceof Mage_Core_Model_Store) { + return $storesWithNosto[0]->getId(); + } + return null; + } } diff --git a/app/code/community/Nosto/Tagging/Helper/Bootstrap.php b/app/code/community/Nosto/Tagging/Helper/Bootstrap.php index ddea3901..72401713 100644 --- a/app/code/community/Nosto/Tagging/Helper/Bootstrap.php +++ b/app/code/community/Nosto/Tagging/Helper/Bootstrap.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Cache.php b/app/code/community/Nosto/Tagging/Helper/Cache.php index 79de0bda..10f7d9ed 100644 --- a/app/code/community/Nosto/Tagging/Helper/Cache.php +++ b/app/code/community/Nosto/Tagging/Helper/Cache.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Class.php b/app/code/community/Nosto/Tagging/Helper/Class.php index 273d8302..4bf46a45 100644 --- a/app/code/community/Nosto/Tagging/Helper/Class.php +++ b/app/code/community/Nosto/Tagging/Helper/Class.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Currency.php b/app/code/community/Nosto/Tagging/Helper/Currency.php index 31f2c2f2..97bc67e3 100644 --- a/app/code/community/Nosto/Tagging/Helper/Currency.php +++ b/app/code/community/Nosto/Tagging/Helper/Currency.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Customer.php b/app/code/community/Nosto/Tagging/Helper/Customer.php index 4ea7538d..b3dd5985 100644 --- a/app/code/community/Nosto/Tagging/Helper/Customer.php +++ b/app/code/community/Nosto/Tagging/Helper/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Data.php b/app/code/community/Nosto/Tagging/Helper/Data.php index 8c5bf63b..84f16584 100644 --- a/app/code/community/Nosto/Tagging/Helper/Data.php +++ b/app/code/community/Nosto/Tagging/Helper/Data.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ @@ -112,6 +112,11 @@ class Nosto_Tagging_Helper_Data extends Mage_Core_Helper_Abstract */ const XML_PATH_SEND_CUSTOMER_DATA = 'nosto_tagging/general/send_customer_data'; + /** + * Path to store config for tagging the date a product has beed added to Magento's catalog + */ + const XML_PATH_TAG_DATE_PUBLISHED = 'nosto_tagging/general/tag_date_published'; + /** * Path to store config for using SKUs */ @@ -569,6 +574,17 @@ public function getUseSkus($store = null) return (bool)Mage::getStoreConfig(self::XML_PATH_USE_SKUS, $store); } + /** + * Returns on/off setting for tagging product's date published + * + * @param Mage_Core_Model_Store|null $store the store model or null. + * @return boolean + */ + public function getTagDatePublished($store = null) + { + return (bool)Mage::getStoreConfig(self::XML_PATH_TAG_DATE_PUBLISHED, $store); + } + /** * Returns on/off setting for custom fields * diff --git a/app/code/community/Nosto/Tagging/Helper/Email.php b/app/code/community/Nosto/Tagging/Helper/Email.php index 2f2ff851..9f7473cb 100644 --- a/app/code/community/Nosto/Tagging/Helper/Email.php +++ b/app/code/community/Nosto/Tagging/Helper/Email.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Event.php b/app/code/community/Nosto/Tagging/Helper/Event.php index bd9e7b47..ee0f83c2 100644 --- a/app/code/community/Nosto/Tagging/Helper/Event.php +++ b/app/code/community/Nosto/Tagging/Helper/Event.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Log.php b/app/code/community/Nosto/Tagging/Helper/Log.php index 72f74498..121b690b 100644 --- a/app/code/community/Nosto/Tagging/Helper/Log.php +++ b/app/code/community/Nosto/Tagging/Helper/Log.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Module.php b/app/code/community/Nosto/Tagging/Helper/Module.php index 1399ad7c..65ebe308 100644 --- a/app/code/community/Nosto/Tagging/Helper/Module.php +++ b/app/code/community/Nosto/Tagging/Helper/Module.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Oauth.php b/app/code/community/Nosto/Tagging/Helper/Oauth.php index 59d6b8a7..8ec3bc24 100644 --- a/app/code/community/Nosto/Tagging/Helper/Oauth.php +++ b/app/code/community/Nosto/Tagging/Helper/Oauth.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Price.php b/app/code/community/Nosto/Tagging/Helper/Price.php index 1716682b..51ec5adb 100644 --- a/app/code/community/Nosto/Tagging/Helper/Price.php +++ b/app/code/community/Nosto/Tagging/Helper/Price.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Rating.php b/app/code/community/Nosto/Tagging/Helper/Rating.php index ceada0e8..559c0995 100644 --- a/app/code/community/Nosto/Tagging/Helper/Rating.php +++ b/app/code/community/Nosto/Tagging/Helper/Rating.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Setup.php b/app/code/community/Nosto/Tagging/Helper/Setup.php index 9435549a..33f63fb2 100644 --- a/app/code/community/Nosto/Tagging/Helper/Setup.php +++ b/app/code/community/Nosto/Tagging/Helper/Setup.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Stock.php b/app/code/community/Nosto/Tagging/Helper/Stock.php index 1cbbbd7b..05e0dc30 100644 --- a/app/code/community/Nosto/Tagging/Helper/Stock.php +++ b/app/code/community/Nosto/Tagging/Helper/Stock.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Url.php b/app/code/community/Nosto/Tagging/Helper/Url.php index 4b7e5147..067da243 100644 --- a/app/code/community/Nosto/Tagging/Helper/Url.php +++ b/app/code/community/Nosto/Tagging/Helper/Url.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Helper/Variation.php b/app/code/community/Nosto/Tagging/Helper/Variation.php index f8f4cc62..b781c563 100644 --- a/app/code/community/Nosto/Tagging/Helper/Variation.php +++ b/app/code/community/Nosto/Tagging/Helper/Variation.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Base.php b/app/code/community/Nosto/Tagging/Model/Base.php index b7289c9c..77ae9c8e 100644 --- a/app/code/community/Nosto/Tagging/Model/Base.php +++ b/app/code/community/Nosto/Tagging/Model/Base.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Category/Config.php b/app/code/community/Nosto/Tagging/Model/Category/Config.php index e1a8be7e..8e3d9161 100644 --- a/app/code/community/Nosto/Tagging/Model/Category/Config.php +++ b/app/code/community/Nosto/Tagging/Model/Category/Config.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ @@ -40,14 +40,16 @@ class Nosto_Tagging_Model_Category_Config extends Mage_Catalog_Model_Config /** * Add relevance attribute as a sorting option * + * @param null $storeId * @return array + * @throws Mage_Core_Model_Store_Exception */ - public function getAttributeUsedForSortByArray() + public function getAttributeUsedForSortByArray($storeId = null) { $options = parent::getAttributeUsedForSortByArray(); /* @var Nosto_Tagging_Helper_Data $dataHelper */ $dataHelper = Mage::helper('nosto_tagging'); - $store = Mage::app()->getStore(); + $store = Mage::app()->getStore($storeId); /* @var Nosto_Tagging_Helper_Account $accountHelper */ $accountHelper = Mage::helper('nosto_tagging/account'); $nostoAccount = $accountHelper->find($store); @@ -56,7 +58,6 @@ public function getAttributeUsedForSortByArray() $featureAccessService = new Nosto_Service_FeatureAccess($nostoAccount); if ($dataHelper->getUsePersonalizedCategorySorting($store) && $featureAccessService->canUseGraphql() - ) { $options[self::NOSTO_PERSONALIZED_KEY] = Mage::helper('catalog')->__('Personalized for you'); $options[self::NOSTO_TOPLIST_KEY] = Mage::helper('catalog')->__('Top products'); @@ -65,4 +66,4 @@ public function getAttributeUsedForSortByArray() return $options; } -} \ No newline at end of file +} diff --git a/app/code/community/Nosto/Tagging/Model/Category/Sortby.php b/app/code/community/Nosto/Tagging/Model/Category/Sortby.php new file mode 100644 index 00000000..5cfe3f4a --- /dev/null +++ b/app/code/community/Nosto/Tagging/Model/Category/Sortby.php @@ -0,0 +1,63 @@ + + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) + */ + +/** + * Adds relevance attribute to the sorting options for category products + * + * @category Nosto + * @package Nosto_Tagging + * @author Nosto Solutions Ltd + */ +class Nosto_Tagging_Model_Category_Sortby extends Mage_Catalog_Model_Category_Attribute_Source_Sortby +{ + /** + * Retrieve all options for category display settings product listing + * + * @return array + * @throws Mage_Core_Model_Store_Exception + */ + public function getAllOptions() + { + /* @var Nosto_Tagging_Model_Category_Config $configModel*/ + $configModel = Mage::getModel('nosto_tagging/category_config'); + $storeId = (int)Mage::app()->getRequest()->getParam('store'); + // If we're in 'All store views' scope, should show options if there's Nosto account + if ($storeId === Mage_Core_Model_App::ADMIN_STORE_ID) { + /* @var Nosto_Tagging_Helper_Account $accountHelper */ + $accountHelper = Mage::helper('nosto_tagging/account'); + $storeId = $accountHelper->getFirstNostoStoreId() ?: $storeId; + } + $options = $configModel->getAttributeUsedForSortByArray($storeId); + foreach ($options as $key => $option) { + $this->_options[] = array( + 'label' => $option, + 'value' => $key + ); + } + return $this->_options; + } +} diff --git a/app/code/community/Nosto/Tagging/Model/Collection/Rates.php b/app/code/community/Nosto/Tagging/Model/Collection/Rates.php index dc9c2057..bd07fd78 100644 --- a/app/code/community/Nosto/Tagging/Model/Collection/Rates.php +++ b/app/code/community/Nosto/Tagging/Model/Collection/Rates.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Container/Cart.php b/app/code/community/Nosto/Tagging/Model/Container/Cart.php index 8c1b74be..adaf7481 100644 --- a/app/code/community/Nosto/Tagging/Model/Container/Cart.php +++ b/app/code/community/Nosto/Tagging/Model/Container/Cart.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Container/Customer.php b/app/code/community/Nosto/Tagging/Model/Container/Customer.php index d149a004..1e0a606d 100644 --- a/app/code/community/Nosto/Tagging/Model/Container/Customer.php +++ b/app/code/community/Nosto/Tagging/Model/Container/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Customer.php b/app/code/community/Nosto/Tagging/Model/Customer.php index 497d8a2d..016a751f 100644 --- a/app/code/community/Nosto/Tagging/Model/Customer.php +++ b/app/code/community/Nosto/Tagging/Model/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Index.php b/app/code/community/Nosto/Tagging/Model/Index.php index ebaff71a..aff9d49b 100644 --- a/app/code/community/Nosto/Tagging/Model/Index.php +++ b/app/code/community/Nosto/Tagging/Model/Index.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Indexer/Product.php b/app/code/community/Nosto/Tagging/Model/Indexer/Product.php index 9ab61d57..1ffd01e6 100644 --- a/app/code/community/Nosto/Tagging/Model/Indexer/Product.php +++ b/app/code/community/Nosto/Tagging/Model/Indexer/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Account.php b/app/code/community/Nosto/Tagging/Model/Meta/Account.php index e49eb330..7edad3a5 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Account.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Account.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Account/Billing.php b/app/code/community/Nosto/Tagging/Model/Meta/Account/Billing.php index 84763166..113ff68e 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Account/Billing.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Account/Billing.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Account/Iframe.php b/app/code/community/Nosto/Tagging/Model/Meta/Account/Iframe.php index d0f12594..37c2f2ff 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Account/Iframe.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Account/Iframe.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Account/Owner.php b/app/code/community/Nosto/Tagging/Model/Meta/Account/Owner.php index daa9f30d..65c6bc40 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Account/Owner.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Account/Owner.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart.php index cdb92509..5bcbd2b2 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Builder.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Builder.php index c0da3f14..b3b5e9a0 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Builder.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Builder.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item.php index 542ebd6e..63514b8e 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Bundled.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Bundled.php index 4322382c..bbdef01a 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Bundled.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Bundled.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Configurable.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Configurable.php index 4a251542..308ecc3d 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Configurable.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Configurable.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Grouped.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Grouped.php index 2d546fc6..606d9082 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Grouped.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Grouped.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Simple.php b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Simple.php index 6dc2bc12..54f7efd4 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Simple.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Cart/Item/Simple.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Category/Builder.php b/app/code/community/Nosto/Tagging/Model/Meta/Category/Builder.php index 5212859d..50298fbb 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Category/Builder.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Category/Builder.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Oauth.php b/app/code/community/Nosto/Tagging/Model/Meta/Oauth.php index 722da521..2c662b43 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Oauth.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Oauth.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order.php b/app/code/community/Nosto/Tagging/Model/Meta/Order.php index 24c735cd..f0272ff6 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Builder.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Builder.php index 5d25c51a..05bcb541 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Builder.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Builder.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Buyer.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Buyer.php index 56881e89..8ff26733 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Buyer.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Buyer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item.php index ae3ffea5..89f5e0e7 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Bundled.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Bundled.php index 71fd238e..ea10e5fc 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Bundled.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Bundled.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Configurable.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Configurable.php index a4661b72..db6b007b 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Configurable.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Configurable.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Default.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Default.php index 8474c63f..943e3492 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Default.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Default.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Grouped.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Grouped.php index 27b43d8d..2c61d656 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Grouped.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Grouped.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Simple.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Simple.php index 026625a1..fd2b8f6b 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Simple.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Item/Simple.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Status.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Status.php index 96b7d112..869100e5 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Status.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Status.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Order/Vaimo/Klarna/Checkout.php b/app/code/community/Nosto/Tagging/Model/Meta/Order/Vaimo/Klarna/Checkout.php index 4a49a9f6..658eb07f 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Order/Vaimo/Klarna/Checkout.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Order/Vaimo/Klarna/Checkout.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Product.php b/app/code/community/Nosto/Tagging/Model/Meta/Product.php index 19a69a70..2c88846b 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Product.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ @@ -141,6 +141,13 @@ public function loadData(Mage_Catalog_Model_Product $product, Mage_Core_Model_St if ($dataHelper->getUseCustomFields($store)) { $this->setCustomFields($this->buildCustomFields($product, $store)); } + if ($dataHelper->getTagDatePublished($store) && $product->hasData('created_at')) { + try { + $this->setDatePublished($product->getData('created_at')); + } catch (Nosto_NostoException $e) { + Nosto_Tagging_Helper_Log::exception($e); + } + } Mage::dispatchEvent( Nosto_Tagging_Helper_Event::EVENT_NOSTO_PRODUCT_LOAD_AFTER, diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Product/Builder.php b/app/code/community/Nosto/Tagging/Model/Meta/Product/Builder.php index d3266860..5aeddc0b 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Product/Builder.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Product/Builder.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Product/Tags/Lowstock.php b/app/code/community/Nosto/Tagging/Model/Meta/Product/Tags/Lowstock.php index dec32ffb..329e000f 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Product/Tags/Lowstock.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Product/Tags/Lowstock.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Product/Trait.php b/app/code/community/Nosto/Tagging/Model/Meta/Product/Trait.php index 5ff12d14..8ae570c1 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Product/Trait.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Product/Trait.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Rating.php b/app/code/community/Nosto/Tagging/Model/Meta/Rating.php index 7f341fd2..f921369e 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Rating.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Rating.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Interface.php b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Interface.php index 159642ad..f6405ef5 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Interface.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Interface.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Mage/Rating.php b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Mage/Rating.php index 6a1be7cc..f2a8d028 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Mage/Rating.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Mage/Rating.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Yotpo/Yotpo.php b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Yotpo/Yotpo.php index 2b573e26..964a092e 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Rating/Yotpo/Yotpo.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Rating/Yotpo/Yotpo.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Settings.php b/app/code/community/Nosto/Tagging/Model/Meta/Settings.php index 6b6abe3e..931afe51 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Settings.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Settings.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Sku.php b/app/code/community/Nosto/Tagging/Model/Meta/Sku.php index c6bc92b7..99f1a18b 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Sku.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Sku.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/User.php b/app/code/community/Nosto/Tagging/Model/Meta/User.php index 24da0bb7..f8b7ce56 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/User.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/User.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Variation.php b/app/code/community/Nosto/Tagging/Model/Meta/Variation.php index 7fe61bcf..65c1f442 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Variation.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Variation.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Meta/Variation/Collection.php b/app/code/community/Nosto/Tagging/Model/Meta/Variation/Collection.php index 1298838f..542d70fe 100644 --- a/app/code/community/Nosto/Tagging/Model/Meta/Variation/Collection.php +++ b/app/code/community/Nosto/Tagging/Model/Meta/Variation/Collection.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Cart.php b/app/code/community/Nosto/Tagging/Model/Observer/Cart.php index 151ebf10..bf77e25a 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Cart.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Cart.php @@ -1,9 +1,9 @@ - * @copyright Copyright (c) 2013-2018 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Controller.php b/app/code/community/Nosto/Tagging/Model/Observer/Controller.php index 3d999842..1a122ca4 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Controller.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Controller.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Customer.php b/app/code/community/Nosto/Tagging/Model/Observer/Customer.php index 2fb43302..c6cfc509 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Customer.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Exchange.php b/app/code/community/Nosto/Tagging/Model/Observer/Exchange.php index d938f3c0..978360f6 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Exchange.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Exchange.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Order.php b/app/code/community/Nosto/Tagging/Model/Observer/Order.php index d739bc58..88438b7f 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Order.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Order.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Product.php b/app/code/community/Nosto/Tagging/Model/Observer/Product.php index 63ccd170..b4c24b9b 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Product.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Observer/Setting.php b/app/code/community/Nosto/Tagging/Model/Observer/Setting.php index 8b26e836..0cf314f3 100644 --- a/app/code/community/Nosto/Tagging/Model/Observer/Setting.php +++ b/app/code/community/Nosto/Tagging/Model/Observer/Setting.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Product.php b/app/code/community/Nosto/Tagging/Model/Product.php index c034bcb7..97e62083 100644 --- a/app/code/community/Nosto/Tagging/Model/Product.php +++ b/app/code/community/Nosto/Tagging/Model/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Resource/Customer.php b/app/code/community/Nosto/Tagging/Model/Resource/Customer.php index 4636750f..0c1451b4 100644 --- a/app/code/community/Nosto/Tagging/Model/Resource/Customer.php +++ b/app/code/community/Nosto/Tagging/Model/Resource/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Resource/Customer/Collection.php b/app/code/community/Nosto/Tagging/Model/Resource/Customer/Collection.php index c8fa7b1b..ac32a527 100644 --- a/app/code/community/Nosto/Tagging/Model/Resource/Customer/Collection.php +++ b/app/code/community/Nosto/Tagging/Model/Resource/Customer/Collection.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Resource/Index.php b/app/code/community/Nosto/Tagging/Model/Resource/Index.php index 6a52f247..1353d827 100644 --- a/app/code/community/Nosto/Tagging/Model/Resource/Index.php +++ b/app/code/community/Nosto/Tagging/Model/Resource/Index.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Resource/Index/Collection.php b/app/code/community/Nosto/Tagging/Model/Resource/Index/Collection.php index 28774eac..75a1bcfd 100644 --- a/app/code/community/Nosto/Tagging/Model/Resource/Index/Collection.php +++ b/app/code/community/Nosto/Tagging/Model/Resource/Index/Collection.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Resource/Product/Collection.php b/app/code/community/Nosto/Tagging/Model/Resource/Product/Collection.php index f2ed4179..e2e5c1b7 100644 --- a/app/code/community/Nosto/Tagging/Model/Resource/Product/Collection.php +++ b/app/code/community/Nosto/Tagging/Model/Resource/Product/Collection.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Cart.php b/app/code/community/Nosto/Tagging/Model/Service/Cart.php index 93eda045..8a588deb 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Cart.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Cart.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Customer.php b/app/code/community/Nosto/Tagging/Model/Service/Customer.php index eb9093fa..90b38344 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Customer.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Customer.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Order.php b/app/code/community/Nosto/Tagging/Model/Service/Order.php index dfda34d0..d11cba72 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Order.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Order.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Product.php b/app/code/community/Nosto/Tagging/Model/Service/Product.php index 96cd2f5d..4514f588 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Product.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Base.php b/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Base.php index 89eda094..83b390b1 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Base.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Base.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Category.php b/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Category.php index 12e77a7b..34390977 100644 --- a/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Category.php +++ b/app/code/community/Nosto/Tagging/Model/Service/Recommendation/Category.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Cron.php b/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Cron.php index ed0b269f..6f7456c2 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Cron.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Cron.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Time.php b/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Time.php index 236c7db6..cfd1dfdf 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Time.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Backend/Currency/Exchange/Rate/Time.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Attribute.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Attribute.php index 59c32cef..d8e969c7 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Attribute.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Attribute.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Cron/Frequency.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Cron/Frequency.php index 0d7817ee..6d139359 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Cron/Frequency.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Cron/Frequency.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Custom/Tags.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Custom/Tags.php index 0b6d7814..d413af12 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Custom/Tags.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Custom/Tags.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Image.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Image.php index 04bd1968..e949af8f 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Image.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Image.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Memory/Percentage.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Memory/Percentage.php index 1acc38d3..7df7aa4a 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Memory/Percentage.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Memory/Percentage.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Multi/Currency/Method.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Multi/Currency/Method.php index 79c59e57..7194bc4a 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Multi/Currency/Method.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Multi/Currency/Method.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Price/Attribute.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Price/Attribute.php index 94faf4c0..0d350003 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Price/Attribute.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Price/Attribute.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Product/Attribute.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Product/Attribute.php index 6fb0042b..96720acf 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Product/Attribute.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Product/Attribute.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Ratings/Provider.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Ratings/Provider.php index c7490046..71dae95a 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Ratings/Provider.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Ratings/Provider.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Restore/Cart/Location.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Restore/Cart/Location.php index 5f38175a..53d4a962 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Restore/Cart/Location.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Restore/Cart/Location.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Base.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Base.php index 986865ff..c38f115c 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Base.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Base.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Graphql.php b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Graphql.php index 7bf33997..aba9cee5 100644 --- a/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Graphql.php +++ b/app/code/community/Nosto/Tagging/Model/System/Config/Source/Yesno/Graphql.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/Util/Product.php b/app/code/community/Nosto/Tagging/Util/Product.php index 64c7dcb2..a28ded76 100644 --- a/app/code/community/Nosto/Tagging/Util/Product.php +++ b/app/code/community/Nosto/Tagging/Util/Product.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/AddToCartController.php b/app/code/community/Nosto/Tagging/controllers/AddToCartController.php index 5b805604..6a29c7da 100644 --- a/app/code/community/Nosto/Tagging/controllers/AddToCartController.php +++ b/app/code/community/Nosto/Tagging/controllers/AddToCartController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/Adminhtml/NostoController.php b/app/code/community/Nosto/Tagging/controllers/Adminhtml/NostoController.php index f794a6dc..d0dd63de 100644 --- a/app/code/community/Nosto/Tagging/controllers/Adminhtml/NostoController.php +++ b/app/code/community/Nosto/Tagging/controllers/Adminhtml/NostoController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/CartController.php b/app/code/community/Nosto/Tagging/controllers/CartController.php index a954b5f9..96276d36 100644 --- a/app/code/community/Nosto/Tagging/controllers/CartController.php +++ b/app/code/community/Nosto/Tagging/controllers/CartController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/ExportController.php b/app/code/community/Nosto/Tagging/controllers/ExportController.php index 01cb2488..ae9c06f4 100644 --- a/app/code/community/Nosto/Tagging/controllers/ExportController.php +++ b/app/code/community/Nosto/Tagging/controllers/ExportController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/OauthController.php b/app/code/community/Nosto/Tagging/controllers/OauthController.php index 67a12a1f..edc96c74 100644 --- a/app/code/community/Nosto/Tagging/controllers/OauthController.php +++ b/app/code/community/Nosto/Tagging/controllers/OauthController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/controllers/RestoreCartController.php b/app/code/community/Nosto/Tagging/controllers/RestoreCartController.php index b03b4f02..c8101268 100644 --- a/app/code/community/Nosto/Tagging/controllers/RestoreCartController.php +++ b/app/code/community/Nosto/Tagging/controllers/RestoreCartController.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/etc/adminhtml.xml b/app/code/community/Nosto/Tagging/etc/adminhtml.xml index ec2f330c..6b64870f 100644 --- a/app/code/community/Nosto/Tagging/etc/adminhtml.xml +++ b/app/code/community/Nosto/Tagging/etc/adminhtml.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/app/code/community/Nosto/Tagging/etc/cache.xml b/app/code/community/Nosto/Tagging/etc/cache.xml index e688612e..b4e9808b 100644 --- a/app/code/community/Nosto/Tagging/etc/cache.xml +++ b/app/code/community/Nosto/Tagging/etc/cache.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/app/code/community/Nosto/Tagging/etc/config.xml b/app/code/community/Nosto/Tagging/etc/config.xml index 0cbb6420..b09f07b7 100644 --- a/app/code/community/Nosto/Tagging/etc/config.xml +++ b/app/code/community/Nosto/Tagging/etc/config.xml @@ -21,14 +21,14 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> - 3.9.0 + 3.10.0 @@ -102,6 +102,7 @@ Nosto_Tagging_Model_Category_Config + Nosto_Tagging_Model_Category_Sortby @@ -274,7 +275,8 @@ 0 0 0 - 1 + 0 + 0 0 1 checkout/cart diff --git a/app/code/community/Nosto/Tagging/etc/system.xml b/app/code/community/Nosto/Tagging/etc/system.xml index 0caf0d32..94a71716 100644 --- a/app/code/community/Nosto/Tagging/etc/system.xml +++ b/app/code/community/Nosto/Tagging/etc/system.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> @@ -174,6 +174,18 @@ 1 + + + + Set this yes if you want to tag the date a product has been added to Magento's catalog + select + adminhtml/system_config_source_yesno + 80 + 1 + 1 + 1 + + diff --git a/app/code/community/Nosto/Tagging/shell/reconnect.php b/app/code/community/Nosto/Tagging/shell/reconnect.php index 587d109a..c0f63791 100644 --- a/app/code/community/Nosto/Tagging/shell/reconnect.php +++ b/app/code/community/Nosto/Tagging/shell/reconnect.php @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/shell/remove.php b/app/code/community/Nosto/Tagging/shell/remove.php index 8fdbbda0..88cc5032 100644 --- a/app/code/community/Nosto/Tagging/shell/remove.php +++ b/app/code/community/Nosto/Tagging/shell/remove.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-install-2.8.0.php b/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-install-2.8.0.php index 1b2a03cd..65f47144 100644 --- a/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-install-2.8.0.php +++ b/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-install-2.8.0.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-upgrade-2.8.0-2.8.2.php b/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-upgrade-2.8.0-2.8.2.php index 791d91c9..4e790740 100644 --- a/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-upgrade-2.8.0-2.8.2.php +++ b/app/code/community/Nosto/Tagging/sql/nosto_customer_reference_setup/mysql4-upgrade-2.8.0-2.8.2.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/nosto_index_setup/mysql4-install-3.4.0.php b/app/code/community/Nosto/Tagging/sql/nosto_index_setup/mysql4-install-3.4.0.php index b30bf274..0d6fe6a3 100644 --- a/app/code/community/Nosto/Tagging/sql/nosto_index_setup/mysql4-install-3.4.0.php +++ b/app/code/community/Nosto/Tagging/sql/nosto_index_setup/mysql4-install-3.4.0.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-install-1.2.0.php b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-install-1.2.0.php index e1f9de22..c7cb090b 100644 --- a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-install-1.2.0.php +++ b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-install-1.2.0.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-1.1.7-1.2.0.php b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-1.1.7-1.2.0.php index 7a00185a..3f0915e2 100644 --- a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-1.1.7-1.2.0.php +++ b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-1.1.7-1.2.0.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-2.11.3-3.0.0.php b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-2.11.3-3.0.0.php index 17423bf4..f121f921 100644 --- a/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-2.11.3-3.0.0.php +++ b/app/code/community/Nosto/Tagging/sql/tagging_setup/mysql4-upgrade-2.11.3-3.0.0.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/adminhtml/default/default/layout/nostotagging.xml b/app/design/adminhtml/default/default/layout/nostotagging.xml index 85dee4da..cbd44e10 100644 --- a/app/design/adminhtml/default/default/layout/nostotagging.xml +++ b/app/design/adminhtml/default/default/layout/nostotagging.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/app/design/adminhtml/default/default/template/nostotagging/iframe.phtml b/app/design/adminhtml/default/default/template/nostotagging/iframe.phtml index 6041d95b..395364b9 100644 --- a/app/design/adminhtml/default/default/template/nostotagging/iframe.phtml +++ b/app/design/adminhtml/default/default/template/nostotagging/iframe.phtml @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/nostotagging/notifications.phtml b/app/design/adminhtml/default/default/template/nostotagging/notifications.phtml index d0c24e66..2f28a541 100644 --- a/app/design/adminhtml/default/default/template/nostotagging/notifications.phtml +++ b/app/design/adminhtml/default/default/template/nostotagging/notifications.phtml @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/cronFrequency.phtml b/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/cronFrequency.phtml index 6651bde6..765e87ab 100644 --- a/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/cronFrequency.phtml +++ b/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/cronFrequency.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/formats.phtml b/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/formats.phtml index e8186327..5f98f51b 100644 --- a/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/formats.phtml +++ b/app/design/adminhtml/default/default/template/nostotagging/system/config/currency/formats.phtml @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ ?> diff --git a/app/design/adminhtml/default/default/template/nostotagging/wizard.phtml b/app/design/adminhtml/default/default/template/nostotagging/wizard.phtml index 187599ef..d04de73b 100644 --- a/app/design/adminhtml/default/default/template/nostotagging/wizard.phtml +++ b/app/design/adminhtml/default/default/template/nostotagging/wizard.phtml @@ -22,7 +22,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ ?> diff --git a/app/design/frontend/base/default/layout/nostotagging.xml b/app/design/frontend/base/default/layout/nostotagging.xml index c0f16896..c3840104 100644 --- a/app/design/frontend/base/default/layout/nostotagging.xml +++ b/app/design/frontend/base/default/layout/nostotagging.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/app/design/frontend/base/default/template/nostotagging/addtocart.phtml b/app/design/frontend/base/default/template/nostotagging/addtocart.phtml index 3c9a4daa..098733b5 100644 --- a/app/design/frontend/base/default/template/nostotagging/addtocart.phtml +++ b/app/design/frontend/base/default/template/nostotagging/addtocart.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/frontend/base/default/template/nostotagging/element.phtml b/app/design/frontend/base/default/template/nostotagging/element.phtml index dc7263b1..ebb2a087 100644 --- a/app/design/frontend/base/default/template/nostotagging/element.phtml +++ b/app/design/frontend/base/default/template/nostotagging/element.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/frontend/base/default/template/nostotagging/embed.phtml b/app/design/frontend/base/default/template/nostotagging/embed.phtml index c1c01e4f..ac356649 100644 --- a/app/design/frontend/base/default/template/nostotagging/embed.phtml +++ b/app/design/frontend/base/default/template/nostotagging/embed.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/frontend/base/default/template/nostotagging/jsstub.phtml b/app/design/frontend/base/default/template/nostotagging/jsstub.phtml index 64830653..fd872ce8 100644 --- a/app/design/frontend/base/default/template/nostotagging/jsstub.phtml +++ b/app/design/frontend/base/default/template/nostotagging/jsstub.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/design/frontend/base/default/template/nostotagging/meta.phtml b/app/design/frontend/base/default/template/nostotagging/meta.phtml index 0f93ab15..a3bee979 100644 --- a/app/design/frontend/base/default/template/nostotagging/meta.phtml +++ b/app/design/frontend/base/default/template/nostotagging/meta.phtml @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/app/etc/modules/Nosto_Tagging.xml b/app/etc/modules/Nosto_Tagging.xml index b674e644..91bbb1cc 100644 --- a/app/etc/modules/Nosto_Tagging.xml +++ b/app/etc/modules/Nosto_Tagging.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/build.xml b/build.xml index 42df5baf..167bce74 100644 --- a/build.xml +++ b/build.xml @@ -22,7 +22,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) --> diff --git a/composer.json b/composer.json index 9af314ab..fc91c607 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=5.4.0", - "nosto/php-sdk": "3.11.0" + "nosto/php-sdk": "3.13.0" }, "require-dev": { "php": ">=7.1.0", diff --git a/composer.lock b/composer.lock index 1ec4513b..2fe210a0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "17ad355ba8b0c892a17d5420a1317253", + "content-hash": "8567516866ecf1cd4087dbc8b6b76dba", "packages": [ { "name": "nosto/php-sdk", - "version": "3.11.0", + "version": "3.13.0", "source": { "type": "git", "url": "https://github.com/Nosto/nosto-php-sdk.git", - "reference": "e193335c1b2d8cca05eae9ddf1efccb44e56ca8e" + "reference": "980fdeeab0583cae842cffc04552842edb33e046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nosto/nosto-php-sdk/zipball/e193335c1b2d8cca05eae9ddf1efccb44e56ca8e", - "reference": "e193335c1b2d8cca05eae9ddf1efccb44e56ca8e", + "url": "https://api.github.com/repos/Nosto/nosto-php-sdk/zipball/980fdeeab0583cae842cffc04552842edb33e046", + "reference": "980fdeeab0583cae842cffc04552842edb33e046", "shasum": "" }, "require": { @@ -51,7 +51,7 @@ "BSD-3-Clause" ], "description": "PHP SDK for developing Nosto modules for e-commerce platforms", - "time": "2019-03-05T14:36:39+00:00" + "time": "2019-04-08T13:02:49+00:00" }, { "name": "phpseclib/phpseclib", @@ -147,16 +147,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { @@ -168,7 +168,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -201,7 +201,7 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "vlucas/phpdotenv", @@ -1759,7 +1759,6 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2019-02-07T11:40:08+00:00" - }, { "name": "symfony/finder", @@ -1812,16 +1811,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { @@ -1833,7 +1832,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -1867,7 +1866,7 @@ "portable", "shim" ], - "time": "2018-09-21T13:07:52+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/yaml", diff --git a/js/nosto-src/iframeHandler.js b/js/nosto-src/iframeHandler.js index eb8134c3..049b75f6 100644 --- a/js/nosto-src/iframeHandler.js +++ b/js/nosto-src/iframeHandler.js @@ -20,7 +20,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/phan.php b/phan.php index bdc47aa0..71e4abf8 100644 --- a/phan.php +++ b/phan.php @@ -21,7 +21,7 @@ * @category Nosto * @package Nosto_Tagging * @author Nosto Solutions Ltd - * @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + * @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ diff --git a/ruleset.xml b/ruleset.xml index 0789f041..a444d29c 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -21,7 +21,7 @@ ~ @category Nosto ~ @package Nosto_Tagging ~ @author Nosto Solutions Ltd - ~ @copyright Copyright (c) 2013-2017 Nosto Solutions Ltd (http://www.nosto.com) + ~ @copyright Copyright (c) 2013-2019 Nosto Solutions Ltd (http://www.nosto.com) ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -->