Releases: findologic/plugin-shopware-6
Releases · findologic/plugin-shopware-6
2.0.2
Bug fixes
- [SW-590] Fixed a bug that caused products having no/incorrect image on search/navigation pages, when the main product didn't have any images assigned.
- Note that with this change, products which have Fan out properties in product list configured, are exported as separate products.
- [SW-605] Fixed a bug that resulted in an error on search/navigation pages, when the Shopware version could not be properly detected.
Miscellaneous
- [SW-604] Added support for Shopware 6.3.5.3.
- [SW-497] Added support for Shopware 6.4.0.0.
2.0.1
Changes
- [SW-596] The performance for fetching the sales frequency from products, has been improved.
- [SW-581] The sales frequency now only includes orders made the last month.
Bug fixes
- [SW-583] Fixed minor bugs in the plugin configuration.
- Shopkeys which have been added in the same browser session, could no longer be removed.
- Switching to another Sales Channel and entering a removed shopkey, caused an duplicated shopkey error message.
2.0.0
Important information
- This version is a major release, which may cause breaking changes, in case you have installed an extension plugin.
- Before upgrading read our upgrade guide.
Features
- [SW-509] Added the possibility to add configurations for each language in a Sales Channel.
- [SW-521 & SW-578] Filter values which would lead to no-results, will now get disabled, when the Shopware setting "Disable filter options without results" is active.
- [SW-481] You can now add the
productId
parameter to the export. It will return the given product as XML format. If the product can not be exported a JSON is returned, containing all errors why the product couldn't be exported. - [SW-498] Product list prices are now exported as properties. Property names are
old_price
andold_price_net
. - [SW-558] Configuring a product as a product promotion, will now export a property called
product_promotion
, which contains eitherYes
orNo
.
Changes
- [SW-592] Support for Shopware 6.1 has been dropped.
- [SW-547] The
CompatibilityLayer
classes for Shopware versions6.2
,6.3.1
and6.3.2
have been removed. They have been generalized by theFindologicService
service. It includes a separatePaginationService
and aSortingService
. - [SW-540] The language dropdown in the configuration now only shows the languages assigned to the sales channel instead of all available languages.
- [SW-542] The shopkey field in the configuration is now unique. This means the same shopkey can only be set for one combination of language and sales channel.
- [SW-554] A loading animation is now shown in the administration plugin configuration, when changing the sales channel, or the language setting.
- [SW-512] Trying to install the plugin, will now result in an error if the Shopware version is not compatible with the plugin.
- [SW-561] The main product image will now use the first thumbnail, which is greater or equal to 600px, instead of the full-sized image.
Bug fixes
- [SW-575] Fixed a bug that caused the export of old SEO URLs, which have been already considered as deleted by Shopware.
- [SW-576] Fixed a bug that caused the export of
cat_url
s not to take the domain's path into account. - [SW-580] Fixed a bug that would cause an error on pages that manually call the listing request route of the
ProductListingFeaturesSubscriber
. - [SW-579] Fixed a bug that would cause the export of thumbnails in all various sizes. One thumbnail is now exported per media.
- [SW-585] Fixed a bug that caused filters not being shown on navigation pages, when using Shopware greater or equal to 6.3.4.0.
- [SW-586] Fixed a bug that caused filters not being properly disabled, when a filter didn't have any available filter values.
- [SW-588] Fixed a bug that caused the search not to properly work, when using Shopware <= 6.2.3.
- [SW-587] Fixed a bug that caused filters on navigation not to be properly disabled.
- [SW-520] Fixed a bug that caused products not to be exported, when their main variant has been inactive.
- [SW-543] Fixed a bug that caused product URLs to be exported in the wrong translation. This only affected products that had no SEO URLs associated.
1.5.3
Miscellaneous
- [SW-574] Added compatibility with Shopware 6.3.5.0.
1.5.2
Bug fixes
- [SW-551] Fixed a bug that caused major performance issues, when using vendor image and color image filters.
- [SW-556] Fixed a bug that caused the configured products-per-page setting to only work when using values lower or equal to 24.
- [SW-557] Fixed a bug in the export, which caused higher memory consumption, when products had many orders.
- [SW-559] Fixed a bug that would cause Smart Suggest category and vendor clicks to no longer work, when Elastic Search has been enabled.
- [SW-562] Fixed a bug that caused the sorting to display an incorrect value for older Shopware versions.
- [SW-566] Fixed a bug that would cause an error, if a third party plugin manually called the
handleResult
method of the product listing subscriber.
2.0.0-rc.2
Changes
- [SW-547] The
CompatibilityLayer
classes for Shopware versions6.2
,6.3.1
and6.3.2
have been removed. They have been generalized by theFindologicService
service. It includes a separatePaginationService
and aSortingService
.
Bug fixes
- [SW-520] Fixed a bug that caused products not to be exported, when their main variant has been inactive.
- [SW-543] Fixed a bug that caused product URLs to be exported in the wrong translation. This only affected products that had no SEO URLs associated.
1.5.1
Bug fixes
- [SW-550] Fixed a bug that caused the sorting dropdown not to update properly, after selecting an option. This affected Shopware versions above or equal to 6.3.3.0.
1.5.0
Features
- [SW-539] Topseller sorting is now supported.
- [SW-546] Custom-Fields of type multi-selection are now supported.
Bug fixes
- [SW-544] Fixed a bug that caused a manipulation of the Shopware
Criteria
, even on pages where Findologic should not have been active (e.g. checkout, etc.) - [SW-545] Fixed a bug that would cause products not to be exported, when one or more attribute values contained more characters than allowed by Findologic.
Internal
- [SW-545] The library which is responsible for creating the XML export
findologic/libflexport
has been upgraded to^2.8
.
2.0.0-rc.1
Features
- [SW-509] Added the possibility to add configurations for each language in a Sales Channel.
- [SW-481] You can now add the
productId
parameter to the export. It will return the given product as XML format. If the product can not be exported a JSON is returned, containing all errors why the product couldn't be exported.
1.4.0
Features
- [SW-357] Dynamic Product Groups (formerly known as Product Streams) are now supported in the export. When they're assigned to a category, all products inside of it, will be automatically assigned to this category.
Bug fixes
- [SW-536] Fixed a bug that caused category pages for API not to work properly, when the name of the category had a space at the end.
Internal
- [SW-537] The CI/CD builds now use GitHub actions instead of travis. This increases the build speed by over 300%.