Releases: findologic/plugin-shopware-6
Releases · findologic/plugin-shopware-6
1.3.2
Bug fixes
- [SW-525] Fixed a bug that caused the Shopware autocomplete to be shown alongside the Findologic Smart Suggest.
- [SW-527] Fixed a bug that caused the pagination on category pages to not display properly, when Findologic was active on category pages.
- [SW-532] Fixed a bug that caused categories and cat_urls not to be exported, when their name has not been translated to the default application language.
- [SW-534] Fixed a bug that caused double slashes in the product URL, when the domain name contained a slash at the end.
- [SW-529] Fixed a bug that caused Customer Groups not to be respected in the export and for API search requests.
Internal
- [SW-530] The Shopware 6.1 build will now use Composer 1.x, since this Shopware version is not compatible with Composer 2.
1.3.1
Changes
- [SW-475] Using a Shopping Guide and submitting it, will now display a info message for the Shopping Guide. Message: "Search results for <shopping-guide-name> (<hits> hits)".
Bug fixes
- [SW-513] Fixed a bug that caused the SEO URL translation to be ignored. Now SEO URLs are exported, based on their language.
- [SW-516] Fixed a bug that caused a no-results page for products on the home page, when Findologic was active.
- [SW-522] Fixed a bug that caused products not to be exported, if they had a custom field assigned, which only contained special characters.
- [SW-502] The plugin now respects the product limit, when a third party plugin tries to override it.
Miscellaneous
- [SW-515] Findologic API has been upgraded to 1.6.x. This results in a minor performance improvement.
- [SW-523] Shopware 6.3.3.0 is now supported.
Internal
- [SW-524] Shopware 6.1 will now only build with PHP 7.3, since Shopware 6.1 with PHP 7.2 is not compatible with Composer 2.0.
1.3.0
Features
- [SW-428] Cross-Selling categories can now be configured. Similar to our Shopware 5 plugin, configured categories are excluded from the export.
- [SW-466] Filters can now be configured on the left side of search result pages.
Changes
- [SW-466] The configuration page has been restructured to only show configurations for the used integration type.
Bug fixes
- [SW-496] Fixed a bug that caused variations to be shown in the search result, when Findologic has been inactive for the used sales channel.
- [SW-501] Fixed a bug that caused Smart Suggest category and vendor clicks not to work, when the storefront has been hosted on a sub-path like
https://your-shop.com/de
. - [SW-500] Fixed a bug that caused categories to be exported, even when they were not assigned to the sales channel.
- [SW-483] Fixed a bug that would cause the export to fail, when any fields contained empty values.
Miscellaneous
- [SW-503] Shopware 6.3.2.0 is now compatible.
1.3.0-rc.1
Features
- [SW-428] Cross-Selling categories can now be configured. Similar to our Shopware 5 plugin, configured categories are excluded from the export.
- [SW-466] Filters can now be configured on the left side of search result pages.
Changes
- [SW-466] The configuration page has been restructured to only show configurations for the used integration type.
Bug fixes
- [SW-496] Fixed a bug that caused variations to be shown in the search result, when Findologic has been inactive for the used sales channel.
- [SW-501] Fixed a bug that caused Smart Suggest category and vendor clicks not to work, when the storefront has been hosted on a sub-path like
https://your-shop.com/de
. - [SW-500] Fixed a bug that caused categories to be exported, even when they were not assigned to the sales channel.
Miscellaneous
- [SW-503] Shopware 6.3.2.0 is now compatible.
1.2.0
Features
- [SW-453] Configured custom-fields are now exported as attributes/filters.
Changes
- [SW-484] Properties which are "non-filterable", are no longer exported as attributes/filters. Instead they're exported as properties. Filterable properties, are still exported as attributes/filters.
Bug fixes
- [SW-482] Fixed a bug that caused the search result site not to render properly, when the lowest price value of a product has been
0
. - [SW-485] Fixed a bug that caused no results, after selecting any filter, when the rating filter had same min/max values.
- [SW-467] Fixed a bug that caused an error when selecting a filter from the Smart Suggest, which was not available as filter in the filter configuration.
1.1.0
Features
- [SW-426/SW-459] Rating filters are now supported. They are shown as such, when the filter type is configured as
range-slider
in the filter configuration. - [SW-430] Added support for Promotions on navigation. They can be configured in our account.
- [SW-473] Shopware 6.3.x.x is now supported.
Changes
- [SW-411] Boolean values are exported in their proper language (
Yes
/No
) instead of0
/1
.
Bug fixes
- [SW-471] Fixed a bug, that caused Shopware filters not to work properly, when Findologic was disabled on category pages.
- [SW-469] Fixed a bug, that caused canonical product URLs not to be exported as expected.
1.0.1
Bug fixes
- [SW-465] Fixed a bug that caused the pagination at the bottom of the search results not to render.
- [SW-451] Fixed a bug that caused filter values to conflict with each other.
- [SW-463] Fixed a bug that caused filters not to open on category pages, when they contain special characters. This only affected filters if they are shown on the left side.
- [SW-462] Fixed a bug that caused the export to not work properly when another plugin was overriding the
Shopware\Storefront\Framework\Routing\Router
class. - [SW-468] Fixed a bug that caused an exception when the HttpCache is enabled for Shopware >= 6.2.
1.0.0
- First release of the Findologic Shopware 6 plugin 🎉
Features
- [SW-420] Support for Shopware 6.1.x - 6.2.x.
- Supports both Direct Integration and API Integration and has the same features as the Shopware 5 plugin.
Changes
- [SW-444] The cover image is now exported first, instead of the first image that is configured for the product.
- [SW-441] The JavaScript snippet was updated to use the unhashed shopkey.
- [SW-456] Changes were introduced, which should make it easier to add adaptations with the extension plugin.
FINDOLOGIC\FinSearch\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
=> All properties are nowprotected
instead ofprivate
.FINDOLOGIC\FinSearch\Struct\FindologicProduct
=> All properties are nowprotected
instead ofprivate
.FINDOLOGIC\FinSearch\Export\FindologicProductFactory
=> Requires an additional constructor argumentFINDOLOGIC\Export\Data\Item\Item
.
Bug fixes
- [SW-450] Fixed a bug that caused the export to fail when having many products.
- [SW-427] Fixed a bug that caused the Shopware autocomplete to be shown, when using staging mode.
- [SW-458] Fixed a bug that caused the Snippet to use wrong container classes, in case none were explicitly added in the configuration.
- [SW-457] Fixed a bug that caused the Shopware autocomplete to show up behind the Findologic autocomplete when accessing a page that does trigger a search.
- Fixed a bug that caused some products to fail, if they did not contain a cover image.
Internal
- Travis builds now only trigger once per PR instead of twice.